Patch "USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable" has been added to the 4.3-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: ftdi_sio: add support for Yaesu SCU-18 cable

to the 4.3-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-ftdi_sio-add-support-for-yaesu-scu-18-cable.patch
and it can be found in the queue-4.3 subdirectory.

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


>From e03cdf22a2727c60307be6a729233edab3bfda9c Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 19 Jan 2016 23:43:13 -0800
Subject: USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable

From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

commit e03cdf22a2727c60307be6a729233edab3bfda9c upstream.

Harald Linden reports that the ftdi_sio driver works properly for the
Yaesu SCU-18 cable if the device ids are added to the driver.  So let's
add them.

Reported-by: Harald Linden <harald.linden@xxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

---
 drivers/usb/serial/ftdi_sio.c     |    1 +
 drivers/usb/serial/ftdi_sio_ids.h |    1 +
 2 files changed, 2 insertions(+)

--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -824,6 +824,7 @@ static const struct usb_device_id id_tab
 	{ USB_DEVICE(FTDI_VID, FTDI_TURTELIZER_PID),
 		.driver_info = (kernel_ulong_t)&ftdi_jtag_quirk },
 	{ USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID_USB60F) },
+	{ USB_DEVICE(RATOC_VENDOR_ID, RATOC_PRODUCT_ID_SCU18) },
 	{ USB_DEVICE(FTDI_VID, FTDI_REU_TINY_PID) },
 
 	/* Papouch devices based on FTDI chip */
--- a/drivers/usb/serial/ftdi_sio_ids.h
+++ b/drivers/usb/serial/ftdi_sio_ids.h
@@ -615,6 +615,7 @@
  */
 #define RATOC_VENDOR_ID		0x0584
 #define RATOC_PRODUCT_ID_USB60F	0xb020
+#define RATOC_PRODUCT_ID_SCU18	0xb03a
 
 /*
  * Infineon Technologies


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

queue-4.3/alsa-seq-fix-race-at-closing-in-virmidi-driver.patch
queue-4.3/f2fs-crypto-allocate-buffer-for-decrypting-filename.patch
queue-4.3/vivid-fix-iteration-in-driver-removal-path.patch
queue-4.3/tracing-fix-setting-of-start_index-in-find_next.patch
queue-4.3/alsa-hda-fix-bad-dereference-of-jack-object.patch
queue-4.3/fix-calculation-of-meta_bg-descriptor-backups.patch
queue-4.3/crypto-algif_skcipher-use-new-skcipher-interface.patch
queue-4.3/usb-xhci-handle-both-ssic-ports-in-pme-stuck-quirk.patch
queue-4.3/xtensa-fixes-for-configs-without-loop-option.patch
queue-4.3/mm-hugetlb-call-huge_pte_alloc-only-if-ptep-is-null.patch
queue-4.3/mm-oom_kill.c-reverse-the-order-of-setting-tif_memdie-and-sending-sigkill.patch
queue-4.3/i2c-rcar-disable-runtime-pm-correctly-in-slave-mode.patch
queue-4.3/usb-serial-ftdi_sio-add-support-for-yaesu-scu-18-cable.patch
queue-4.3/lib-hexdump.c-truncate-output-in-case-of-overflow.patch
queue-4.3/spi-fix-parent-device-reference-leak.patch
queue-4.3/v4l2-ctrls-arrays-are-also-considered-compound-controls.patch
queue-4.3/c8sectpfe-remove-select-on-config_fw_loader_user_helper_fallback.patch
queue-4.3/mm-memcontrol-fix-possible-memcg-leak-due-to-interrupted-reclaim.patch
queue-4.3/wlcore-wl12xx-spi-fix-null-pointer-dereference-oops.patch
queue-4.3/dm-btree-fix-leak-of-bufio-backed-block-in-btree_split_sibling-error-path.patch
queue-4.3/proc-fix-esrch-error-when-writing-to-proc-pid-coredump_filter.patch
queue-4.3/ocfs2-dlm-ignore-cleaning-the-migration-mle-that-is-inuse.patch
queue-4.3/media-vb2-dma-sg-fully-cache-synchronise-buffers-in-prepare-and-finish.patch
queue-4.3/media-i2c-don-t-export-ir-kbd-i2c-module-alias.patch
queue-4.3/usb-visor-fix-null-deref-at-probe.patch
queue-4.3/jbd2-fix-null-committed-data-return-in-undo_access.patch
queue-4.3/i2c-fix-wakeup-irq-parsing.patch
queue-4.3/alsa-usb-audio-add-quirk-for-microsoft-lifecam-hd-6000.patch
queue-4.3/jbd2-fix-checkpoint-list-cleanup.patch
queue-4.3/alsa-rawmidi-remove-kernel-warning-for-null-user-space-buffer-check.patch
queue-4.3/alsa-usb-audio-fix-oppo-ha-1-vendor-id.patch
queue-4.3/alsa-timer-fix-race-at-concurrent-reads.patch
queue-4.3/crypto-crc32c-pclmul-use-.rodata-instead-of-.rotata.patch
queue-4.3/printk-prevent-userland-from-spoofing-kernel-messages.patch
queue-4.3/pci-set-sr-iov-numvfs-to-zero-after-enumeration.patch
queue-4.3/mtd-ubi-don-t-leak-e-if-schedule_erase-fails.patch
queue-4.3/i2c-rk3x-populate-correct-variable-for-sda_falling_time.patch
queue-4.3/crypto-caam-fix-non-block-aligned-hash-calculation.patch
queue-4.3/crypto-nx-fix-timing-leak-in-gcm-and-ccm-decryption.patch
queue-4.3/usb-hub-do-not-clear-bos-field-during-reset-device.patch
queue-4.3/media-v4l2-ctrls-fix-setting-autocluster-to-manual-with-vidioc_s_ctrl.patch
queue-4.3/asoc-rt5645-fix-the-shift-bit-of-in1-boost.patch
queue-4.3/usb-cdc-acm-send-zero-packet-for-intel-7260-modem.patch
queue-4.3/usb-phy-msm-fix-error-handling-in-probe.patch
queue-4.3/mtd-mtdpart-fix-add_mtd_partitions-error-path.patch
queue-4.3/crypto-skcipher-copy-iv-from-desc-even-for-0-len-walks.patch
queue-4.3/mm-hugetlbfs-fix-bugs-in-fallocate-hole-punch-of-areas-with-holes.patch
queue-4.3/i2c-mv64xxx-the-n-clockdiv-factor-is-0-based-on-sunxi-socs.patch
queue-4.3/alsa-hda-fix-static-checker-warning-in-patch_hdmi.c.patch
queue-4.3/vtpm-fix-memory-allocation-flag-for-rtce-buffer-at-kernel-boot.patch
queue-4.3/ocfs2-fix-sgid-not-inherited-issue.patch
queue-4.3/usb-serial-visor-fix-crash-on-detecting-device-without-write_urbs.patch
queue-4.3/pci-spear-fix-dw_pcie_cfg_read-write-usage.patch
queue-4.3/alsa-seq-fix-lockdep-warnings-due-to-double-mutex-locks.patch
queue-4.3/xtensa-fix-secondary-core-boot-in-smp.patch
queue-4.3/mm-vmstat-allow-wq-concurrency-to-discover-memory-reclaim-doesn-t-make-any-progress.patch
queue-4.3/pci-prevent-out-of-bounds-access-in-numa_node-override.patch
queue-4.3/proc-actually-make-proc_fd_permission-thread-friendly.patch
queue-4.3/md-raid10-fix-data-corruption-and-crash-during-resync.patch
queue-4.3/ocfs2-nfs-hangs-in-__ocfs2_cluster_lock-due-to-race-with-ocfs2_unblock_lock.patch
queue-4.3/alsa-usb-audio-fix-teac-ud-501-ud-503-nt-503-usb-delay.patch
queue-4.3/memcg-fix-thresholds-for-32b-architectures.patch
queue-4.3/alsa-timer-fix-wrong-instance-passed-to-slave-callbacks.patch
queue-4.3/hrtimer-handle-remaining-time-proper-for-time_low_res.patch
queue-4.3/mtd-ubi-fixup-error-correction-in-do_sync_erase.patch
queue-4.3/nfsv4.1-pnfs-fixup-an-lo-plh_block_lgets-imbalance-in-layoutreturn.patch
queue-4.3/i2c-at91-fix-write-transfers-by-clearing-pending-interrupt-first.patch
queue-4.3/parisc-drop-unused-madv_xxxk_pages-flags-from-asm-mman.h.patch
queue-4.3/alsa-hda-implement-loopback-control-switch-for-realtek-and-other-codecs.patch
queue-4.3/saa7134-alsa-only-frees-registered-sound-cards.patch
queue-4.3/kernel-signal.c-unexport-sigsuspend.patch
queue-4.3/n_tty-fix-unsafe-reference-to-other-ldisc.patch
queue-4.3/alsa-seq-degrade-the-error-message-for-too-many-opens.patch
queue-4.3/tpm-revert-the-list-handling-logic-fixed-in-398a1e7.patch
queue-4.3/mm-hugetlb.c-fix-resv-map-memory-leak-for-placeholder-entries.patch
queue-4.3/media-vb2-dma-contig-fully-cache-synchronise-buffers-in-prepare-and-finish.patch
queue-4.3/block-ensure-to-split-after-potentially-bouncing-a-bio.patch
queue-4.3/asoc-dpcm-fix-the-be-state-on-hw_free.patch
queue-4.3/tracefs-fix-refcount-imbalance-in-start_creating.patch
queue-4.3/fat-fix-fake_offset-handling-on-error-path.patch
queue-4.3/alsa-compress-disable-get_codec_caps-ioctl-for-some-architectures.patch
queue-4.3/spi-atmel-fix-dma-setup-for-transfers-with-more-than-8-bits-per-word.patch
queue-4.3/mm-slab-only-move-management-objects-off-slab-for-sizes-larger-than-kmalloc_min_size.patch
queue-4.3/alsa-rawmidi-make-snd_rawmidi_transmit-race-free.patch
queue-4.3/pci-host-mark-pcie-pci-msi-irq-cascade-handlers-as-irqf_no_thread.patch
queue-4.3/tty-fix-unsafe-ldisc-reference-via-ioctl-tiocgetd.patch
queue-4.3/alsa-hda-fix-speaker-output-from-vaio-aio-machines.patch
queue-4.3/tpm_tis-free-irq-after-probing.patch
queue-4.3/tracing-update-instance_rmdir-to-use-tracefs_remove_recursive.patch
queue-4.3/mtd-blkdevs-fix-potential-deadlock-lockdep-warnings.patch
queue-4.3/usb-cp210x-add-id-for-iai-usb-to-rs485-adaptor.patch
queue-4.3/ocfs2-fix-bug-when-calculate-new-backup-super.patch
queue-4.3/mm-hugetlb-fix-hugepage-memory-leak-caused-by-wrong-reserve-count.patch
queue-4.3/block-always-check-queue-limits-for-cloned-requests.patch
queue-4.3/n_tty-fix-poll-after-buffer-limited-eof-push-read.patch
queue-4.3/alsa-bebob-use-a-signed-return-type-for-get_formation_index.patch
queue-4.3/hid-usbhid-fix-recursive-deadlock.patch
queue-4.3/i2c-at91-manage-unexpected-rxrdy-flag-when-starting-a-transfer.patch
queue-4.3/alsa-dummy-implement-timer-backend-switching-more-safely.patch
queue-4.3/alsa-dummy-disable-switching-timer-backend-via-sysfs.patch
queue-4.3/spi-omap2-mcspi-disable-other-channels-chconf_force-in-prepare_message.patch
queue-4.3/parisc-fix-syscall-restarts.patch
queue-4.3/parisc-fixes-and-cleanups-in-kernel-uapi-header-files.patch
queue-4.3/alsa-seq-fix-incorrect-sanity-check-at-snd_seq_oss_synth_cleanup.patch
queue-4.3/usb-serial-option-adding-support-for-telit-le922.patch
queue-4.3/fs-seqfile-always-allow-oom-killer.patch
queue-4.3/v4l2-compat-ioctl32-fix-alignment-for-arm64.patch
queue-4.3/ocfs2-dlm-clear-refmap-bit-of-recovery-lock-while-doing-local-recovery-cleanup.patch
queue-4.3/jbd2-fix-unreclaimed-pages-after-truncate-in-data-journal-mode.patch
queue-4.3/alsa-seq-fix-yet-another-races-among-alsa-timer-accesses.patch
queue-4.3/fix-sysvfs-symlinks.patch
queue-4.3/tty-fix-gpf-in-flush_to_ldisc.patch
queue-4.3/alsa-usb-audio-avoid-freeing-umidi-object-twice.patch
queue-4.3/usb-xhci-apply-xhci_pme_stuck_quirk-to-intel-broxton-m-platforms.patch
queue-4.3/usb-cdc-acm-handle-unlinked-urb-in-acm-read-callback.patch
queue-4.3/revert-alsa-hda-fix-noise-on-gigabyte-z170x-mobo.patch
queue-4.3/spi-ti-qspi-fix-data-corruption-seen-on-r-w-stress-test.patch
queue-4.3/crypto-sun4i-ss-add-missing-statesize.patch
queue-4.3/alsa-hda-add-fixup-for-mac-mini-7-1-model.patch
queue-4.3/media-v4l2-ctrls-fix-64bit-support-in-get_ctrl.patch
queue-4.3/alsa-usb-audio-add-native-dsd-support-for-ps-audio-nuwave-dac.patch
queue-4.3/alsa-timer-fix-leftover-link-at-closing.patch
queue-4.3/sh64-fix-__nr_fgetxattr.patch
queue-4.3/wlcore-wl12xx-spi-fix-oops-on-firmware-load.patch
queue-4.3/drivers-base-memory.c-prohibit-offlining-of-memory-blocks-with-missing-sections.patch
queue-4.3/mtd-nand-fix-shutdown-reboot-for-multi-chip-systems.patch
queue-4.3/crypto-qat-don-t-use-userspace-pointer.patch
queue-4.3/alsa-rawmidi-fix-race-at-copying-updating-the-position.patch
queue-4.3/tty-retry-failed-reopen-if-tty-teardown-in-progress.patch
queue-4.3/spi-spi-xilinx-fix-race-condition-on-last-word-read.patch
queue-4.3/tracing-stacktrace-show-entire-trace-if-passed-in-function-not-found.patch
queue-4.3/alsa-pcm-fix-potential-deadlock-in-oss-emulation.patch
queue-4.3/crypto-talitos-fix-timing-leak-in-esp-icv-verification.patch
queue-4.3/dm-initialize-non-blk-mq-queue-data-before-queue-is-used.patch
queue-4.3/pci-fix-minimum-allocation-address-overwrite.patch
queue-4.3/crypto-algif_hash-only-export-and-import-on-sockets-with-data.patch
queue-4.3/parisc-fix-__arch_si_preamble_size.patch
queue-4.3/usb-option-fix-cinterion-ahxx-enumeration.patch
queue-4.3/mtd-jz4740_nand-fix-build-on-jz4740-after-removing-gpio.h.patch
queue-4.3/alsa-timer-fix-link-corruption-due-to-double-start-or-stop.patch
queue-4.3/revert-ivtv-avoid-going-past-input-audio-array.patch
queue-4.3/revert-dm-mpath-fix-stalls-when-handling-invalid-ioctls.patch
queue-4.3/remoteproc-avoid-stack-overflow-in-debugfs-file.patch
queue-4.3/integrity-prevent-loading-untrusted-certificates-on-the-ima-trusted-keyring.patch
queue-4.3/tpm-tpm_crb-fix-unaligned-read-of-the-command-buffer-address.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



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