summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/serial/usb_serial.c
Commit message (Expand)AuthorAgeFilesLines
* 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