From: make shi Date: Thu, 23 Aug 2012 09:07:13 +0000 (+0800) Subject: ENGR00220096 USB core: remove Logitech Quickcam E3500 form usb_quirk_list X-Git-Tag: v3.0.35-fsl~127 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9949793e39d4a3803a46de5e6322e9cab4d46fda;p=karo-tx-linux.git 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 --- 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 },