Patch "USB: serial: pl2303: new device id for Chilitag" has been added to the 4.9-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    USB: serial: pl2303: new device id for Chilitag

to the 4.9-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-new-device-id-for-chilitag.patch
and it can be found in the queue-4.9 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.


>From d08dd3f3dd2ae351b793fc5b76abdbf0fd317b12 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 25 Jan 2018 09:48:55 +0100
Subject: USB: serial: pl2303: new device id for Chilitag
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

commit d08dd3f3dd2ae351b793fc5b76abdbf0fd317b12 upstream.

This adds a new device id for Chilitag devices to the pl2303 driver.

Reported-by: "Chu.Mike [朱堅宜]" <Mike-Chu@xxxxxxxxxxxxxxx>
Acked-by: Johan Hovold <johan@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

---
 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
@@ -39,6 +39,7 @@ static const struct usb_device_id id_tab
 	{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_RSAQ2) },
 	{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_DCU11) },
 	{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_RSAQ3) },
+	{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_CHILITAG) },
 	{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_PHAROS) },
 	{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_ALDIGA) },
 	{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_MMX) },
--- a/drivers/usb/serial/pl2303.h
+++ b/drivers/usb/serial/pl2303.h
@@ -17,6 +17,7 @@
 #define PL2303_PRODUCT_ID_DCU11		0x1234
 #define PL2303_PRODUCT_ID_PHAROS	0xaaa0
 #define PL2303_PRODUCT_ID_RSAQ3		0xaaa2
+#define PL2303_PRODUCT_ID_CHILITAG	0xaaa8
 #define PL2303_PRODUCT_ID_ALDIGA	0x0611
 #define PL2303_PRODUCT_ID_MMX		0x0612
 #define PL2303_PRODUCT_ID_GPRS		0x0609


Patches currently in stable-queue which might be from gregkh@xxxxxxxxxxxxxxxxxxx are

queue-4.9/kvm-x86-don-t-re-execute-instruction-when-not-passing-cr2-value.patch
queue-4.9/drm-bridge-tc358767-fix-timing-calculations.patch
queue-4.9/lockd-fix-list_add-double-add-caused-by-legacy-signal-interface.patch
queue-4.9/xfs-always-free-inline-data-before-resetting-inode-fork-during-ifree.patch
queue-4.9/crypto-ecdh-fix-typo-in-kpp-dependency-of-crypto_ecdh.patch
queue-4.9/kvm-x86-ioapic-preserve-read-only-values-in-the-redirection-table.patch
queue-4.9/nfsd-ensure-we-check-stateid-validity-in-the-seqid-operation-checks.patch
queue-4.9/hid-wacom-ekr-ensure-devres-groups-at-higher-indexes-are-released.patch
queue-4.9/staging-lustre-separate-a-connection-destroy-from-free-struct-kib_conn.patch
queue-4.9/drm-amdgpu-don-t-try-to-move-pinned-bos.patch
queue-4.9/sunrpc-allow-connect-to-return-ehostunreach.patch
queue-4.9/tty-fix-data-race-between-tty_init_dev-and-flush-of-buf.patch
queue-4.9/drm-bridge-tc358767-fix-auxdatan-registers-access.patch
queue-4.9/nfsd-check-for-use-of-the-closed-special-stateid.patch
queue-4.9/kvm-x86-ioapic-fix-level-triggered-eoi-and-ioapic-reconfigure-race.patch
queue-4.9/bcache-check-return-value-of-register_shrinker.patch
queue-4.9/nfsd-close-should-return-the-invalid-special-stateid-for-nfsv4.x-x-0.patch
queue-4.9/crypto-af_alg-whitelist-mask-and-type.patch
queue-4.9/quota-check-for-register_shrinker-failure.patch
queue-4.9/mac80211-fix-the-update-of-path-metric-for-rann-frame.patch
queue-4.9/xen-netfront-remove-warning-when-unloading-module.patch
queue-4.9/net-mlx5-define-interface-bits-for-fencing-umr-wqe.patch
queue-4.9/kvm-vmx-fix-rflags-cache-during-vcpu-reset.patch
queue-4.9/crypto-aesni-handle-zero-length-dst-buffer.patch
queue-4.9/kmemleak-add-scheduling-point-to-kmemleak_scan.patch
queue-4.9/net-ethernet-xilinx-mark-xilinx_ll_temac-broken-on-64-bit.patch
queue-4.9/bnxt_en-fix-an-error-handling-path-in-bnxt_get_module_eeprom.patch
queue-4.9/drm-amdkfd-fix-sdma-oversubsription-handling.patch
queue-4.9/grace-replace-bug_on-by-warn_once-in-exit_net-hook.patch
queue-4.9/xfs-ubsan-fixes.patch
queue-4.9/gpio-iop-add-missing-module_description-author-license.patch
queue-4.9/arm-dts-nsp-fix-ppi-interrupt-types.patch
queue-4.9/xfs-fortify-xfs_alloc_buftarg-error-handling.patch
queue-4.9/usbip-list-don-t-list-devices-attached-to-vhci_hcd.patch
queue-4.9/scsi-ufs-ufshcd-fix-potential-null-pointer-dereference-in-ufshcd_config_vreg.patch
queue-4.9/kvm-x86-fix-operand-address-size-during-instruction-decoding.patch
queue-4.9/usb-uas-unconditionally-bring-back-host-after-reset.patch
queue-4.9/kvm-x86-emulator-return-to-user-mode-on-l1-cpl-0-emulation-failure.patch
queue-4.9/usb-gadget-fix-high-bandwidth-check-in-usb_gadget_ep_match_desc.patch
queue-4.9/usbip-prevent-bind-loops-on-devices-attached-to-vhci_hcd.patch
queue-4.9/btrfs-fix-deadlock-when-writing-out-space-cache.patch
queue-4.9/drm-amdkfd-fix-sdma-ring-buffer-size-calculation.patch
queue-4.9/scsi-aacraid-prevent-crash-in-case-of-free-interrupt-during-scsi-eh-path.patch
queue-4.9/iwlwifi-mvm-fix-the-tx-queue-hang-timeout-for-monitor-vif-type.patch
queue-4.9/drm-bridge-tc358767-filter-out-too-high-modes.patch
queue-4.9/kvm-x86-fix-softlockup-when-get-the-current-kvmclock.patch
queue-4.9/spi-imx-do-not-access-registers-while-clocks-disabled.patch
queue-4.9/cdc-acm-apply-quirk-for-card-reader.patch
queue-4.9/rdma-mlx5-set-umr-wqe-fence-according-to-hca-cap.patch
queue-4.9/staging-rtl8188eu-fix-incorrect-response-to-siocgiwessid.patch
queue-4.9/serial-imx-only-wakeup-via-rtsden-bit-if-the-system-has-rts-cts.patch
queue-4.9/xfs-properly-retry-failed-dquot-items-in-case-of-error-during-buffer-writeback.patch
queue-4.9/cpupowerutils-bench-fix-cpu-online-check.patch
queue-4.9/drm-bridge-tc358767-fix-1-lane-behavior.patch
queue-4.9/drm-amdgpu-fix-sdma-load-unload-sequence-on-hws-disabled-mode.patch
queue-4.9/kvm-x86-ioapic-clear-remote-irr-when-entry-is-switched-to-edge-triggered.patch
queue-4.9/usbip-vhci_hcd-clear-just-the-usb_port_stat_power-bit.patch
queue-4.9/cpufreq-add-loongson-machine-dependencies.patch
queue-4.9/power-reset-zx-reboot-add-missing-module_description-author-license.patch
queue-4.9/igb-free-irqs-when-device-is-hotplugged.patch
queue-4.9/acpi-bus-leave-modalias-empty-for-devices-which-are-not-present.patch
queue-4.9/tools-gpio-fix-build-error-with-musl-libc.patch
queue-4.9/drm-bridge-tc358767-fix-dp0_misc-register-set.patch
queue-4.9/drm-vc4-move-irq-enable-to-pm-path.patch
queue-4.9/usb-gadget-don-t-dereference-g-until-after-it-has-been-null-checked.patch
queue-4.9/gpio-fix-kernel-stack-leak-to-userspace.patch
queue-4.9/gpio-ath79-add-missing-module_description-license.patch
queue-4.9/drm-omap-fix-error-handling-path-in-omap_dmm_probe.patch
queue-4.9/loop-fix-concurrent-lo_open-lo_release.patch
queue-4.9/media-usbtv-add-a-new-usbid.patch
queue-4.9/drm-bridge-tc358767-do-no-fail-on-hi-res-displays.patch
queue-4.9/usb-serial-pl2303-new-device-id-for-chilitag.patch
queue-4.9/usb-serial-simple-add-motorola-tetra-driver.patch
queue-4.9/usb-cdc-acm-do-not-log-urb-submission-errors-on-disconnect.patch
queue-4.9/cpupower-fix-cpupower-working-when-cpu0-is-offline.patch
queue-4.9/auxdisplay-img-ascii-lcd-only-build-on-archs-that-have-iomem.patch
queue-4.9/usb-serial-io_edgeport-fix-possible-sleep-in-atomic.patch
queue-4.9/usb-option-add-support-for-fs040u-modem.patch
queue-4.9/usb-f_fs-prevent-gadget-unbind-if-it-is-already-unbound.patch
queue-4.9/crypto-sha3-generic-fixes-for-alignment-and-big-endian-operation.patch
queue-4.9/hwmon-pmbus-use-64bit-math-for-direct-format-values.patch
queue-4.9/reiserfs-remove-unneeded-i_version-bump.patch
queue-4.9/openvswitch-fix-the-incorrect-flow-action-alloc-size.patch
queue-4.9/gpio-stmpe-i2c-transfer-are-forbiden-in-atomic-context.patch
queue-4.9/mtd-nand-denali_pci-add-missing-module_description-author-license.patch
queue-4.9/drm-vc4-account-for-interrupts-in-flight.patch



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]