- Add patches from upstream git to improve Pixart JPEG decoding - Add patch from upstream git to fix building with latest kernels (rhbz#823863)
27 lines
904 B
Diff
27 lines
904 B
Diff
From a03edd3d4f87d792fc3476081f21cb1ab627d3fc Mon Sep 17 00:00:00 2001
|
|
From: Gregor Jasny <gjasny@googlemail.com>
|
|
Date: Thu, 10 May 2012 20:15:25 +0200
|
|
Subject: [PATCH 08/12] libv4lcontrol: Add another USB ID to ASUS table
|
|
|
|
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
|
|
(cherry picked from commit 2ba650f05f83f08885fcd7cada608b089c4776e4)
|
|
---
|
|
lib/libv4lconvert/control/libv4lcontrol.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c
|
|
index 7b2150f..3648d91 100644
|
|
--- a/lib/libv4lconvert/control/libv4lcontrol.c
|
|
+++ b/lib/libv4lconvert/control/libv4lcontrol.c
|
|
@@ -284,6 +284,7 @@ static const struct v4lcontrol_usb_id asus_camera_id[] = {
|
|
{ 0x04f2, 0xb071 },
|
|
{ 0x04f2, 0xb072 },
|
|
{ 0x04f2, 0xb106 },
|
|
+ { 0x04f2, 0xb169 },
|
|
{ 0x04f2, 0xb16b },
|
|
{ 0x04f2, 0xb1b9 },
|
|
{ 0x04f2, 0xb1bb },
|
|
--
|
|
1.7.10
|
|
|