diff options
-rw-r--r-- | Documentation/video4linux/gspca.txt | 1 | ||||
-rw-r--r-- | drivers/media/video/gspca/pac7311.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt index 2bd1d165042f..a87a8ceb6246 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt | |||
@@ -241,6 +241,7 @@ pac7311 093a:2621 PAC731x | |||
241 | pac7311 093a:2622 Genius Eye 312 | 241 | pac7311 093a:2622 Genius Eye 312 |
242 | pac7311 093a:2624 PAC7302 | 242 | pac7311 093a:2624 PAC7302 |
243 | pac7311 093a:2626 Labtec 2200 | 243 | pac7311 093a:2626 Labtec 2200 |
244 | pac7311 093a:2628 Genius iLook 300 | ||
244 | pac7311 093a:2629 Genious iSlim 300 | 245 | pac7311 093a:2629 Genious iSlim 300 |
245 | pac7311 093a:262a Webcam 300k | 246 | pac7311 093a:262a Webcam 300k |
246 | pac7311 093a:262c Philips SPC 230 NC | 247 | pac7311 093a:262c Philips SPC 230 NC |
diff --git a/drivers/media/video/gspca/pac7311.c b/drivers/media/video/gspca/pac7311.c index f954900c451b..a3fbd307bb76 100644 --- a/drivers/media/video/gspca/pac7311.c +++ b/drivers/media/video/gspca/pac7311.c | |||
@@ -1092,6 +1092,7 @@ static __devinitdata struct usb_device_id device_table[] = { | |||
1092 | {USB_DEVICE(0x093a, 0x2622), .driver_info = SENSOR_PAC7302}, | 1092 | {USB_DEVICE(0x093a, 0x2622), .driver_info = SENSOR_PAC7302}, |
1093 | {USB_DEVICE(0x093a, 0x2624), .driver_info = SENSOR_PAC7302}, | 1093 | {USB_DEVICE(0x093a, 0x2624), .driver_info = SENSOR_PAC7302}, |
1094 | {USB_DEVICE(0x093a, 0x2626), .driver_info = SENSOR_PAC7302}, | 1094 | {USB_DEVICE(0x093a, 0x2626), .driver_info = SENSOR_PAC7302}, |
1095 | {USB_DEVICE(0x093a, 0x2628), .driver_info = SENSOR_PAC7302}, | ||
1095 | {USB_DEVICE(0x093a, 0x2629), .driver_info = SENSOR_PAC7302}, | 1096 | {USB_DEVICE(0x093a, 0x2629), .driver_info = SENSOR_PAC7302}, |
1096 | {USB_DEVICE(0x093a, 0x262a), .driver_info = SENSOR_PAC7302}, | 1097 | {USB_DEVICE(0x093a, 0x262a), .driver_info = SENSOR_PAC7302}, |
1097 | {USB_DEVICE(0x093a, 0x262c), .driver_info = SENSOR_PAC7302}, | 1098 | {USB_DEVICE(0x093a, 0x262c), .driver_info = SENSOR_PAC7302}, |