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.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-serial-pl2303-add-device-id-for-ztek-device.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 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 @@ -45,6 +45,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.14/xtensa-replace-ioctl-code-definitions-with-constants.patch queue-3.14/hid-logitech-dj-prevent-false-errors-to-be-shown.patch queue-3.14/drm-radeon-tweak-accel_working2-query-for-hawaii.patch queue-3.14/drm-radeon-atom-add-new-voltage-fetch-function-for-hawaii.patch queue-3.14/drm-ttm-fix-possible-division-by-0-in-ttm_dma_pool_shrink_scan.patch queue-3.14/drm-i915-fix-eio-wedged-handling-in-gem-fault-handler.patch queue-3.14/drm-ast-ast2000-cannot-be-detected-correctly.patch queue-3.14/ahci-add-device-ids-for-intel-9-series-pch.patch queue-3.14/drm-ttm-use-mutex_trylock-to-avoid-deadlock-inside-shrinker-functions.patch queue-3.14/drm-radeon-don-t-reset-dma-on-ni-si-init.patch queue-3.14/usb-serial-fix-potential-heap-buffer-overflow.patch queue-3.14/xtensa-fix-tlbtemp_base_2-region-handling-in-fast_second_level_miss.patch queue-3.14/hid-magicmouse-sanity-check-report-size-in-raw_event-callback.patch queue-3.14/arm64-ptrace-fix-compat-hardware-watchpoint-reporting.patch queue-3.14/drm-i915-remove-bogus-__init-annotation-from-dmi-callbacks.patch queue-3.14/revert-usb-option-zte_ev-move-most-zte-cdma-devices-to-zte_ev.patch queue-3.14/drm-radeon-don-t-reset-sdma-on-cik-init.patch queue-3.14/usb-zte_ev-remove-duplicate-qualcom-pid.patch queue-3.14/arm64-use-irq_set_affinity-with-force-false-when-migrating-irqs.patch queue-3.14/drm-tilcdc-slave-fix-dangling-sysfs-connector-node.patch queue-3.14/alsa-hda-fix-digital-mic-on-acer-aspire-3830tg.patch queue-3.14/drm-i915-wait-for-vblank-before-enabling-the-tv-encoder.patch queue-3.14/libata-widen-crucial-m550-blacklist-matching.patch queue-3.14/alsa-hda-fix-invalid-pin-powermap-without-jack-detection.patch queue-3.14/aio-add-missing-smp_rmb-in-read_events_ring.patch queue-3.14/drm-radeon-enable-bapm-by-default-on-desktop-tn-rl-boards.patch queue-3.14/drm-radeon-fix-pm-handling-in-radeon_gpu_reset.patch queue-3.14/drm-radeon-fix-semaphore-value-init.patch queue-3.14/drm-radeon-add-missing-lines-to-ci_set_thermal_temperature_range.patch queue-3.14/alsa-core-fix-buffer-overflow-in-snd_info_get_line.patch queue-3.14/drm-i915-read-head-register-back-in-init_ring_common-to-enforce-ordering.patch queue-3.14/drm-radeon-dpm-handle-voltage-info-fetching-on-hawaii.patch queue-3.14/xattr-fix-check-for-simultaneous-glibc-header-inclusion.patch queue-3.14/drm-radeon-re-enable-dpm-by-default-on-btc.patch queue-3.14/drm-radeon-tn-only-enable-bapm-on-msi-systems.patch queue-3.14/imx-drm-ipuv3-plane-fix-ipu_plane_dpms.patch queue-3.14/usb-serial-fix-potential-stack-buffer-overflow.patch queue-3.14/xtensa-fix-a6-and-a7-handling-in-fast_syscall_xtensa.patch queue-3.14/i2c-at91-add-bound-checking-on-smbus-block-length-bytes.patch queue-3.14/trace-fix-epoll-hang-when-we-race-with-new-entries.patch queue-3.14/drm-vmwgfx-fix-a-potential-infinite-spin-waiting-for-fifo-idle.patch queue-3.14/drm-tilcdc-fix-release-order-on-exit.patch queue-3.14/i2c-at91-fix-a-race-condition-during-signal-handling-in-at91_do_twi_xfer.patch queue-3.14/hid-picolcd-sanity-check-report-size-in-raw_event-callback.patch queue-3.14/ahci-add-pcid-for-marvel-0x9182-controller.patch queue-3.14/pata_scc-propagate-return-value-of-scc_wait_after_reset.patch queue-3.14/usb-gadget-f_fs-drop-duplicate-usb_functionfs_descs_head-declaration.patch queue-3.14/xtensa-fix-access-to-thread_ra-thread_sp-thread_ds.patch queue-3.14/i2c-mv64xxx-continue-probe-when-clock-frequency-is-missing.patch queue-3.14/arm64-flush-tls-registers-during-exec.patch queue-3.14/alsa-hda-fix-coef-setups-for-alc1150-codec.patch queue-3.14/arm-arm64-kvm-nuke-hyp-mode-tlbs-before-enabling-mmu.patch queue-3.14/usb-option-add-via-telecom-cds7-chipset-device-id.patch queue-3.14/of-irq-fix-lookup-to-use-interrupts-extended-property-first.patch queue-3.14/xtensa-fix-address-checks-in-dma_-alloc-free-_coherent.patch queue-3.14/arm-arm64-kvm-complete-wfi-wfe-instructions.patch queue-3.14/drm-tilcdc-panel-fix-dangling-sysfs-connector-node.patch queue-3.14/drm-ttm-choose-a-pool-to-shrink-correctly-in-ttm_dma_pool_shrink_scan.patch queue-3.14/usb-option-reduce-interrupt-urb-logging-verbosity.patch queue-3.14/drm-radeon-re-enable-dpm-by-default-on-cayman.patch queue-3.14/drm-radeon-set-vm-base-addr-using-the-pfp-v2.patch queue-3.14/drm-ttm-fix-possible-stack-overflow-by-recursive-shrinker-calls.patch queue-3.14/drm-tilcdc-tfp410-fix-dangling-sysfs-connector-node.patch queue-3.14/drm-radeon-add-connector-quirk-for-fujitsu-board.patch queue-3.14/drm-radeon-add-ability-to-get-and-change-dpm-state-when-radeon-px-card-is-turned-off.patch queue-3.14/usb-serial-pl2303-add-device-id-for-ztek-device.patch queue-3.14/ibmveth-fix-endian-issues-with-rx_no_buffer-statistic.patch queue-3.14/drm-tilcdc-panel-fix-leak-when-unloading-the-module.patch queue-3.14/usb-zte_ev-remove-duplicate-gobi-pid.patch queue-3.14/drm-radeon-cik-use-a-separate-counter-for-cp-init-timeout.patch queue-3.14/drm-radeon-load-the-lm63-driver-for-an-lm64-thermal-chip.patch queue-3.14/usb-sisusb-add-device-id-for-magic-control-usb-video.patch queue-3.14/alsa-pcm-fix-fifo_size-frame-calculation.patch queue-3.14/i2c-ismt-use-correct-length-when-copy-buffer.patch queue-3.14/drm-tilcdc-fix-double-kfree.patch queue-3.14/carl9170-fix-sending-urbs-with-wrong-type-when-using-full-speed.patch queue-3.14/drm-ttm-pass-gfp-flags-in-order-to-avoid-deadlock.patch queue-3.14/cfq-iosched-fix-wrong-children_weight-calculation.patch queue-3.14/drm-radeon-dpm-set-the-thermal-type-properly-for-special-configs.patch queue-3.14/drm-radeon-don-t-reset-dma-on-r6xx-evergreen-init.patch queue-3.14/aio-fix-reqs_available-handling.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