Skip to content

Commit f9e8229

Browse files
sreJiri Kosina
authored andcommitted
HID: multitouch: add eGalaxTouch P80H84 support
Add support for P80H84 touchscreen from eGalaxy: idVendor 0x0eef D-WAV Scientific Co., Ltd idProduct 0xc002 iManufacturer 1 eGalax Inc. iProduct 2 eGalaxTouch P80H84 2019 vDIVA_1204_T01 k4.02.146 Signed-off-by: Sebastian Reichel <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 778fbf4 commit f9e8229

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/hid/hid-ids.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_7349 0x7349
386386
#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_73F7 0x73f7
387387
#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_A001 0xa001
388+
#define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_C002 0xc002
388389

389390
#define USB_VENDOR_ID_ELAN 0x04f3
390391
#define USB_DEVICE_ID_TOSHIBA_CLICK_L9W 0x0401

drivers/hid/hid-multitouch.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,6 +1922,9 @@ static const struct hid_device_id mt_devices[] = {
19221922
{ .driver_data = MT_CLS_EGALAX_SERIAL,
19231923
MT_USB_DEVICE(USB_VENDOR_ID_DWAV,
19241924
USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_A001) },
1925+
{ .driver_data = MT_CLS_EGALAX,
1926+
MT_USB_DEVICE(USB_VENDOR_ID_DWAV,
1927+
USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH_C002) },
19251928

19261929
/* Elitegroup panel */
19271930
{ .driver_data = MT_CLS_SERIAL,

0 commit comments

Comments
 (0)