diff options
-rw-r--r-- | Documentation/video4linux/gspca.txt | 1 | ||||
-rw-r--r-- | drivers/media/video/gspca/sq905c.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt index 6a562eeeb4cd..261776e0c5e1 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt | |||
@@ -366,6 +366,7 @@ t613 17a1:0128 TASCORP JPEG Webcam, NGS Cyclops | |||
366 | vc032x 17ef:4802 Lenovo Vc0323+MI1310_SOC | 366 | vc032x 17ef:4802 Lenovo Vc0323+MI1310_SOC |
367 | pac207 2001:f115 D-Link DSB-C120 | 367 | pac207 2001:f115 D-Link DSB-C120 |
368 | sq905c 2770:9050 Disney pix micro (CIF) | 368 | sq905c 2770:9050 Disney pix micro (CIF) |
369 | sq905c 2770:9051 Lego Bionicle | ||
369 | sq905c 2770:9052 Disney pix micro 2 (VGA) | 370 | sq905c 2770:9052 Disney pix micro 2 (VGA) |
370 | sq905c 2770:905c All 11 known cameras with this ID | 371 | sq905c 2770:905c All 11 known cameras with this ID |
371 | sq905 2770:9120 All 24 known cameras with this ID | 372 | sq905 2770:9120 All 24 known cameras with this ID |
diff --git a/drivers/media/video/gspca/sq905c.c b/drivers/media/video/gspca/sq905c.c index c2e88b5303cb..8ba199543856 100644 --- a/drivers/media/video/gspca/sq905c.c +++ b/drivers/media/video/gspca/sq905c.c | |||
@@ -301,6 +301,7 @@ static int sd_start(struct gspca_dev *gspca_dev) | |||
301 | static const __devinitdata struct usb_device_id device_table[] = { | 301 | static const __devinitdata struct usb_device_id device_table[] = { |
302 | {USB_DEVICE(0x2770, 0x905c)}, | 302 | {USB_DEVICE(0x2770, 0x905c)}, |
303 | {USB_DEVICE(0x2770, 0x9050)}, | 303 | {USB_DEVICE(0x2770, 0x9050)}, |
304 | {USB_DEVICE(0x2770, 0x9051)}, | ||
304 | {USB_DEVICE(0x2770, 0x9052)}, | 305 | {USB_DEVICE(0x2770, 0x9052)}, |
305 | {USB_DEVICE(0x2770, 0x913d)}, | 306 | {USB_DEVICE(0x2770, 0x913d)}, |
306 | {} | 307 | {} |