mbox series

[GIT,PULL] USB-serial fixes for 5.1-rc1

Message ID 20190221162204.GA18803@localhost (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB-serial fixes for 5.1-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.1-rc1-2

Message

Johan Hovold Feb. 21, 2019, 4:22 p.m. UTC
The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40:

  Linux 5.0-rc4 (2019-01-27 15:18:05 -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.1-rc1-2

for you to fetch changes up to 8d7fa3d4ea3f0ca69554215e87411494e6346fdc:

  USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485 (2019-02-15 09:16:49 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.1-rc1

Here are a couple of new device ids for 5.1-rc1.

All have been in linux-next with no reported issues.

Signed-off-by: Johan Hovold <johan@kernel.org>

----------------------------------------------------------------
Ivan Mironov (1):
      USB: serial: cp210x: add ID for Ingenico 3070

Mans Rullgard (1):
      USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485

 drivers/usb/serial/cp210x.c       | 1 +
 drivers/usb/serial/ftdi_sio.c     | 2 ++
 drivers/usb/serial/ftdi_sio_ids.h | 6 ++++++
 3 files changed, 9 insertions(+)

Comments

Greg KH Feb. 21, 2019, 4:29 p.m. UTC | #1
On Thu, Feb 21, 2019 at 05:22:04PM +0100, Johan Hovold wrote:
> The following changes since commit f17b5f06cb92ef2250513a1e154c47b78df07d40:
> 
>   Linux 5.0-rc4 (2019-01-27 15:18:05 -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.1-rc1-2

Pulled and pushed out, thanks.

greg k-h