diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2008-08-28 12:31:54 +0200 |
---|---|---|
committer | Jean-Francois Moine <moinejf@free.fr> | 2008-08-28 12:31:54 +0200 |
commit | a873e2e844935b08ad1bc2b4cfd35aafdf9d140b (patch) | |
tree | 4610ed9c29abf0c126605be2fb35fa4b3be01b27 /linux/drivers/media/video/gspca/etoms.c | |
parent | 0188c2d4d85e0c45e110a3b39851aa72f5cc005e (diff) | |
download | mediapointer-dvb-s2-a873e2e844935b08ad1bc2b4cfd35aafdf9d140b.tar.gz mediapointer-dvb-s2-a873e2e844935b08ad1bc2b4cfd35aafdf9d140b.tar.bz2 |
gspca: Resolve webcam conflicts between some drivers.
From: Hans de Goede <j.w.r.degoede@hhs.nl>
-remove USB-id's from zc0301 for cams for which zc0301.c does not support
the sensor
-remove USB-id's from sn9c102 for cams where sn9c102 does not support the
bridge sensor combination
-no longer make inclusion of usb id's removed from zc0301 and sn9c102
conditional in gspca
-fix conditional inclusion of USB-id's in gspca to also work when the
conflicting drivers are build as a module
-add a number of USB-id's to gspca from various windows .inf files:
0c45:608f from generic sonix sn9c103 inf file (+ ov7630 which we support)
041e:4022 from creative webcam nx pro, same as already supported 041e:401e
0ac8:0301 from generic zc0301 driver which supports many sensors
10fd:804d from typhoon webshot driver (also FlyCAM-USB 300 plus)
Priority: high
Signed-off-by: Hans de Goede <j.w.r.degoede@hhs.nl>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Diffstat (limited to 'linux/drivers/media/video/gspca/etoms.c')
-rw-r--r-- | linux/drivers/media/video/gspca/etoms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/gspca/etoms.c b/linux/drivers/media/video/gspca/etoms.c index 4d9d9cb1b..86f3932c2 100644 --- a/linux/drivers/media/video/gspca/etoms.c +++ b/linux/drivers/media/video/gspca/etoms.c @@ -903,7 +903,7 @@ static struct sd_desc sd_desc = { /* -- module initialisation -- */ static __devinitdata struct usb_device_id device_table[] = { {USB_DEVICE(0x102c, 0x6151), .driver_info = SENSOR_PAS106}, -#ifndef CONFIG_USB_ET61X251 +#if !defined CONFIG_USB_ET61X251 && !defined CONFIG_USB_ET61X251_MODULE {USB_DEVICE(0x102c, 0x6251), .driver_info = SENSOR_TAS5130CXX}, #endif {} |