aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/quirks.c
diff options
context:
space:
mode:
authorOliver Neukum <[email protected]>2014-11-17 16:11:42 +0000
committerJiri Kosina <[email protected]>2014-11-19 16:38:12 +0000
commita32c99e7ab8410bae7c276a7e94ca84d108de034 (patch)
tree26b7c26d7000684a5bdcf72bd9b7e067c2fe1ecd /drivers/usb/core/quirks.c
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... (diff)
downloadkernel-a32c99e7ab8410bae7c276a7e94ca84d108de034.tar.gz
kernel-a32c99e7ab8410bae7c276a7e94ca84d108de034.zip
HID: yet another buggy ELAN touchscreen
The touchscreen needs the same quirk as the other models. Signed-off-by: Oliver Neukum <[email protected]> Reported-by: Bryan Poling <[email protected]> CC: [email protected] Acked-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'drivers/usb/core/quirks.c')
-rw-r--r--drivers/usb/core/quirks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index 39b4081b632d..8e8bc4f9d2f0 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -100,6 +100,9 @@ static const struct usb_device_id usb_quirk_list[] = {
{ USB_DEVICE(0x04f3, 0x009b), .driver_info =
USB_QUIRK_DEVICE_QUALIFIER },
+ { USB_DEVICE(0x04f3, 0x010c), .driver_info =
+ USB_QUIRK_DEVICE_QUALIFIER },
+
{ USB_DEVICE(0x04f3, 0x016f), .driver_info =
USB_QUIRK_DEVICE_QUALIFIER },