linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/1] USB: serial: add support for Nuvoton USB adapter
@ 2025-06-03  3:20 hsyemail2
  2025-06-03  3:20 ` [PATCH v1 1/1] USB: serial: nct_usb_serial: " hsyemail2
  0 siblings, 1 reply; 16+ messages in thread
From: hsyemail2 @ 2025-06-03  3:20 UTC (permalink / raw)
  To: Johan Hovold, Greg Kroah-Hartman
  Cc: linux-kernel, linux-usb, Sheng-Yuan Huang

From: Sheng-Yuan Huang <syhuang3@nuvoton.com>

Hi all,

This patch adds a new driver for Nuvoton USB-to-serial adapters
in drivers/usb/serial.

The driver supports multiple virtual serial ports over a single
USB interface. It configures the device using vendor-specific
control messages, and handles data transmission via bulk endpoints.
Port status is reported either through an interrupt-in or a bulk-in
endpoint, depending on the hardware configuration.

Any feedback or suggestions would be greatly appreciated.

Best regards,  
Sheng-Yuan Huang

Sheng-Yuan Huang (1):
  USB: serial: nct_usb_serial: add support for Nuvoton USB adapter

 drivers/usb/serial/nct_usb_serial.c | 1523 +++++++++++++++++++++++++++
 1 file changed, 1523 insertions(+)
 create mode 100644 drivers/usb/serial/nct_usb_serial.c

-- 
2.43.0


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-08-20  8:11 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-03  3:20 [PATCH v1 0/1] USB: serial: add support for Nuvoton USB adapter hsyemail2
2025-06-03  3:20 ` [PATCH v1 1/1] USB: serial: nct_usb_serial: " hsyemail2
2025-06-03  4:19   ` Greg Kroah-Hartman
2025-06-04  2:51     ` [PATCH v2 0/1] " hsyemail2
2025-06-04  2:51       ` [PATCH v2 1/1] " hsyemail2
2025-06-19  9:40         ` Greg KH
2025-06-20  1:16           ` Sheng-Yuan Huang
2025-06-03 11:57   ` [PATCH v1 " Oliver Neukum
2025-06-05  1:15     ` 逸曉塵
2025-06-23  7:17     ` [PATCH v3 0/1] " hsyemail2
2025-06-23  7:17       ` [PATCH v3 1/1] " hsyemail2
2025-06-23 10:32         ` Oliver Neukum
2025-06-27  0:59           ` Sheng-Yuan Huang
2025-08-20  8:07             ` [PATCH v4 0/1] " hsyemail2
2025-08-20  8:07               ` [PATCH v4 1/1] " hsyemail2
2025-06-27  7:13         ` [PATCH v3 " kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).