diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2009-01-07 07:09:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:30 -0400 |
commit | 96ff65144c3e302698d6c53b8d05098844c6b064 (patch) | |
tree | 6ba0e1a8f7718fb65b35b0c6868080b21b36af5c /drivers/media/video/gspca/ov534.c | |
parent | ef6bc5aec2d8bd53dcc851a5cd2fc8e918db239b (diff) |
V4L/DVB (10344): gspca - ov534: Disable the Hercules webcams.
The Hercules webcam based on ov534 use different sensor than Playstation Eye,
disable them until full support is provided.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/ov534.c')
-rw-r--r-- | drivers/media/video/gspca/ov534.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/gspca/ov534.c b/drivers/media/video/gspca/ov534.c index 55d920caa6bb..054bdf02c386 100644 --- a/drivers/media/video/gspca/ov534.c +++ b/drivers/media/video/gspca/ov534.c | |||
@@ -555,8 +555,6 @@ static const struct sd_desc sd_desc = { | |||
555 | 555 | ||
556 | /* -- module initialisation -- */ | 556 | /* -- module initialisation -- */ |
557 | static const __devinitdata struct usb_device_id device_table[] = { | 557 | static const __devinitdata struct usb_device_id device_table[] = { |
558 | {USB_DEVICE(0x06f8, 0x3002)}, /* Hercules Blog Webcam */ | ||
559 | {USB_DEVICE(0x06f8, 0x3003)}, /* Hercules Dualpix HD Weblog */ | ||
560 | {USB_DEVICE(0x1415, 0x2000)}, /* Sony HD Eye for PS3 (SLEH 00201) */ | 558 | {USB_DEVICE(0x1415, 0x2000)}, /* Sony HD Eye for PS3 (SLEH 00201) */ |
561 | {} | 559 | {} |
562 | }; | 560 | }; |