mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-19 21:03:59 +00:00
Added another USB product ID for ELAN touchscreen quirks.
I've had the same issue as described in commit
c68929f75d
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>
This commit is contained in:
parent
948fa13504
commit
dc703ec220
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ static const struct usb_device_id usb_quirk_list[] = {
|
||||||
{ USB_DEVICE(0x04f3, 0x010c), .driver_info =
|
{ USB_DEVICE(0x04f3, 0x010c), .driver_info =
|
||||||
USB_QUIRK_DEVICE_QUALIFIER },
|
USB_QUIRK_DEVICE_QUALIFIER },
|
||||||
|
|
||||||
|
{ USB_DEVICE(0x04f3, 0x0125), .driver_info =
|
||||||
|
USB_QUIRK_DEVICE_QUALIFIER },
|
||||||
|
|
||||||
{ USB_DEVICE(0x04f3, 0x016f), .driver_info =
|
{ USB_DEVICE(0x04f3, 0x016f), .driver_info =
|
||||||
USB_QUIRK_DEVICE_QUALIFIER },
|
USB_QUIRK_DEVICE_QUALIFIER },
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue