projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c5c6ed
)
HID: wacom: re-add accidentally dropped Lenovo PID
author
Benjamin Tissoires
<benjamin.tissoires@redhat.com>
Mon, 1 Dec 2014 16:52:39 +0000
(11:52 -0500)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 2 Dec 2014 10:38:35 +0000
(11:38 +0100)
Dropped in the following commit:
commit
a3e6f6543d19
("Input: wacom - keep wacom_ids ordered")
Reported-by: Hans Spath <inbox-546@hans-spath.de>
CC: stable@vger.kernel.org # v3.17+
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/wacom_wac.c
patch
|
blob
|
history
diff --git
a/drivers/hid/wacom_wac.c
b/drivers/hid/wacom_wac.c
index
586b240
..
7cf998c
100644
(file)
--- a/
drivers/hid/wacom_wac.c
+++ b/
drivers/hid/wacom_wac.c
@@
-3026,6
+3026,7
@@
const struct hid_device_id wacom_ids[] = {
{ USB_DEVICE_WACOM(0x4004) },
{ USB_DEVICE_WACOM(0x5000) },
{ USB_DEVICE_WACOM(0x5002) },
+ { USB_DEVICE_LENOVO(0x6004) },
{ USB_DEVICE_WACOM(HID_ANY_ID) },
{ }