mbox series

[v2,0/5] usb: gadget: u_serial: console for multiple ports

Message ID cover.1551259482.git.mirq-linux@rere.qmqm.pl (mailing list archive)
Headers show
Series usb: gadget: u_serial: console for multiple ports | expand

Message

Michał Mirosław Feb. 27, 2019, 9:29 a.m. UTC
This series makes it possible to have more control over console using
USB serial gadget ports. This can be useful when you need more than
one USB console or are configuring multiple serial port function via
configfs.

The patches are against usb-next branch.


Michał Mirosław (5):
  usb: gadget: u_serial: add missing port entry locking
  usb: gadget: u_serial: reimplement console support
  usb: gadget: u_serial: make OBEX port not a console
  usb: gadget: u_serial: allow more console gadget ports
  usb: gadget: u_serial: diagnose missed console messages

 drivers/usb/gadget/function/f_acm.c    |  21 ++
 drivers/usb/gadget/function/f_obex.c   |   2 +-
 drivers/usb/gadget/function/f_serial.c |  21 ++
 drivers/usb/gadget/function/u_serial.c | 419 ++++++++++++++-----------
 drivers/usb/gadget/function/u_serial.h |   8 +
 5 files changed, 283 insertions(+), 188 deletions(-)