diff options
-rw-r--r-- | Documentation/video4linux/gspca.txt | 1 | ||||
-rw-r--r-- | drivers/media/video/gspca/zc3xx.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt index 58d00824d751..b15e29f31121 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt | |||
@@ -8,6 +8,7 @@ xxxx vend:prod | |||
8 | ---- | 8 | ---- |
9 | spca501 0000:0000 MystFromOri Unknown Camera | 9 | spca501 0000:0000 MystFromOri Unknown Camera |
10 | spca508 0130:0130 Clone Digital Webcam 11043 | 10 | spca508 0130:0130 Clone Digital Webcam 11043 |
11 | zc3xx 03f0:1b07 HP Premium Starter Cam | ||
11 | m5602 0402:5602 ALi Video Camera Controller | 12 | m5602 0402:5602 ALi Video Camera Controller |
12 | spca501 040a:0002 Kodak DVC-325 | 13 | spca501 040a:0002 Kodak DVC-325 |
13 | spca500 040a:0300 Kodak EZ200 | 14 | spca500 040a:0300 Kodak EZ200 |
diff --git a/drivers/media/video/gspca/zc3xx.c b/drivers/media/video/gspca/zc3xx.c index 9d78fb896518..30ea1e479492 100644 --- a/drivers/media/video/gspca/zc3xx.c +++ b/drivers/media/video/gspca/zc3xx.c | |||
@@ -6972,6 +6972,7 @@ static const struct sd_desc sd_desc = { | |||
6972 | }; | 6972 | }; |
6973 | 6973 | ||
6974 | static const struct usb_device_id device_table[] = { | 6974 | static const struct usb_device_id device_table[] = { |
6975 | {USB_DEVICE(0x03f0, 0x1b07)}, | ||
6975 | {USB_DEVICE(0x041e, 0x041e)}, | 6976 | {USB_DEVICE(0x041e, 0x041e)}, |
6976 | {USB_DEVICE(0x041e, 0x4017)}, | 6977 | {USB_DEVICE(0x041e, 0x4017)}, |
6977 | {USB_DEVICE(0x041e, 0x401c), .driver_info = SENSOR_PAS106}, | 6978 | {USB_DEVICE(0x041e, 0x401c), .driver_info = SENSOR_PAS106}, |