diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-06-17 23:41:01 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-06-17 23:41:01 +0200 |
commit | 907ba53ad38cf9b0d8fae0d9d998060ccf939961 (patch) | |
tree | 99b870f3abdd9acf6af91a55de6af69e3393288f | |
parent | d8fa9cae0793f268eb9fbb9b06e25511730f7fd0 (diff) | |
download | mediapointer-dvb-s2-907ba53ad38cf9b0d8fae0d9d998060ccf939961.tar.gz mediapointer-dvb-s2-907ba53ad38cf9b0d8fae0d9d998060ccf939961.tar.bz2 |
ov511: remove ov518 usb id's from the driver
From: Hans de Goede <hdegoede@redhat.com>
ov511: remove ov518 usb id's from the driver, as they have not been working
ever since the decompression code got removed from the kernel, and they
are no supported by the gspca_ov519 module.
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | linux/drivers/media/video/ov511.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/video/ov511.c b/linux/drivers/media/video/ov511.c index 2839546b1..346eed722 100644 --- a/linux/drivers/media/video/ov511.c +++ b/linux/drivers/media/video/ov511.c @@ -211,8 +211,6 @@ static const int i2c_detect_tries = 5; static struct usb_device_id device_table [] = { { USB_DEVICE(VEND_OMNIVISION, PROD_OV511) }, { USB_DEVICE(VEND_OMNIVISION, PROD_OV511PLUS) }, - { USB_DEVICE(VEND_OMNIVISION, PROD_OV518) }, - { USB_DEVICE(VEND_OMNIVISION, PROD_OV518PLUS) }, { USB_DEVICE(VEND_MATTEL, PROD_ME2CAM) }, { } /* Terminating entry */ }; |