summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_process.h
AgeCommit message (Expand)Author
2025-06-17runq: More selective includes of <sys/runq.h> to reduce pollutionOlivier Certner
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
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-08-14Improve the realtime properties of USB transfers for embedded systemsHans Petter Selasky
2014-03-20Try to resolve a possible deadlock when detaching USB devices whichHans Petter Selasky
2013-04-23Add convenience wrapper functions to run callbacks in the context of theHans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2011-01-13Use software interrupt priorities for USB kthreads instead of hardwareJohn Baldwin
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-15Fix _USB2_* refernces in the header protection defines.Andrew Thompson
2009-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew 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-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson