summaryrefslogtreecommitdiff
path: root/sys/dev/usb/serial/usb_serial.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* 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-156/+156
* 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