Merge "ODROID: Add multitouch v/pid." into odroidg12-4.9.y-android

This commit is contained in:
Chris
2021-01-08 09:20:18 +09:00
committed by Gerrit Code Review
2 changed files with 10 additions and 0 deletions

View File

@@ -1300,6 +1300,10 @@
#define USB_VENDOR_ID_DELL_P2418HT 0x1fd2
#define USB_DEVICE_ID_DELL_P2418HT 0x6103
/* UPERFECT HDMI capacitive Screen */
#define USB_VENDOR_ID_UPERFECT 0x27c0
#define USB_DEVICE_ID_UPERFECT 0x0818
/* SHARP HDMI capacitive Screen */
#define USB_VENDOR_ID_TEST 0x0
#define USB_DEVICE_ID_TEST 0x0

View File

@@ -1765,6 +1765,12 @@ static const struct hid_device_id mt_devices[] = {
USB_VENDOR_ID_DELL_P2418HT,
USB_DEVICE_ID_DELL_P2418HT) },
/* UPERFECT HDMI capacitive Screen */
{ .driver_data = MT_CLS_DEFAULT,
HID_USB_DEVICE(
USB_VENDOR_ID_UPERFECT,
USB_DEVICE_ID_UPERFECT) },
/* TEST DISPLAY capacitive Screen */
{ .driver_data = MT_CLS_DEFAULT,
HID_USB_DEVICE(