diff options
author | Logan Gunthorpe <logang@deltatee.com> | 2015-05-09 13:09:11 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-09 13:23:03 -0400 |
commit | dc703ec22074d9c71a12da20670369fac3ea4296 (patch) | |
tree | 1aade9a100c4a279971742f87d2de22bcb95244b /drivers/usb | |
parent | 948fa13504f80b9765d2b753691ab94c83a10341 (diff) |
Added another USB product ID for ELAN touchscreen quirks.
I've had the same issue as described in commit
c68929f75dfcb6354918862b91b5778585de1fa5
Except my touchscreen's ID is
ID 04f3:0125 Elan Microelectronics Corp.
Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/core/quirks.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 41e510ae8c83..d85abfed84cc 100644 --- a/drivers/usb/core/quirks.c +++ b/drivers/usb/core/quirks.c | |||
@@ -106,6 +106,9 @@ static const struct usb_device_id usb_quirk_list[] = { | |||
106 | { USB_DEVICE(0x04f3, 0x010c), .driver_info = | 106 | { USB_DEVICE(0x04f3, 0x010c), .driver_info = |
107 | USB_QUIRK_DEVICE_QUALIFIER }, | 107 | USB_QUIRK_DEVICE_QUALIFIER }, |
108 | 108 | ||
109 | { USB_DEVICE(0x04f3, 0x0125), .driver_info = | ||
110 | USB_QUIRK_DEVICE_QUALIFIER }, | ||
111 | |||
109 | { USB_DEVICE(0x04f3, 0x016f), .driver_info = | 112 | { USB_DEVICE(0x04f3, 0x016f), .driver_info = |
110 | USB_QUIRK_DEVICE_QUALIFIER }, | 113 | USB_QUIRK_DEVICE_QUALIFIER }, |
111 | 114 | ||