c458b04
From: Adel Gadllah <adel.gadllah-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
c458b04
Date: Sun, 5 Oct 2014 18:32:34 +0200
c458b04
Subject: [PATCH] USB: quirks: enable device-qualifier quirk for another Elan
c458b04
 touchscreen
c458b04
c458b04
Currently this quirk is enabled for the model with the device id 0x0089, it
c458b04
is needed for the 0x009b model, which is found on the Fujitsu Lifebook u904
c458b04
as well.
c458b04
c458b04
Signed-off-by: Adel Gadllah <adel.gadllah-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
c458b04
---
c458b04
 drivers/usb/core/quirks.c | 4 ++++
c458b04
 1 file changed, 4 insertions(+)
c458b04
c458b04
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
57e2b74
index 5ae883dc21f5..0999e0285e07 100644
c458b04
--- a/drivers/usb/core/quirks.c
c458b04
+++ b/drivers/usb/core/quirks.c
c458b04
@@ -97,6 +97,10 @@ static const struct usb_device_id usb_quirk_list[] = {
c458b04
 	{ USB_DEVICE(0x04f3, 0x0089), .driver_info =
c458b04
 			USB_QUIRK_DEVICE_QUALIFIER },
c458b04
 
c458b04
+	/* Elan Touchscreen */
c458b04
+	{ USB_DEVICE(0x04f3, 0x009b), .driver_info =
c458b04
+			USB_QUIRK_DEVICE_QUALIFIER },
c458b04
+
c458b04
 	/* Roland SC-8820 */
c458b04
 	{ USB_DEVICE(0x0582, 0x0007), .driver_info = USB_QUIRK_RESET_RESUME },
c458b04
 
c458b04
-- 
c458b04
1.9.3
c458b04