aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/usb_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-3/+3
* Revert r239178 and implement two new functions, namelyHans Petter Selasky2012-08-151-20/+38
* Switch unit management in UCOM to unrhdr.Hans Petter Selasky2012-08-101-67/+169
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-9/+4
* Export ttyname instead of ttyunit via the sysctl interface.Hans Petter Selasky2012-01-161-10/+16
* Export information about USB serial port unit and port numbersHans Petter Selasky2012-01-161-10/+37
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+12
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Bugfix: The ucom detach function is sometimes called on zeroed structures.Hans Petter Selasky2011-10-101-0/+3
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Bugfix: Set the bit that marks a device number in use.Nick Hibma2010-11-071-2/+5
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numberNick Hibma2010-11-051-2/+23
* - Remove an unused entry from the softc (only used in a debugging printf).Nick Hibma2010-11-051-5/+5
* - Simplify the way unit/subunit allocation is done in ucom.Nick Hibma2010-11-031-113/+75
* Fix forwarding of Line Register Status changes to TTY layer.Hans Petter Selasky2010-10-141-0/+26
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-1/+1
* Check unit number and provide string name for consdev.Andrew Thompson2009-11-011-1/+6
* Add experimental support for usb serial console and polled mode during DDB.Andrew Thompson2009-09-281-4/+291
* Don't pick up Giant inside ucom(4).Ed Schouten2009-06-281-4/+6
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-9/+23
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-159/+159
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-4/+4
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-8/+8
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-62/+62
* Do not forcefully close the write transfer when closing the tty, it needs toAndrew Thompson2009-05-261-20/+7
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* MFp4 //depot/projects/usb@160052Andrew Thompson2009-04-051-1/+9
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+1127