mbox series

[GIT,PULL] USB-serial fixes for 5.2-rc5

Message ID 20190610134829.GA30830@localhost (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB-serial fixes for 5.2-rc5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.2-rc5

Message

Johan Hovold June 10, 2019, 1:48 p.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.2-rc5

for you to fetch changes up to f3dfd4072c3ee6e287f501a18b5718b185d6a940:

  USB: serial: option: add Telit 0x1260 and 0x1261 compositions (2019-05-21 11:27:24 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.2-rc5

Here are some new device ids for option and pl2303.

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

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

----------------------------------------------------------------
Chris Packham (1):
      USB: serial: pl2303: add Allied Telesis VT-Kit3

Daniele Palmas (1):
      USB: serial: option: add Telit 0x1260 and 0x1261 compositions

Jörgen Storvist (1):
      USB: serial: option: add support for Simcom SIM7500/SIM7600 RNDIS mode

 drivers/usb/serial/option.c | 6 ++++++
 drivers/usb/serial/pl2303.c | 1 +
 drivers/usb/serial/pl2303.h | 3 +++
 3 files changed, 10 insertions(+)

Comments

Greg KH June 10, 2019, 2:31 p.m. UTC | #1
On Mon, Jun 10, 2019 at 03:48:29PM +0200, Johan Hovold wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.2-rc5

Pulled and pushed out, thanks.

greg k-h