Commit 304ab4ab079a8ed03ce39f1d274964a532db036b
Committed by
Greg Kroah-Hartman
1 parent
e877dd2f25
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
usb: add two quirky touchscreen
These devices tend to become unresponsive after S3 Signed-off-by: Oliver Neukum <oneukum@suse.de> CC: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff
drivers/usb/core/quirks.c
... | ... | @@ -78,6 +78,12 @@ |
78 | 78 | { USB_DEVICE(0x04d8, 0x000c), .driver_info = |
79 | 79 | USB_QUIRK_CONFIG_INTF_STRINGS }, |
80 | 80 | |
81 | + /* CarrolTouch 4000U */ | |
82 | + { USB_DEVICE(0x04e7, 0x0009), .driver_info = USB_QUIRK_RESET_RESUME }, | |
83 | + | |
84 | + /* CarrolTouch 4500U */ | |
85 | + { USB_DEVICE(0x04e7, 0x0030), .driver_info = USB_QUIRK_RESET_RESUME }, | |
86 | + | |
81 | 87 | /* Samsung Android phone modem - ID conflict with SPH-I500 */ |
82 | 88 | { USB_DEVICE(0x04e8, 0x6601), .driver_info = |
83 | 89 | USB_QUIRK_CONFIG_INTF_STRINGS }, |