diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-03-26 04:10:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:41 -0400 |
commit | d99819d3f769baeb994d0e59f539c24d3c4ef504 (patch) | |
tree | 5ea5f8e70cb44a039a50d089841a2f2ee8f97121 /drivers | |
parent | 3dee4dfed34b579ecc9533881cdabb961d92d5c7 (diff) |
V4L/DVB (11222): gspca - zc3xx: The webcam DLink DSB - C320 has the sensor pas106.
Reported-by: Bruna Griebeler <bruna@griebeler.com>
Tested-by: Bruna Griebeler <bruna@griebeler.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/gspca/zc3xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/zc3xx.c b/drivers/media/video/gspca/zc3xx.c index e4c27a1e1e29..4fe01d8b6c87 100644 --- a/drivers/media/video/gspca/zc3xx.c +++ b/drivers/media/video/gspca/zc3xx.c | |||
@@ -7629,7 +7629,7 @@ static const __devinitdata struct usb_device_id device_table[] = { | |||
7629 | {USB_DEVICE(0x055f, 0xd004)}, | 7629 | {USB_DEVICE(0x055f, 0xd004)}, |
7630 | {USB_DEVICE(0x0698, 0x2003)}, | 7630 | {USB_DEVICE(0x0698, 0x2003)}, |
7631 | {USB_DEVICE(0x0ac8, 0x0301), .driver_info = SENSOR_PAS106}, | 7631 | {USB_DEVICE(0x0ac8, 0x0301), .driver_info = SENSOR_PAS106}, |
7632 | {USB_DEVICE(0x0ac8, 0x0302)}, | 7632 | {USB_DEVICE(0x0ac8, 0x0302), .driver_info = SENSOR_PAS106}, |
7633 | {USB_DEVICE(0x0ac8, 0x301b)}, | 7633 | {USB_DEVICE(0x0ac8, 0x301b)}, |
7634 | {USB_DEVICE(0x0ac8, 0x303b)}, | 7634 | {USB_DEVICE(0x0ac8, 0x303b)}, |
7635 | {USB_DEVICE(0x0ac8, 0x305b), .driver_info = SENSOR_TAS5130C_VF0250}, | 7635 | {USB_DEVICE(0x0ac8, 0x305b), .driver_info = SENSOR_TAS5130C_VF0250}, |