diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2014-12-01 11:52:39 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-16 06:59:48 -0800 |
commit | 15c1c0a1b1435b0c1f18e006343370c256ca38c3 (patch) | |
tree | 888efd463c720b1df06f8a20f00effa767c28380 /drivers/hid | |
parent | 7e4cec4069cf08a1eddd1865217439f030622316 (diff) | |
download | lwn-15c1c0a1b1435b0c1f18e006343370c256ca38c3.tar.gz lwn-15c1c0a1b1435b0c1f18e006343370c256ca38c3.zip |
HID: wacom: re-add accidentally dropped Lenovo PID
commit 00d6f227a5905be47006abcc1f417d069ecc3711 upstream.
Dropped in the following commit:
commit a3e6f6543d19 ("Input: wacom - keep wacom_ids ordered")
Reported-by: Hans Spath <inbox-546@hans-spath.de>
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hid')
-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) }, { } |