From ac8f43ae39627e6ddb2072521fc8b6014c48e7cd Mon Sep 17 00:00:00 2001 From: make shi Date: Thu, 23 Aug 2012 17:07:13 +0800 Subject: 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 --- drivers/usb/core/quirks.c | 3 --- 1 file changed, 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 }, -- cgit v1.2.3