diff options
author | make shi <b15407@freescale.com> | 2012-08-23 17:07:13 +0800 |
---|---|---|
committer | Liu Ying <Ying.Liu@freescale.com> | 2012-08-23 17:44:14 +0800 |
commit | ac8f43ae39627e6ddb2072521fc8b6014c48e7cd (patch) | |
tree | f166787c4f93f3f6220abf0e02811b272362d86b | |
parent | 42f63dee2e0baf97e9cab37d70437cf200f3ef35 (diff) |
ENGR00220096 USB core: remove Logitech Quickcam E3500 form usb_quirk_list
Since Logitech Quickcam E3500 is defaultly listed in usb_quirk_list on current
linux kernel. So the USB camera only supports reset resume, but doesn't support
normal usb suspend/resume. Actually, the USB camera works abnormally after USB
reset resume, but it works well after doing normal suspend/resume.
Signed-off-by: make shi <b15407@freescale.com>
-rw-r--r-- | drivers/usb/core/quirks.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 32d3adc315f5..1b5eaa0f66ca 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c @@ -80,9 +80,6 @@ static const struct usb_device_id usb_quirk_list[] = { /* Logitech Quickcam Pro 9000 */ { USB_DEVICE(0x046d, 0x0990), .driver_info = USB_QUIRK_RESET_RESUME }, - /* Logitech Quickcam E3500 */ - { USB_DEVICE(0x046d, 0x09a4), .driver_info = USB_QUIRK_RESET_RESUME }, - /* Logitech Quickcam Vision Pro */ { USB_DEVICE(0x046d, 0x09a6), .driver_info = USB_QUIRK_RESET_RESUME }, |