summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial/usb_serial.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r279728, r279729, r279756, r279773, r282424, r281367:ian2015-05-241-0/+3
* MFC r268078 and r268080:hselasky2014-07-031-1/+1
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-241-7/+0
* Fix several typoseadler2013-05-121-1/+1
* Make sure we block recursion on TTY's inwakeup callbackhselasky2012-12-201-0/+1
* Add a jitter buffer in the common USB serial driver code whichhselasky2012-11-051-0/+4
* Revert r239178 and implement two new functions, namelyhselasky2012-08-151-1/+3
* Switch unit management in UCOM to unrhdr.hselasky2012-08-101-2/+13
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-2/+2
* Export ttyname instead of ttyunit via the sysctl interface.hselasky2012-01-161-1/+2
* Export information about USB serial port unit and port numbershselasky2012-01-161-2/+5
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numbern_hibma2010-11-051-0/+1
* - Remove an unused entry from the softc (only used in a debugging printf).n_hibma2010-11-051-1/+0
* - Simplify the way unit/subunit allocation is done in ucom.n_hibma2010-11-031-5/+6
* Remove unneeded inclusion of <sys/termios.h>.ed2009-11-281-1/+0
* Add experimental support for usb serial console and polled mode during DDB.thompsa2009-09-281-1/+5
* Fix _USB2_* refernces in the header protection defines.thompsa2009-06-151-3/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-25/+25
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-46/+46
* Do not forcefully close the write transfer when closing the tty, it needs tothompsa2009-05-261-1/+0
* MFp4 //depot/projects/usb@160052thompsa2009-04-051-0/+2
* Move the new USB stack into its new home.thompsa2009-02-231-0/+198
OpenPOWER on IntegriCloud