All of lore.kernel.org
 help / color / mirror / Atom feed
From: <gregkh@linuxfoundation.org>
To: gregkh@linuxfoundation.org, harald.linden@7183.org, johan@kernel.org
Cc: <stable@vger.kernel.org>, <stable-commits@vger.kernel.org>
Subject: Patch "USB: serial: ftdi_sio: add support for Yaesu SCU-18 cable" has been added to the 3.14-stable tree
Date: Sun, 14 Feb 2016 11:46:08 -0800	[thread overview]
Message-ID: <145547916811461@kroah.com> (raw)


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 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-ftdi_sio-add-support-for-yaesu-scu-18-cable.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@vger.kernel.org> know about it.


>From e03cdf22a2727c60307be6a729233edab3bfda9c Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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@linuxfoundation.org>

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@7183.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 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
@@ -837,6 +837,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@linuxfoundation.org are

queue-3.14/alsa-seq-fix-race-at-closing-in-virmidi-driver.patch
queue-3.14/tracing-fix-setting-of-start_index-in-find_next.patch
queue-3.14/fix-calculation-of-meta_bg-descriptor-backups.patch
queue-3.14/usb-serial-ftdi_sio-add-support-for-yaesu-scu-18-cable.patch
queue-3.14/spi-fix-parent-device-reference-leak.patch
queue-3.14/wlcore-wl12xx-spi-fix-null-pointer-dereference-oops.patch
queue-3.14/dm-btree-fix-leak-of-bufio-backed-block-in-btree_split_sibling-error-path.patch
queue-3.14/ocfs2-dlm-ignore-cleaning-the-migration-mle-that-is-inuse.patch
queue-3.14/usb-visor-fix-null-deref-at-probe.patch
queue-3.14/alsa-rawmidi-remove-kernel-warning-for-null-user-space-buffer-check.patch
queue-3.14/usb-hub-do-not-clear-bos-field-during-reset-device.patch
queue-3.14/mtd-mtdpart-fix-add_mtd_partitions-error-path.patch
queue-3.14/alsa-hda-fix-static-checker-warning-in-patch_hdmi.c.patch
queue-3.14/vtpm-fix-memory-allocation-flag-for-rtce-buffer-at-kernel-boot.patch
queue-3.14/ocfs2-fix-sgid-not-inherited-issue.patch
queue-3.14/usb-serial-visor-fix-crash-on-detecting-device-without-write_urbs.patch
queue-3.14/alsa-seq-fix-lockdep-warnings-due-to-double-mutex-locks.patch
queue-3.14/proc-actually-make-proc_fd_permission-thread-friendly.patch
queue-3.14/alsa-usb-audio-fix-teac-ud-501-ud-503-nt-503-usb-delay.patch
queue-3.14/alsa-timer-fix-wrong-instance-passed-to-slave-callbacks.patch
queue-3.14/recordmcount-fix-endianness-handling-bug-for-nop_mcount.patch
queue-3.14/parisc-drop-unused-madv_xxxk_pages-flags-from-asm-mman.h.patch
queue-3.14/saa7134-alsa-only-frees-registered-sound-cards.patch
queue-3.14/kernel-signal.c-unexport-sigsuspend.patch
queue-3.14/media-vb2-dma-contig-fully-cache-synchronise-buffers-in-prepare-and-finish.patch
queue-3.14/asoc-dpcm-fix-the-be-state-on-hw_free.patch
queue-3.14/fat-fix-fake_offset-handling-on-error-path.patch
queue-3.14/alsa-compress-disable-get_codec_caps-ioctl-for-some-architectures.patch
queue-3.14/spi-atmel-fix-dma-setup-for-transfers-with-more-than-8-bits-per-word.patch
queue-3.14/tty-fix-unsafe-ldisc-reference-via-ioctl-tiocgetd.patch
queue-3.14/alsa-hda-fix-speaker-output-from-vaio-aio-machines.patch
queue-3.14/usb-cp210x-add-id-for-iai-usb-to-rs485-adaptor.patch
queue-3.14/hid-usbhid-fix-recursive-deadlock.patch
queue-3.14/alsa-dummy-implement-timer-backend-switching-more-safely.patch
queue-3.14/alsa-dummy-disable-switching-timer-backend-via-sysfs.patch
queue-3.14/parisc-fix-syscall-restarts.patch
queue-3.14/alsa-seq-fix-incorrect-sanity-check-at-snd_seq_oss_synth_cleanup.patch
queue-3.14/usb-serial-option-adding-support-for-telit-le922.patch
queue-3.14/v4l2-compat-ioctl32-fix-alignment-for-arm64.patch
queue-3.14/ocfs2-dlm-clear-refmap-bit-of-recovery-lock-while-doing-local-recovery-cleanup.patch
queue-3.14/jbd2-fix-unreclaimed-pages-after-truncate-in-data-journal-mode.patch
queue-3.14/alsa-seq-fix-yet-another-races-among-alsa-timer-accesses.patch
queue-3.14/fix-sysvfs-symlinks.patch
queue-3.14/tty-fix-gpf-in-flush_to_ldisc.patch
queue-3.14/alsa-usb-audio-avoid-freeing-umidi-object-twice.patch
queue-3.14/xhci-fix-placement-of-call-to-usb_disabled.patch
queue-3.14/spi-ti-qspi-fix-data-corruption-seen-on-r-w-stress-test.patch
queue-3.14/alsa-hda-add-fixup-for-mac-mini-7-1-model.patch
queue-3.14/alsa-timer-fix-leftover-link-at-closing.patch
queue-3.14/sh64-fix-__nr_fgetxattr.patch
queue-3.14/wlcore-wl12xx-spi-fix-oops-on-firmware-load.patch
queue-3.14/drivers-base-memory.c-prohibit-offlining-of-memory-blocks-with-missing-sections.patch
queue-3.14/alsa-rawmidi-fix-race-at-copying-updating-the-position.patch
queue-3.14/alsa-pcm-fix-potential-deadlock-in-oss-emulation.patch
queue-3.14/pci-fix-minimum-allocation-address-overwrite.patch
queue-3.14/crypto-algif_hash-only-export-and-import-on-sockets-with-data.patch
queue-3.14/parisc-fix-__arch_si_preamble_size.patch
queue-3.14/usb-option-fix-cinterion-ahxx-enumeration.patch
queue-3.14/alsa-timer-fix-link-corruption-due-to-double-start-or-stop.patch
queue-3.14/revert-dm-mpath-fix-stalls-when-handling-invalid-ioctls.patch
queue-3.14/remoteproc-avoid-stack-overflow-in-debugfs-file.patch

                 reply	other threads:[~2016-02-14 19:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=145547916811461@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=harald.linden@7183.org \
    --cc=johan@kernel.org \
    --cc=stable-commits@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.