summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_process.c
Commit message (Expand)AuthorAgeFilesLines
* fix a few cases where a string is passed via format argument instead ofavg2010-06-111-1/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-1/+1
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-221-0/+2
* It is possible for all the kthreads to exit (hci modules unloaded) which inthompsa2009-08-251-0/+9
* - Patch to allow USB controller to resume operation afteralfred2009-08-241-0/+26
* Change the usb workers from kernel processes to threads, this is mostly athompsa2009-08-161-5/+7
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-2/+24
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-17/+17
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-151-12/+12
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-1/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-16/+16
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-1/+1
* Move the new USB stack into its new home.thompsa2009-02-231-0/+426
OpenPOWER on IntegriCloud