summaryrefslogtreecommitdiffstats
path: root/USB-quirks-device-qualifier-quirk-for-another-Elan-t.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-10-14 15:35:49 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-10-14 15:35:49 -0400
commitb7f21faed0bef6a76fdb45695e80c3474c233829 (patch)
treed5972612de879f6f5b79e112634b763edc823e98 /USB-quirks-device-qualifier-quirk-for-another-Elan-t.patch
parent7f1b8a88fb1168d40d9c812ca4d71ba3655c9115 (diff)
downloadkernel-b7f21faed0bef6a76fdb45695e80c3474c233829.tar.gz
kernel-b7f21faed0bef6a76fdb45695e80c3474c233829.tar.xz
kernel-b7f21faed0bef6a76fdb45695e80c3474c233829.zip
Add patches to fix elantech touchscreens (rhbz 1149509)
Diffstat (limited to 'USB-quirks-device-qualifier-quirk-for-another-Elan-t.patch')
-rw-r--r--USB-quirks-device-qualifier-quirk-for-another-Elan-t.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/USB-quirks-device-qualifier-quirk-for-another-Elan-t.patch b/USB-quirks-device-qualifier-quirk-for-another-Elan-t.patch
new file mode 100644
index 000000000..8329406df
--- /dev/null
+++ b/USB-quirks-device-qualifier-quirk-for-another-Elan-t.patch
@@ -0,0 +1,30 @@
+From: Adel Gadllah <adel.gadllah@gmail.com>
+Date: Tue, 7 Oct 2014 18:42:28 +0200
+Subject: [PATCH] USB: quirks: device-qualifier quirk for another Elan
+ touchscreen
+
+Yet another device affected by this.
+
+Signed-off-by: Adel Gadllah <adel.gadllah@gmail.com>
+---
+ drivers/usb/core/quirks.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
+index 0999e0285e07..8ebe6254d013 100644
+--- a/drivers/usb/core/quirks.c
++++ b/drivers/usb/core/quirks.c
+@@ -98,6 +98,10 @@ static const struct usb_device_id usb_quirk_list[] = {
+ USB_QUIRK_DEVICE_QUALIFIER },
+
+ /* Elan Touchscreen */
++ { USB_DEVICE(0x04f3, 0x016f), .driver_info =
++ USB_QUIRK_DEVICE_QUALIFIER },
++
++ /* Elan Touchscreen */
+ { USB_DEVICE(0x04f3, 0x009b), .driver_info =
+ USB_QUIRK_DEVICE_QUALIFIER },
+
+--
+1.9.3
+