mbox series

[0/5] USB: serial: pl2303: amend device-type detection

Message ID 20210311161451.1496-1-johan@kernel.org
Headers show
Series USB: serial: pl2303: amend device-type detection | expand

Message

Johan Hovold March 11, 2021, 4:14 p.m. UTC
This series cleans up, amends and tightens the pl2303 device-type
detection.

There are number of different PL2303 devices out there with various
features and we need to be able to detect more types reliably. 

Specifically this will be used to add support for the alternate divisor
encoding scheme that is used by TA devices.

Johan


Johan Hovold (5):
  USB: serial: pl2303: clean up type detection
  USB: serial: pl2303: amend and tighten type detection
  USB: serial: pl2303: rename legacy PL2303H type
  USB: serial: pl2303: tighten type HXN (G) detection
  USB: serial: pl2303: add device-type names

 drivers/usb/serial/pl2303.c | 131 +++++++++++++++++++++++++++---------
 1 file changed, 98 insertions(+), 33 deletions(-)