mbox series

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

Message ID 20200102110149.GA17571@localhost (mailing list archive)
State Mainlined
Commit efb3ecdcdb47f28b72e312fdca0ff923aa3d19bb
Headers show
Series [GIT,PULL] USB-serial fixes for 5.5-rc5 | expand

Pull-request

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

Message

Johan Hovold Jan. 2, 2020, 11:01 a.m. UTC
The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:

  Linux 5.5-rc2 (2019-12-15 15:16:08 -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.5-rc5

for you to fetch changes up to 2438c3a19dec5e98905fd3ffcc2f24716aceda6b:

  USB: serial: option: add ZLP support for 0x1bc7/0x9010 (2019-12-20 12:07:12 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.5-rc5

Here's a couple of new modem device ids, including a new quirk for
devices that expect zero-length packets.

Due to the holidays, only the first one has been in linux-next and with
no reported issues.

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

----------------------------------------------------------------
Daniele Palmas (2):
      USB: serial: option: add Telit ME910G1 0x110a composition
      USB: serial: option: add ZLP support for 0x1bc7/0x9010

 drivers/usb/serial/option.c   | 10 ++++++++++
 drivers/usb/serial/usb-wwan.h |  1 +
 drivers/usb/serial/usb_wwan.c |  4 ++++
 3 files changed, 15 insertions(+)

Comments

Greg KH Jan. 2, 2020, 11:38 a.m. UTC | #1
On Thu, Jan 02, 2020 at 12:01:49PM +0100, Johan Hovold wrote:
> The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:
> 
>   Linux 5.5-rc2 (2019-12-15 15:16:08 -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.5-rc5

Pulled and pushed out, thanks.

greg k-h