mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ODROID-C2: Add multitouch v/pid.
/* MIDAS HDMI capacitive Screen */ #define USB_VENDOR_ID_MIDAS 0x0c02 #define USB_DEVICE_ID_MCT101HDMI_A_RTP 0x04d8 Signed-off-by: Chris KIM <codewalker@hardkernel.com> Change-Id: Ie01d87348af3a87bfe5fe4ee33ca6b241b6252cd
This commit is contained in:
@@ -1140,6 +1140,10 @@
|
||||
#define USB_VENDOR_ID_SHARP 0x04dd
|
||||
#define USB_DEVICE_ID_SHARP_TSLV238 0x991c
|
||||
|
||||
/* MIDAS HDMI capacitive Screen */
|
||||
#define USB_VENDOR_ID_MIDAS 0x0c02
|
||||
#define USB_DEVICE_ID_MCT101HDMI_A_RTP 0x04d8
|
||||
|
||||
/* SHARP HDMI capacitive Screen */
|
||||
#define USB_VENDOR_ID_TEST 0x0
|
||||
#define USB_DEVICE_ID_TEST 0x0
|
||||
|
||||
@@ -1660,6 +1660,12 @@ static const struct hid_device_id mt_devices[] = {
|
||||
USB_VENDOR_ID_SHARP,
|
||||
USB_DEVICE_ID_SHARP_TSLV238) },
|
||||
|
||||
/* SHARP DISPLAY capacitive Screen */
|
||||
{ .driver_data = MT_CLS_DEFAULT,
|
||||
HID_USB_DEVICE(
|
||||
USB_VENDOR_ID_MIDAS,
|
||||
USB_DEVICE_ID_MCT101HDMI_A_RTP) },
|
||||
|
||||
/* TEST DISPLAY capacitive Screen */
|
||||
{ .driver_data = MT_CLS_DEFAULT,
|
||||
HID_USB_DEVICE(
|
||||
|
||||
Reference in New Issue
Block a user