This is a note to let you know that I've just added the patch titled USB: zte_ev: remove duplicate Qualcom PID to the 3.16-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-qualcom-pid.patch and it can be found in the queue-3.16 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 754eb21c0bbbbc4b8830a9a864b286323b84225f Mon Sep 17 00:00:00 2001 From: Johan Hovold <johan@xxxxxxxxxx> Date: Thu, 7 Aug 2014 16:00:15 +0200 Subject: USB: zte_ev: remove duplicate Qualcom PID From: Johan Hovold <johan@xxxxxxxxxx> commit 754eb21c0bbbbc4b8830a9a864b286323b84225f upstream. Remove dublicate Qualcom PID 0x3197 which is already handled by the moto-modem driver since commit 6986a978eec7 ("USB: add new moto_modem driver for some Morotola phones"). 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 @@ -274,7 +274,6 @@ static void zte_ev_usb_serial_close(stru static const struct usb_device_id id_table[] = { /* MG880 */ { USB_DEVICE(0x19d2, 0xfffd) }, - { USB_DEVICE(0x05C6, 0x3197) }, { }, }; MODULE_DEVICE_TABLE(usb, id_table); Patches currently in stable-queue which might be from johan@xxxxxxxxxx are queue-3.16/usb-serial-fix-potential-heap-buffer-overflow.patch queue-3.16/revert-usb-option-zte_ev-move-most-zte-cdma-devices-to-zte_ev.patch queue-3.16/usb-zte_ev-remove-duplicate-qualcom-pid.patch queue-3.16/usb-serial-fix-potential-stack-buffer-overflow.patch queue-3.16/usb-option-add-via-telecom-cds7-chipset-device-id.patch queue-3.16/usb-option-reduce-interrupt-urb-logging-verbosity.patch queue-3.16/usb-serial-pl2303-add-device-id-for-ztek-device.patch queue-3.16/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