summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_bus.h
AgeCommit message (Expand)Author
2025-12-15usb: don't create ifnet(9) for usbus devicesGleb Smirnoff
2024-09-24usb: change LIST to SLIST to avoid LinuxKPI conflictsBjoern A. Zeeb
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
2019-12-27Make USB statistics per device instead of per bus.Hans Petter Selasky
2019-09-20Add quirk for XHCI(4) controllers to support USB control transfersHans Petter Selasky
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
2015-01-13Resolve a special case deadlock: When two or more threads areHans Petter Selasky
2015-01-05Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky
2014-05-18- Add softc pointer argument to FIFO functions as an optimisation.Hans Petter Selasky
2013-12-11USB method structures for USB controllers and USB pipes should beHans Petter Selasky
2013-12-06Improve the XHCI command timeout recovery handling code.Hans Petter Selasky
2013-02-10- Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky
2013-02-05Add defines to more easily allow a single threaded version of the FreeBSDHans Petter Selasky
2013-02-05Fix some nits.Hans Petter Selasky
2011-12-14Implement better support for USB controller suspend and resume.Hans Petter Selasky
2010-11-24Removes all duplicated code with BPF that it's greatly simplified andWeongyo Jeong
2010-11-22Adds a USB packet filter feature to the stack that it could captureWeongyo Jeong
2009-09-28Add support for USB language selection.Andrew Thompson
2009-06-15Fix _USB2_* refernces in the header protection defines.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-05-21Use enums for speed and rev data types.Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160930Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160706Andrew Thompson
2009-04-06Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159922Andrew Thompson
2009-03-20Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson
2009-02-27Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson