aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_process.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is executed to avoidHans Petter Selasky2016-12-191-1/+2
* Fix spelling.Hans Petter Selasky2016-11-271-1/+1
* Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky2016-09-141-11/+12
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Try to resolve a possible deadlock when detaching USB devices whichHans Petter Selasky2014-03-201-0/+12
* Fix some nits.Hans Petter Selasky2013-02-051-2/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+4
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky2012-10-261-2/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Fix build breakage for 8-stable and older.Hans Petter Selasky2011-11-061-1/+5
* Fix for panic at USB controller attach failure during cold boot.Hans Petter Selasky2011-11-041-0/+5
* Add support for new USB serial driver.Hans Petter Selasky2011-06-011-1/+6
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* fix a few cases where a string is passed via format argument instead ofAndriy Gapon2010-06-111-1/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-1/+1
* Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson2009-11-221-0/+2
* It is possible for all the kthreads to exit (hci modules unloaded) which inAndrew Thompson2009-08-251-0/+9
* - Patch to allow USB controller to resume operation afterAlfred Perlstein2009-08-241-0/+26
* Change the usb workers from kernel processes to threads, this is mostly aAndrew Thompson2009-08-161-5/+7
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-2/+24
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-17/+17
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-12/+12
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-1/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-1/+1
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-16/+16
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-1/+1
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+426