Message ID | 20181220181308.GA22807@localhost (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] USB-serial updates for 4.21-rc1 | expand |
On Thu, Dec 20, 2018 at 07:13:08PM +0100, Johan Hovold wrote: > The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad: > > Linux 4.20-rc2 (2018-11-11 17:12:31 -0600) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.21-rc1 Now pulled and pushed out, thanks. greg k-h
The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad: Linux 4.20-rc2 (2018-11-11 17:12:31 -0600) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.21-rc1 for you to fetch changes up to 8d503f206c336677954160ac62f0c7d9c219cd89: USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displays (2018-12-18 10:22:37 +0100) ---------------------------------------------------------------- USB-serial updates for 4.21-rc1 Here are the USB-serial updates for 4.21-rc1, including: - support for mos7840 3-port devices - improved ftdi baud-rate divisor calculations - support for a new class of f81534 devices Included are also various clean ups and some new pl2303 device ids. All have been in linux-next with no reported issues. Signed-off-by: Johan Hovold <johan@kernel.org> ---------------------------------------------------------------- JackyChou (2): USB: serial: mos7840: clean up register handling USB: serial: mos7840: add a product ID for the new product Ji-Ze Hong (Peter Hong) (1): USB: serial: f81534: fix reading old/new IC config Nikolaj Fogh (1): USB: serial: ftdi_sio: use rounding when calculating baud rate divisors Scott Chen (1): USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displays YueHaibing (3): USB: serial: quatech2: remove set but not used variable 'port_priv' USB: serial: mos7840: remove set but not used variables 'st, data1, iflag' USB: serial: mos7840: remove set but not used variables 'number, serial' drivers/usb/serial/f81534.c | 20 ++++++++++-- drivers/usb/serial/ftdi_sio.c | 6 ++-- drivers/usb/serial/mos7840.c | 71 +++++++++++++++---------------------------- drivers/usb/serial/pl2303.c | 5 +++ drivers/usb/serial/pl2303.h | 5 +++ drivers/usb/serial/quatech2.c | 3 -- 6 files changed, 55 insertions(+), 55 deletions(-)