aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2014-07-23 19:31:57 +0300
committerJiri Kosina <jkosina@suse.cz>2014-07-29 11:21:25 +0200
commit3f1f333232fa3c36bbf20de1c6ffefcc96892d07 (patch)
treeba61fe0552f9558f899071be902aa0927f13199e /drivers/hid
parentHID: huion: Switch to generating report descriptor (diff)
downloadlinux-dev-3f1f333232fa3c36bbf20de1c6ffefcc96892d07.tar.xz
linux-dev-3f1f333232fa3c36bbf20de1c6ffefcc96892d07.zip
HID: huion: Handle tablets with UC-Logic vendor ID
Add handling of Huion tablets with UC-Logic vendor ID, but the same product ID to hid-huion driver. A Huion H580 was seen using it. Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/hid-huion.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-huion.c b/drivers/hid/hid-huion.c
index 6c811c1fbf55..438b54e147bb 100644
--- a/drivers/hid/hid-huion.c
+++ b/drivers/hid/hid-huion.c
@@ -243,6 +243,7 @@ static int huion_raw_event(struct hid_device *hdev, struct hid_report *report,
static const struct hid_device_id huion_devices[] = {
{ HID_USB_DEVICE(USB_VENDOR_ID_HUION, USB_DEVICE_ID_HUION_TABLET) },
+ { HID_USB_DEVICE(USB_VENDOR_ID_UCLOGIC, USB_DEVICE_ID_HUION_TABLET) },
{ }
};
MODULE_DEVICE_TABLE(hid, huion_devices);