summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_process.c
AgeCommit message (Expand)Author
2024-12-10usb: serial: allow the open/close sleep to be interruptibleKyle Evans
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-04usb: purge EOL release compatibilityElliott Mitchell
2020-09-01usb: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (2 of many)Pawel Biernacki
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-12-19Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is executed to avoidHans Petter Selasky
2016-11-27Fix spelling.Hans Petter Selasky
2016-09-14Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-03-20Try to resolve a possible deadlock when detaching USB devices whichHans Petter Selasky
2013-02-05Fix some nits.Hans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2012-10-26Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.Hans Petter Selasky
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-11-06Fix build breakage for 8-stable and older.Hans Petter Selasky
2011-11-04Fix for panic at USB controller attach failure during cold boot.Hans Petter Selasky
2011-06-01Add support for new USB serial driver.Hans Petter Selasky
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2011-01-11Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin
2010-06-11fix a few cases where a string is passed via format argument instead ofAndriy Gapon
2009-11-26Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson
2009-11-22Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson
2009-08-25It is possible for all the kthreads to exit (hci modules unloaded) which inAndrew Thompson
2009-08-24 - Patch to allow USB controller to resume operation afterAlfred Perlstein
2009-08-16Change the usb workers from kernel processes to threads, this is mostly aAndrew Thompson
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-06-15Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson
2009-05-30Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-05-21Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson