Re: [GIT PULL] USB-serial fixes for v4.12-rc2

2017-05-19 Thread Greg Kroah-Hartman
On Fri, May 19, 2017 at 09:52:23AM +0200, Johan Hovold wrote:
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git 
> tags/usb-serial-4.12-rc2

pulled and pushed out, thanks.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[GIT PULL] USB-serial fixes for v4.12-rc2

2017-05-19 Thread Johan Hovold
The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git 
tags/usb-serial-4.12-rc2

for you to fetch changes up to 8d7a10dd323993cc40bd37bce8bc570133b0c396:

  USB: serial: qcserial: add more Lenovo EM74xx device IDs (2017-05-17 17:10:57 
+0200)


USB-serial fixes for v4.12-rc2

Here's a fix for a long-standing issue in the ftdi_sio driver that
prevented unprivileged users from updating the low-latency flag,
something which became apparent after a recent change that restored the
older setting of not using low-latency mode by default.

A run of sparse revealed a couple of endianness issues that are now
fixed, and addressed is also a user-triggerable division-by-zero in
io_ti when debugging is enabled.

Finally there are some new device ids, including a simplification of how
we deal with a couple of older Olimex JTAG adapters.

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

Signed-off-by: Johan Hovold 


Andrey Korolyov (1):
  USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDs

Anthony Mallet (1):
  USB: serial: ftdi_sio: fix setting latency for unprivileged users

Bjørn Mork (1):
  USB: serial: qcserial: add more Lenovo EM74xx device IDs

Daniele Palmas (1):
  usb: serial: option: add Telit ME910 support

Johan Hovold (3):
  USB: serial: ir-usb: fix big-endian baud-rate debug printk
  USB: serial: mct_u232: fix big-endian baud-rate handling
  USB: serial: io_ti: fix div-by-zero in set_termios

 drivers/usb/serial/ftdi_sio.c | 10 +-
 drivers/usb/serial/ftdi_sio_ids.h |  2 ++
 drivers/usb/serial/io_ti.c|  5 -
 drivers/usb/serial/ir-usb.c   | 21 -
 drivers/usb/serial/mct_u232.c |  2 +-
 drivers/usb/serial/option.c   |  8 
 drivers/usb/serial/qcserial.c |  2 ++
 7 files changed, 34 insertions(+), 16 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html