mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
ODROID-C2: Add multitouch v/pid.
/* WAVESHARE HDMI capacitive Screen */ #define USB_VENDOR_ID_BYQDTECH^I0x0483 #define USB_DEVICE_ID_BYQDTECH_7^I0x5750 Change-Id: Ied83914cfa16d00a5cccedd2a68804a4b6058672
This commit is contained in:
@@ -1128,4 +1128,12 @@
|
||||
#define USB_VENDOR_ID_NEC_1926 0x1926
|
||||
#define USB_DEVICE_ID_V652_TM 0x036A
|
||||
|
||||
/* NEWHAVEN DISPLAY capacitive Screen */
|
||||
#define USB_VENDOR_ID_NHD 0x0461
|
||||
#define USB_DEVICE_ID_NHD_7_0_HDMI_N_RSXN_CTU 0x0022
|
||||
|
||||
/* WAVESHARE HDMI capacitive Screen */
|
||||
#define USB_VENDOR_ID_BYQDTECH 0x0483
|
||||
#define USB_DEVICE_ID_BYQDTECH_7 0x5750
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1642,6 +1642,18 @@ static const struct hid_device_id mt_devices[] = {
|
||||
HID_USB_DEVICE(USB_VENDOR_ID_NEC_1926,
|
||||
USB_DEVICE_ID_V652_TM) },
|
||||
|
||||
/* NEWHAVEN DISPLAY capacitive Screen */
|
||||
{ .driver_data = MT_CLS_DEFAULT,
|
||||
HID_USB_DEVICE(
|
||||
USB_VENDOR_ID_NHD,
|
||||
USB_DEVICE_ID_NHD_7_0_HDMI_N_RSXN_CTU) },
|
||||
|
||||
/* ByQDTech DISPLAY capacitive Screen */
|
||||
{ .driver_data = MT_CLS_DEFAULT,
|
||||
HID_USB_DEVICE(
|
||||
USB_VENDOR_ID_BYQDTECH,
|
||||
USB_DEVICE_ID_BYQDTECH_7) },
|
||||
|
||||
/* Generic MT device */
|
||||
{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_MULTITOUCH, HID_ANY_ID, HID_ANY_ID) },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user