diff options
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/dkms_source_tree/hid-ids.h | 1 | ||||
| -rw-r--r-- | usr/src/dkms_source_tree/hid-multitouch.c | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/dkms_source_tree/hid-ids.h b/usr/src/dkms_source_tree/hid-ids.h index b1dd7ad..a1c3f7f 100644 --- a/usr/src/dkms_source_tree/hid-ids.h +++ b/usr/src/dkms_source_tree/hid-ids.h | |||
| @@ -209,6 +209,7 @@ | |||
| 209 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2 0x72a1 | 209 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2 0x72a1 |
| 210 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH3 0x480e | 210 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH3 0x480e |
| 211 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH4 0x726b | 211 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH4 0x726b |
| 212 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH5 0x7356 | ||
| 212 | 213 | ||
| 213 | #define USB_VENDOR_ID_ELECOM 0x056e | 214 | #define USB_VENDOR_ID_ELECOM 0x056e |
| 214 | #define USB_DEVICE_ID_ELECOM_BM084 0x0061 | 215 | #define USB_DEVICE_ID_ELECOM_BM084 0x0061 |
diff --git a/usr/src/dkms_source_tree/hid-multitouch.c b/usr/src/dkms_source_tree/hid-multitouch.c index 02a6675..e8e4000 100644 --- a/usr/src/dkms_source_tree/hid-multitouch.c +++ b/usr/src/dkms_source_tree/hid-multitouch.c | |||
| @@ -610,6 +610,9 @@ static const struct hid_device_id mt_devices[] = { | |||
| 610 | { .driver_data = MT_CLS_EGALAX, | 610 | { .driver_data = MT_CLS_EGALAX, |
| 611 | HID_USB_DEVICE(USB_VENDOR_ID_DWAV, | 611 | HID_USB_DEVICE(USB_VENDOR_ID_DWAV, |
| 612 | USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH4) }, | 612 | USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH4) }, |
| 613 | { .driver_data = MT_CLS_EGALAX, | ||
| 614 | HID_USB_DEVICE(USB_VENDOR_ID_DWAV, | ||
| 615 | USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH5) }, | ||
| 613 | 616 | ||
| 614 | /* Stantum panels */ | 617 | /* Stantum panels */ |
| 615 | { .driver_data = MT_CLS_STANTUM, | 618 | { .driver_data = MT_CLS_STANTUM, |
