This is a note to let you know that I've just added the patch titled USB: zte_ev: remove duplicate Gobi PID to the 3.14-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: usb-zte_ev-remove-duplicate-gobi-pid.patch and it can be found in the queue-3.14 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 95be5739588c56a9327e477aa0ba3c81c5cf8631 Mon Sep 17 00:00:00 2001 From: Johan Hovold <johan@xxxxxxxxxx> Date: Thu, 7 Aug 2014 16:00:14 +0200 Subject: USB: zte_ev: remove duplicate Gobi PID From: Johan Hovold <johan@xxxxxxxxxx> commit 95be5739588c56a9327e477aa0ba3c81c5cf8631 upstream. Remove dublicate Gobi PID 0x9008 which is already handled by the qcserial driver since commit f05932c0caf4 ("USB: qcserial: Add extra device IDs"). Fixes: 799ee9243d89 ("USB: serial: add zte_ev.c driver") Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/usb/serial/zte_ev.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/usb/serial/zte_ev.c +++ b/drivers/usb/serial/zte_ev.c @@ -275,7 +275,6 @@ static const struct usb_device_id id_tab /* MG880 */ { USB_DEVICE(0x19d2, 0xfffd) }, { USB_DEVICE(0x05C6, 0x3197) }, - { USB_DEVICE(0x05C6, 0x9008) }, { }, }; MODULE_DEVICE_TABLE(usb, id_table); Patches currently in stable-queue which might be from johan@xxxxxxxxxx are queue-3.14/usb-serial-fix-potential-heap-buffer-overflow.patch queue-3.14/revert-usb-option-zte_ev-move-most-zte-cdma-devices-to-zte_ev.patch queue-3.14/usb-zte_ev-remove-duplicate-qualcom-pid.patch queue-3.14/usb-serial-fix-potential-stack-buffer-overflow.patch queue-3.14/usb-option-add-via-telecom-cds7-chipset-device-id.patch queue-3.14/usb-option-reduce-interrupt-urb-logging-verbosity.patch queue-3.14/usb-serial-pl2303-add-device-id-for-ztek-device.patch queue-3.14/usb-zte_ev-remove-duplicate-gobi-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