summaryrefslogtreecommitdiffstats
path: root/drivers/hid/wacom_wac.c
diff options
context:
space:
mode:
authorBenjamin Tissoires2014-12-01 17:52:39 +0100
committerJiri Kosina2014-12-02 11:38:35 +0100
commit00d6f227a5905be47006abcc1f417d069ecc3711 (patch)
treec756cdb4886dd897c8e2b6d15351993b82d17e37 /drivers/hid/wacom_wac.c
parentHID: core: cleanup .claimed field on disconnect (diff)
downloadkernel-qcow2-linux-00d6f227a5905be47006abcc1f417d069ecc3711.tar.gz
kernel-qcow2-linux-00d6f227a5905be47006abcc1f417d069ecc3711.tar.xz
kernel-qcow2-linux-00d6f227a5905be47006abcc1f417d069ecc3711.zip
HID: wacom: re-add accidentally dropped Lenovo PID
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>
Diffstat (limited to 'drivers/hid/wacom_wac.c')
-rw-r--r--drivers/hid/wacom_wac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/wacom_wac.c b/drivers/hid/wacom_wac.c
index 586b2405b0d4..7cf998cdd011 100644
--- 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) },
{ }