diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-11-04 10:36:26 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-11-04 10:36:26 +0100 |
| commit | c619b023e95e6f237270c04abeed3059554dbb30 (patch) | |
| tree | cfcb8255da1ea33409c4fd6d7d8d4bf3c9f5404c | |
| parent | abc815a8c18e3d811e18650b9e9a80e24b41587c (diff) | |
Add support for Wetab
Add the 0eef:72a1 to the list of supported devices.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
| -rw-r--r-- | usr/src/dkms_source_tree/hid-egalax.c | 2 | ||||
| -rw-r--r-- | usr/src/dkms_source_tree/hid-ids.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/dkms_source_tree/hid-egalax.c b/usr/src/dkms_source_tree/hid-egalax.c index 00c3af6..c0e7026 100644 --- a/usr/src/dkms_source_tree/hid-egalax.c +++ b/usr/src/dkms_source_tree/hid-egalax.c | |||
| @@ -292,6 +292,8 @@ static const struct hid_device_id egalax_devices[] = { | |||
| 292 | USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH) }, | 292 | USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH) }, |
| 293 | { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, | 293 | { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, |
| 294 | USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH1) }, | 294 | USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH1) }, |
| 295 | { HID_USB_DEVICE(USB_VENDOR_ID_DWAV, | ||
| 296 | USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2) }, | ||
| 295 | { } | 297 | { } |
| 296 | }; | 298 | }; |
| 297 | MODULE_DEVICE_TABLE(hid, egalax_devices); | 299 | MODULE_DEVICE_TABLE(hid, egalax_devices); |
diff --git a/usr/src/dkms_source_tree/hid-ids.h b/usr/src/dkms_source_tree/hid-ids.h index 765a4f5..a9237a3 100644 --- a/usr/src/dkms_source_tree/hid-ids.h +++ b/usr/src/dkms_source_tree/hid-ids.h | |||
| @@ -192,6 +192,7 @@ | |||
| 192 | #define USB_DEVICE_ID_EGALAX_TOUCHCONTROLLER 0x0001 | 192 | #define USB_DEVICE_ID_EGALAX_TOUCHCONTROLLER 0x0001 |
| 193 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH 0x480d | 193 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH 0x480d |
| 194 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH1 0x720c | 194 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH1 0x720c |
| 195 | #define USB_DEVICE_ID_DWAV_EGALAX_MULTITOUCH2 0x72a1 | ||
| 195 | 196 | ||
| 196 | #define USB_VENDOR_ID_ELECOM 0x056e | 197 | #define USB_VENDOR_ID_ELECOM 0x056e |
| 197 | #define USB_DEVICE_ID_ELECOM_BM084 0x0061 | 198 | #define USB_DEVICE_ID_ELECOM_BM084 0x0061 |
