Message ID | 20190118102012.GA28538@localhost (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] USB-serial fixes for 5.0-rc3 | expand |
On Fri, Jan 18, 2019 at 11:20:12AM +0100, Johan Hovold wrote: > The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: > > Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.0-rc3 Pulled and pushed out, thanks. greg k-h
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.0-rc3 for you to fetch changes up to 527c1e567ead03ec21f6707e79c166ce680f17f7: USB: serial: keyspan_usa: add proper SPDX lines for .h files (2019-01-18 11:09:32 +0100) ---------------------------------------------------------------- USB-serial fixes for 5.0-rc3 Here's a fix for the new ftdi gpio support, which failed to take autosuspend into account, and a patch adding missing SPDX identifiers to the keyspan headers. Included are also some new device ids. All but the SPDX patch have been in linux-next with no reported issues. Signed-off-by: Johan Hovold <johan@kernel.org> ---------------------------------------------------------------- Charles Yeh (1): USB: serial: pl2303: add new PID to support PL2303TB Greg Kroah-Hartman (1): USB: serial: keyspan_usa: add proper SPDX lines for .h files Karoly Pados (1): USB: serial: ftdi_sio: fix GPIO not working in autosuspend Max Schulze (1): USB: serial: simple: add Motorola Tetra TPG2200 device id drivers/usb/serial/ftdi_sio.c | 15 ++++++++++++++- drivers/usb/serial/keyspan_usa26msg.h | 1 + drivers/usb/serial/keyspan_usa28msg.h | 1 + drivers/usb/serial/keyspan_usa49msg.h | 1 + drivers/usb/serial/keyspan_usa67msg.h | 1 + drivers/usb/serial/keyspan_usa90msg.h | 1 + drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 2 ++ drivers/usb/serial/usb-serial-simple.c | 3 ++- 9 files changed, 24 insertions(+), 2 deletions(-)