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 76203a2213ad..4686e84dd800 100644 --- a/Documentation/video4linux/gspca.txt +++ b/Documentation/video4linux/gspca.txt | |||
@@ -183,6 +183,7 @@ ov534 06f8:3002 Hercules Blog Webcam | |||
183 | ov534 06f8:3003 Hercules Dualpix HD Weblog | 183 | ov534 06f8:3003 Hercules Dualpix HD Weblog |
184 | sonixj 06f8:3004 Hercules Classic Silver | 184 | sonixj 06f8:3004 Hercules Classic Silver |
185 | sonixj 06f8:3008 Hercules Deluxe Optical Glass | 185 | sonixj 06f8:3008 Hercules Deluxe Optical Glass |
186 | pac7311 06f8:3009 Hercules Classic Link | ||
186 | spca508 0733:0110 ViewQuest VQ110 | 187 | spca508 0733:0110 ViewQuest VQ110 |
187 | spca508 0130:0130 Clone Digital Webcam 11043 | 188 | spca508 0130:0130 Clone Digital Webcam 11043 |
188 | spca501 0733:0401 Intel Create and Share | 189 | spca501 0733:0401 Intel Create and Share |
diff --git a/drivers/media/video/gspca/pac7311.c b/drivers/media/video/gspca/pac7311.c index 0caf3c075730..052714484e83 100644 --- a/drivers/media/video/gspca/pac7311.c +++ b/drivers/media/video/gspca/pac7311.c | |||
@@ -1057,6 +1057,7 @@ static struct sd_desc sd_desc = { | |||
1057 | 1057 | ||
1058 | /* -- module initialisation -- */ | 1058 | /* -- module initialisation -- */ |
1059 | static __devinitdata struct usb_device_id device_table[] = { | 1059 | static __devinitdata struct usb_device_id device_table[] = { |
1060 | {USB_DEVICE(0x06f8, 0x3009), .driver_info = SENSOR_PAC7302}, | ||
1060 | {USB_DEVICE(0x093a, 0x2600), .driver_info = SENSOR_PAC7311}, | 1061 | {USB_DEVICE(0x093a, 0x2600), .driver_info = SENSOR_PAC7311}, |
1061 | {USB_DEVICE(0x093a, 0x2601), .driver_info = SENSOR_PAC7311}, | 1062 | {USB_DEVICE(0x093a, 0x2601), .driver_info = SENSOR_PAC7311}, |
1062 | {USB_DEVICE(0x093a, 0x2603), .driver_info = SENSOR_PAC7311}, | 1063 | {USB_DEVICE(0x093a, 0x2603), .driver_info = SENSOR_PAC7311}, |