summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial/usb_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Implement a mechanism for making changes in the kernel<->driver PPSian2015-05-041-2/+3
* Switch polarity of PPS events.hselasky2015-03-081-3/+8
* Use correct mode variable for PPS support.hselasky2015-03-071-2/+2
* Add PPS support to USB serial drivers.hselasky2015-03-071-4/+37
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-051-1/+1
* Fix order of USB serial layer uninit. Currently module dependencyhselasky2014-07-011-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-6/+3
* Revert r267961, r267973:gjb2014-06-271-3/+6
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-6/+3
* Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-181-7/+0
* Fix several typoseadler2013-05-121-1/+1
* Make sure we block recursion on TTY's inwakeup callbackhselasky2012-12-201-1/+7
* Add lock asserts instead of "auto-locking".hselasky2012-11-071-9/+2
* The tty_inwakeup callback appears to be called both locked and unlocked.hselasky2012-11-071-3/+9
* Patch to improve USB serial console.hselasky2012-11-071-10/+12
* Add a jitter buffer in the common USB serial driver code whichhselasky2012-11-051-2/+77
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-261-3/+3
* Revert r239178 and implement two new functions, namelyhselasky2012-08-151-20/+38
* Switch unit management in UCOM to unrhdr.hselasky2012-08-101-67/+169
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-9/+4
* Export ttyname instead of ttyunit via the sysctl interface.hselasky2012-01-161-10/+16
* Export information about USB serial port unit and port numbershselasky2012-01-161-10/+37
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Bugfix: The ucom detach function is sometimes called on zeroed structures.hselasky2011-10-101-0/+3
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Bugfix: Set the bit that marks a device number in use.n_hibma2010-11-071-2/+5
* Implement ucom_set_pnpinfo_usb() providing ttyname and port numbern_hibma2010-11-051-2/+23
* - Remove an unused entry from the softc (only used in a debugging printf).n_hibma2010-11-051-5/+5
* - Simplify the way unit/subunit allocation is done in ucom.n_hibma2010-11-031-113/+75
* Fix forwarding of Line Register Status changes to TTY layer.hselasky2010-10-141-0/+26
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-1/+1
* Check unit number and provide string name for consdev.thompsa2009-11-011-1/+6
* Add experimental support for usb serial console and polled mode during DDB.thompsa2009-09-281-4/+291
* Don't pick up Giant inside ucom(4).ed2009-06-281-4/+6
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-9/+23
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-159/+159
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-151-4/+4
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-8/+8
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-62/+62
* Do not forcefully close the write transfer when closing the tty, it needs tothompsa2009-05-261-20/+7
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* MFp4 //depot/projects/usb@160052thompsa2009-04-051-1/+9
* Move the new USB stack into its new home.thompsa2009-02-231-0/+1127
OpenPOWER on IntegriCloud