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 /usr/src/dkms_source_tree/hid-egalax.c | |
| 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>
Diffstat (limited to 'usr/src/dkms_source_tree/hid-egalax.c')
| -rw-r--r-- | usr/src/dkms_source_tree/hid-egalax.c | 2 |
1 files changed, 2 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); |
