Commit 1ac03d64 authored by Logan Gunthorpe's avatar Logan Gunthorpe Committed by Jiri Slaby

Added another USB product ID for ELAN touchscreen quirks.

commit dc703ec2 upstream.

I've had the same issue as described in commit

c68929f7

Except my touchscreen's ID is

ID 04f3:0125 Elan Microelectronics Corp.
Signed-off-by: default avatarLogan Gunthorpe <logang@deltatee.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent fb6af6cb
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment