mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
ODROID: Add multitouch v/pid.
/* DELL HDMI capacitive Screen */ #define USB_VENDOR_ID_DELL_P2418HT 0x1fd2 #define USB_DEVICE_ID_DELL_P2418HT 0x6103 Change-Id: If441a2046dd7d6e452c28a8ddf05c95530e2f6bd
This commit is contained in:
@@ -1296,6 +1296,10 @@
|
||||
#define USB_VENDOR_ID_CROSSOVER 0x056A
|
||||
#define USB_DEVICE_ID_133TF3_DEX 0x509D
|
||||
|
||||
/* DELL HDMI capacitive Screen */
|
||||
#define USB_VENDOR_ID_DELL_P2418HT 0x1fd2
|
||||
#define USB_DEVICE_ID_DELL_P2418HT 0x6103
|
||||
|
||||
/* SHARP HDMI capacitive Screen */
|
||||
#define USB_VENDOR_ID_TEST 0x0
|
||||
#define USB_DEVICE_ID_TEST 0x0
|
||||
|
||||
@@ -1759,6 +1759,12 @@ static const struct hid_device_id mt_devices[] = {
|
||||
USB_VENDOR_ID_CROSSOVER,
|
||||
USB_DEVICE_ID_133TF3_DEX) },
|
||||
|
||||
/* DELL P2418HT DISPLAY capacitive Screen */
|
||||
{ .driver_data = MT_CLS_DEFAULT,
|
||||
HID_USB_DEVICE(
|
||||
USB_VENDOR_ID_DELL_P2418HT,
|
||||
USB_DEVICE_ID_DELL_P2418HT) },
|
||||
|
||||
/* TEST DISPLAY capacitive Screen */
|
||||
{ .driver_data = MT_CLS_DEFAULT,
|
||||
HID_USB_DEVICE(
|
||||
|
||||
Reference in New Issue
Block a user