From: Benjamin Tissoires Date: Mon, 1 Dec 2014 16:52:39 +0000 (-0500) Subject: HID: wacom: re-add accidentally dropped Lenovo PID X-Git-Tag: v3.19-rc1~105^2~1^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=00d6f227a5905be47006abcc1f417d069ecc3711;p=karo-tx-linux.git 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 CC: stable@vger.kernel.org # v3.17+ Signed-off-by: Benjamin Tissoires Signed-off-by: Jiri Kosina --- 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) }, { }