]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Added another USB product ID for ELAN touchscreen quirks.
authorLogan Gunthorpe <logang@deltatee.com>
Sat, 9 May 2015 17:09:11 +0000 (11:09 -0600)
committerJiri Slaby <jslaby@suse.cz>
Tue, 26 May 2015 14:26:59 +0000 (16:26 +0200)
commit dc703ec22074d9c71a12da20670369fac3ea4296 upstream.

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>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/usb/core/quirks.c

index f2121b56e6814acff9c83ecc58b9cece3d8505a8..5014a42823522f1c45d8c07e7d982a6745167d0f 100644 (file)
@@ -105,6 +105,9 @@ static const struct usb_device_id usb_quirk_list[] = {
        { USB_DEVICE(0x04f3, 0x010c), .driver_info =
                        USB_QUIRK_DEVICE_QUALIFIER },
 
+       { USB_DEVICE(0x04f3, 0x0125), .driver_info =
+                       USB_QUIRK_DEVICE_QUALIFIER },
+
        { USB_DEVICE(0x04f3, 0x016f), .driver_info =
                        USB_QUIRK_DEVICE_QUALIFIER },