summaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/uchcom.c
AgeCommit message (Expand)Author
2025-06-25uchcom: add support for CH9102 and CH343 uartsKevin Lo
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-06-12uchcom(4): Add new USB ID.Hans Petter Selasky
2022-05-06usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-01-07uchcom(4): Add new USB ID.Hans Petter Selasky
2021-08-20Fully revert f83f5d58394db57576bbed6dc7531997cabeb102 for the sys/dev/usb/serialHans Petter Selasky
2021-07-15Send a zero-length-packet first when opening a BULK endpoint for USB serialHans Petter Selasky
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2018-05-21uchcom: extend hardware support to version 0x30Andriy Gapon
2018-05-21uchcom: remove UCHCOM_REG_BREAK2 alias of UCHCOM_REG_LCR1Andriy Gapon
2018-05-21uchcom: reject parity and double stop bits as unsupportedAndriy Gapon
2018-05-21uchcom: add a hardware configuration tweak seen in Linux codeAndriy Gapon
2018-05-21uchcom: add DPRINTF-s to aid debugging of the driverAndriy Gapon
2018-05-21uchcom: report detected product based on USB product IDAndriy Gapon
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-07-27Annotate the usb-serial drivers which always return 0 for line status,Ian Lepore
2016-04-19dev/usb: use our nitems() macro when param.h is available.Pedro F. Giffuni
2015-12-11Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh
2015-01-05Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canHans Petter Selasky
2014-03-18Update NetBSD Foundation copyrights to 2-clause BSDEd Maste
2012-09-23Correct driver name.Hans Petter Selasky
2012-09-04Support another uchcom(4) device.Gavin Atkinson
2012-08-15Revert r239178 and implement two new functions, namelyHans Petter Selasky
2012-08-10Take advantage of new UCOM and bus functionality so thatHans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-06-24- Move all USB device ID arrays into so-called sections,Hans Petter Selasky
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-11-05Implement ucom_set_pnpinfo_usb() providing ttyname and port numberNick Hibma
2010-11-03- Simplify the way unit/subunit allocation is done in ucom.Nick Hibma
2010-09-01Add missing MODULE_VERSION() definitions, this resolves problems aroundAndrew Thompson
2010-04-22Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson
2009-10-19Add support for newer WinChipHead CH341 chips, previously in the uch341 driver.Andrew Thompson
2009-09-28Add experimental support for usb serial console and polled mode during DDB.Andrew Thompson
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-06-13Make variables static where appropriate.Andrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson
2009-05-21- rename usb2_mode to usb_mode [1]Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159909Andrew Thompson
2009-03-02Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson
2009-03-02Move the serial drivers from Giant to using their own mutexs.Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson