This is a note to let you know that I've just added the patch titled HID: wacom: re-add accidentally dropped Lenovo PID to the 3.18-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: hid-wacom-re-add-accidentally-dropped-lenovo-pid.patch and it can be found in the queue-3.18 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 00d6f227a5905be47006abcc1f417d069ecc3711 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx> Date: Mon, 1 Dec 2014 11:52:39 -0500 Subject: HID: wacom: re-add accidentally dropped Lenovo PID From: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx> commit 00d6f227a5905be47006abcc1f417d069ecc3711 upstream. Dropped in the following commit: commit a3e6f6543d19 ("Input: wacom - keep wacom_ids ordered") Reported-by: Hans Spath <inbox-546@xxxxxxxxxxxxx> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@xxxxxxxxxx> Signed-off-by: Jiri Kosina <jkosina@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/hid/wacom_wac.c | 1 + 1 file changed, 1 insertion(+) --- 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) }, { } Patches currently in stable-queue which might be from benjamin.tissoires@xxxxxxxxxx are queue-3.18/hid-wacom-fix-freeze-on-open-when-autosuspend-is-on.patch queue-3.18/hid-i2c-hid-prevent-buffer-overflow-in-early-irq.patch queue-3.18/hid-i2c-hid-do-not-free-buffers-in-i2c_hid_stop.patch queue-3.18/hid-i2c-hid-fix-race-condition-reading-reports.patch queue-3.18/hid-wacom-re-add-accidentally-dropped-lenovo-pid.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html