projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c19b8
)
USB: quirks.c: add one device that cannot deal with suspension
author
Oliver Neukum
<
[email protected]
>
Mon, 14 Oct 2013 14:22:40 +0000
(16:22 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 14 Oct 2013 18:17:31 +0000
(11:17 -0700)
The device is not responsive when resumed, unless it is reset.
Signed-off-by: Oliver Neukum <
[email protected]
>
CC:
[email protected]
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/usb/core/quirks.c
patch
|
blob
|
history
diff --git
a/drivers/usb/core/quirks.c
b/drivers/usb/core/quirks.c
index 5b44cd47da5b28b30046bead355aa54eda3eec0f..b23f71f669a9abe9a832e6bbb87aff28aee4b1f3 100644
(file)
--- a/
drivers/usb/core/quirks.c
+++ b/
drivers/usb/core/quirks.c
@@
-130,6
+130,9
@@
static const struct usb_device_id usb_quirk_list[] = {
/* Broadcom BCM92035DGROM BT dongle */
{ USB_DEVICE(0x0a5c, 0x2021), .driver_info = USB_QUIRK_RESET_RESUME },
+ /* MAYA44USB sound device */
+ { USB_DEVICE(0x0a92, 0x0091), .driver_info = USB_QUIRK_RESET_RESUME },
+
/* Action Semiconductor flash disk */
{ USB_DEVICE(0x10d6, 0x2200), .driver_info =
USB_QUIRK_STRING_FETCH_255 },