This is a note to let you know that I've just added the patch titled USB: zte_ev: fix removed PIDs to the 3.10-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-fix-removed-pids.patch and it can be found in the queue-3.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 3096691011d01cef56b243a5e65431405c07d574 Mon Sep 17 00:00:00 2001 From: Johan Hovold <johan@xxxxxxxxxx> Date: Thu, 28 Aug 2014 12:46:54 +0200 Subject: USB: zte_ev: fix removed PIDs From: Johan Hovold <johan@xxxxxxxxxx> commit 3096691011d01cef56b243a5e65431405c07d574 upstream. Add back some PIDs that were mistakingly remove when reverting commit 73228a0538a7 ("USB: option,zte_ev: move most ZTE CDMA devices to zte_ev"), which apparently did more than its commit message claimed in that it not only moved some PIDs from option to zte_ev but also added some new ones. Fixes: 63a901c06e3c ("Revert "USB: option,zte_ev: move most ZTE CDMA devices to zte_ev"") Reported-by: Lei Liu <lei35151@xxxxxxx> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/usb/serial/zte_ev.c | 8 ++++++++ 1 file changed, 8 insertions(+) --- a/drivers/usb/serial/zte_ev.c +++ b/drivers/usb/serial/zte_ev.c @@ -273,6 +273,14 @@ static void zte_ev_usb_serial_close(stru } static const struct usb_device_id id_table[] = { + { USB_DEVICE(0x19d2, 0xffec) }, + { USB_DEVICE(0x19d2, 0xffee) }, + { USB_DEVICE(0x19d2, 0xfff6) }, + { USB_DEVICE(0x19d2, 0xfff7) }, + { USB_DEVICE(0x19d2, 0xfff8) }, + { USB_DEVICE(0x19d2, 0xfff9) }, + { USB_DEVICE(0x19d2, 0xfffb) }, + { USB_DEVICE(0x19d2, 0xfffc) }, /* MG880 */ { USB_DEVICE(0x19d2, 0xfffd) }, { }, Patches currently in stable-queue which might be from johan@xxxxxxxxxx are queue-3.10/usb-option-add-via-telecom-cds7-chipset-device-id.patch queue-3.10/usb-serial-fix-potential-heap-buffer-overflow.patch queue-3.10/usb-serial-fix-potential-stack-buffer-overflow.patch queue-3.10/usb-zte_ev-fix-removed-pids.patch queue-3.10/revert-usb-option-zte_ev-move-most-zte-cdma-devices-to-zte_ev.patch queue-3.10/usb-option-reduce-interrupt-urb-logging-verbosity.patch queue-3.10/usb-ftdi_sio-add-support-for-novitus-bono-e-thermal-printer.patch queue-3.10/usb-zte_ev-remove-duplicate-gobi-pid.patch queue-3.10/usb-zte_ev-remove-duplicate-qualcom-pid.patch queue-3.10/usb-sierra-add-1199-68aa-device-id.patch queue-3.10/usb-sierra-avoid-cdc-class-functions-on-68a3-devices.patch queue-3.10/usb-serial-pl2303-add-device-id-for-ztek-device.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