This is a note to let you know that I've just added the patch titled USB: serial: pl2303: add device id for ztek device 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-serial-pl2303-add-device-id-for-ztek-device.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 91fcb1ce420e0a5f8d92d556d7008a78bc6ce1eb Mon Sep 17 00:00:00 2001 From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> Date: Fri, 15 Aug 2014 15:22:21 +0800 Subject: USB: serial: pl2303: add device id for ztek device From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> commit 91fcb1ce420e0a5f8d92d556d7008a78bc6ce1eb upstream. This adds a new device id to the pl2303 driver for the ZTEK device. Reported-by: Mike Chu <Mike-Chu@xxxxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> --- drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 1 + 2 files changed, 2 insertions(+) --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c @@ -47,6 +47,7 @@ static const struct usb_device_id id_tab { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_GPRS) }, { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_HCR331) }, { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_MOTOROLA) }, + { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_ZTEK) }, { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID) }, { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID_RSAQ5) }, { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) }, --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h @@ -22,6 +22,7 @@ #define PL2303_PRODUCT_ID_GPRS 0x0609 #define PL2303_PRODUCT_ID_HCR331 0x331a #define PL2303_PRODUCT_ID_MOTOROLA 0x0307 +#define PL2303_PRODUCT_ID_ZTEK 0xe1f1 #define ATEN_VENDOR_ID 0x0557 #define ATEN_VENDOR_ID2 0x0547 Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are queue-3.10/xtensa-replace-ioctl-code-definitions-with-constants.patch queue-3.10/hid-logitech-dj-prevent-false-errors-to-be-shown.patch queue-3.10/drm-ttm-fix-possible-division-by-0-in-ttm_dma_pool_shrink_scan.patch queue-3.10/drm-ast-ast2000-cannot-be-detected-correctly.patch queue-3.10/ahci-add-device-ids-for-intel-9-series-pch.patch queue-3.10/usb-serial-fix-potential-heap-buffer-overflow.patch queue-3.10/xtensa-fix-tlbtemp_base_2-region-handling-in-fast_second_level_miss.patch queue-3.10/hid-magicmouse-sanity-check-report-size-in-raw_event-callback.patch queue-3.10/arm64-ptrace-fix-compat-hardware-watchpoint-reporting.patch queue-3.10/drm-i915-remove-bogus-__init-annotation-from-dmi-callbacks.patch queue-3.10/revert-usb-option-zte_ev-move-most-zte-cdma-devices-to-zte_ev.patch queue-3.10/usb-zte_ev-remove-duplicate-qualcom-pid.patch queue-3.10/drm-tilcdc-slave-fix-dangling-sysfs-connector-node.patch queue-3.10/drm-i915-wait-for-vblank-before-enabling-the-tv-encoder.patch queue-3.10/alsa-hda-fix-invalid-pin-powermap-without-jack-detection.patch queue-3.10/alsa-core-fix-buffer-overflow-in-snd_info_get_line.patch queue-3.10/drm-i915-read-head-register-back-in-init_ring_common-to-enforce-ordering.patch queue-3.10/usb-serial-fix-potential-stack-buffer-overflow.patch queue-3.10/xtensa-fix-a6-and-a7-handling-in-fast_syscall_xtensa.patch queue-3.10/i2c-at91-add-bound-checking-on-smbus-block-length-bytes.patch queue-3.10/trace-fix-epoll-hang-when-we-race-with-new-entries.patch queue-3.10/drm-vmwgfx-fix-a-potential-infinite-spin-waiting-for-fifo-idle.patch queue-3.10/drm-tilcdc-fix-release-order-on-exit.patch queue-3.10/i2c-at91-fix-a-race-condition-during-signal-handling-in-at91_do_twi_xfer.patch queue-3.10/hid-picolcd-sanity-check-report-size-in-raw_event-callback.patch queue-3.10/ahci-add-pcid-for-marvel-0x9182-controller.patch queue-3.10/pata_scc-propagate-return-value-of-scc_wait_after_reset.patch queue-3.10/xtensa-fix-access-to-thread_ra-thread_sp-thread_ds.patch queue-3.10/arm64-flush-tls-registers-during-exec.patch queue-3.10/alsa-hda-fix-coef-setups-for-alc1150-codec.patch queue-3.10/usb-option-add-via-telecom-cds7-chipset-device-id.patch queue-3.10/xtensa-fix-address-checks-in-dma_-alloc-free-_coherent.patch queue-3.10/drm-tilcdc-panel-fix-dangling-sysfs-connector-node.patch queue-3.10/drm-ttm-choose-a-pool-to-shrink-correctly-in-ttm_dma_pool_shrink_scan.patch queue-3.10/usb-option-reduce-interrupt-urb-logging-verbosity.patch queue-3.10/drm-tilcdc-tfp410-fix-dangling-sysfs-connector-node.patch queue-3.10/drm-radeon-add-connector-quirk-for-fujitsu-board.patch queue-3.10/usb-serial-pl2303-add-device-id-for-ztek-device.patch queue-3.10/ibmveth-fix-endian-issues-with-rx_no_buffer-statistic.patch queue-3.10/drm-tilcdc-panel-fix-leak-when-unloading-the-module.patch queue-3.10/usb-zte_ev-remove-duplicate-gobi-pid.patch queue-3.10/drm-radeon-load-the-lm63-driver-for-an-lm64-thermal-chip.patch queue-3.10/usb-sisusb-add-device-id-for-magic-control-usb-video.patch queue-3.10/alsa-pcm-fix-fifo_size-frame-calculation.patch queue-3.10/drm-tilcdc-fix-double-kfree.patch queue-3.10/carl9170-fix-sending-urbs-with-wrong-type-when-using-full-speed.patch queue-3.10/cfq-iosched-fix-wrong-children_weight-calculation.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