diff options
| author | Oliver Neukum <[email protected]> | 2014-11-17 16:11:42 +0000 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2014-11-19 16:38:12 +0000 |
| commit | a32c99e7ab8410bae7c276a7e94ca84d108de034 (patch) | |
| tree | 26b7c26d7000684a5bdcf72bd9b7e067c2fe1ecd /drivers/usb/core/quirks.c | |
| parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... (diff) | |
| download | kernel-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.c | 3 |
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 }, |
