diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-12-01 19:52:39 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-12-02 13:38:35 +0300 |
commit | 00d6f227a5905be47006abcc1f417d069ecc3711 (patch) | |
tree | c756cdb4886dd897c8e2b6d15351993b82d17e37 /drivers/hid/wacom_wac.c | |
parent | 9c5c6ed7b5078ba42b1c769a1c29b3ae4a6bee36 (diff) | |
download | linux-00d6f227a5905be47006abcc1f417d069ecc3711.tar.xz |
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.c | 1 |
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) }, { } |