diff options
-rw-r--r-- | Documentation/video4linux/gspca.txt | 1 | ||||
-rw-r--r-- | drivers/media/video/gspca/sonixj.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/video4linux/gspca.txt b/Documentation/video4linux/gspca.txt index 4c96adc0ba5b..8d0210b24039 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt | |||
@@ -171,6 +171,7 @@ sunplus 06d6:0031 Trust 610 LCD PowerC@m Zoom | |||
171 | spca506 06e1:a190 ADS Instant VCD | 171 | spca506 06e1:a190 ADS Instant VCD |
172 | ov534 06f8:3002 Hercules Blog Webcam | 172 | ov534 06f8:3002 Hercules Blog Webcam |
173 | ov534 06f8:3003 Hercules Dualpix HD Weblog | 173 | ov534 06f8:3003 Hercules Dualpix HD Weblog |
174 | sonixj 06f8:3004 Hercules Classic Silver | ||
174 | spca508 0733:0110 ViewQuest VQ110 | 175 | spca508 0733:0110 ViewQuest VQ110 |
175 | spca508 0130:0130 Clone Digital Webcam 11043 | 176 | spca508 0130:0130 Clone Digital Webcam 11043 |
176 | spca501 0733:0401 Intel Create and Share | 177 | spca501 0733:0401 Intel Create and Share |
diff --git a/drivers/media/video/gspca/sonixj.c b/drivers/media/video/gspca/sonixj.c index 504976960ce1..698f200df233 100644 --- a/drivers/media/video/gspca/sonixj.c +++ b/drivers/media/video/gspca/sonixj.c | |||
@@ -1730,6 +1730,7 @@ static const __devinitdata struct usb_device_id device_table[] = { | |||
1730 | #endif | 1730 | #endif |
1731 | {USB_DEVICE(0x0471, 0x0328), BSI(SN9C105, MI0360, 0x5d)}, | 1731 | {USB_DEVICE(0x0471, 0x0328), BSI(SN9C105, MI0360, 0x5d)}, |
1732 | {USB_DEVICE(0x0471, 0x0330), BSI(SN9C105, MI0360, 0x5d)}, | 1732 | {USB_DEVICE(0x0471, 0x0330), BSI(SN9C105, MI0360, 0x5d)}, |
1733 | {USB_DEVICE(0x06f8, 0x3004), BSI(SN9C105, OV7660, 0x21)}, | ||
1733 | {USB_DEVICE(0x0c45, 0x6040), BSI(SN9C102P, HV7131R, 0x11)}, | 1734 | {USB_DEVICE(0x0c45, 0x6040), BSI(SN9C102P, HV7131R, 0x11)}, |
1734 | /* bw600.inf: | 1735 | /* bw600.inf: |
1735 | {USB_DEVICE(0x0c45, 0x6040), BSI(SN9C102P, MI0360, 0x5d)}, */ | 1736 | {USB_DEVICE(0x0c45, 0x6040), BSI(SN9C102P, MI0360, 0x5d)}, */ |