summaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/usb_serial.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment 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
2018-04-25Make it possible (controlled via sysctl, enabled by default) to markEdward Tomasz Napierala
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-05Add tsw_busy support to usb_serial (ucom).Ian Lepore
2016-09-14Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky
2015-03-07Add PPS support to USB serial drivers.Hans Petter Selasky
2014-07-01Fix order of USB serial layer uninit. Currently module dependencyHans Petter Selasky
2014-03-18Update NetBSD Foundation copyrights to 2-clause BSDEd Maste
2013-05-12Fix several typosEitan Adler
2012-12-20Make sure we block recursion on TTY's inwakeup callbackHans Petter Selasky
2012-11-05Add a jitter buffer in the common USB serial driver code whichHans Petter Selasky
2012-08-15Revert r239178 and implement two new functions, namelyHans Petter Selasky
2012-08-10Switch unit management in UCOM to unrhdr.Hans Petter Selasky
2012-04-02Fix compiler warnings, mostly signed issues,Hans Petter Selasky
2012-01-16Export ttyname instead of ttyunit via the sysctl interface.Hans Petter Selasky
2012-01-16Export information about USB serial port unit and port numbersHans Petter Selasky
2010-11-05Implement ucom_set_pnpinfo_usb() providing ttyname and port numberNick Hibma
2010-11-05- Remove an unused entry from the softc (only used in a debugging printf).Nick Hibma
2010-11-03- Simplify the way unit/subunit allocation is done in ucom.Nick Hibma
2009-11-28Remove unneeded inclusion of <sys/termios.h>.Ed Schouten
2009-09-28Add experimental support for usb serial console and polled mode during DDB.Andrew Thompson
2009-06-15Fix _USB2_* refernces in the header protection defines.Andrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-26Do not forcefully close the write transfer when closing the tty, it needs toAndrew Thompson
2009-04-05MFp4 //depot/projects/usb@160052Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson