From: Oliver Neukum <oliver@xxxxxxxxxx> Revealed by new runtime PM code for USB audio. Signed-off-by: Oliver Neukum <oneukum@xxxxxxx> Signed-off-by: Andreas Henriksson <andreas@xxxxxxxx> --- drivers/usb/core/quirks.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) Didn't see anything from Oliver for a while, so I'll resubmit these three logitech webcam quirks patches[1][2][3] merged and added in correct order as requested[0]. Can also confirm this fixes the audio on my newly bought C270. I hope I'm not intruding or stepping on anyones toes here, I'm just keen on seeing this merged as soon as possible. See: 0. http://www.spinics.net/lists/linux-usb/msg50389.html 1. http://www.spinics.net/lists/linux-usb/msg50366.html 2. http://www.spinics.net/lists/linux-usb/msg50367.html 3. http://www.spinics.net/lists/linux-usb/msg50368.html diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 81ce6a8..d7674ff 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c @@ -38,6 +38,15 @@ static const struct usb_device_id usb_quirk_list[] = { /* Creative SB Audigy 2 NX */ { USB_DEVICE(0x041e, 0x3020), .driver_info = USB_QUIRK_RESET_RESUME }, + /* Logitech Webcam Pro 9000 */ + { USB_DEVICE(0x046d, 0x0809), .driver_info = USB_QUIRK_RESET_RESUME }, + + /* Logitech Webcam C310 */ + { USB_DEVICE(0x046d, 0x081b), .driver_info = USB_QUIRK_RESET_RESUME }, + + /* Logitech Webcam C270 */ + { USB_DEVICE(0x046d, 0x0825), .driver_info = USB_QUIRK_RESET_RESUME }, + /* Logitech Harmony 700-series */ { USB_DEVICE(0x046d, 0xc122), .driver_info = USB_QUIRK_DELAY_INIT }, -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html