aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_transfer.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Cleanup unused USB enums.Hans Petter Selasky2021-07-151-110/+7
* Factor out repeated code in the USB controller drivers to avoid bugsHans Petter Selasky2021-07-101-0/+1
* Use __containerof() instead of home-rolled versions.John Baldwin2020-12-171-3/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* This commit marks the beginning of a new internal USBHans Petter Selasky2011-11-281-0/+114
* This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky2010-10-041-1/+4
* Change argument for usbd_get_dma_delay() from USB bus to USB device, someAndrew Thompson2010-09-021-1/+1
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherAndrew Thompson2010-04-221-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-1/+0
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-17/+17
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-1/+1
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-5/+5
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-18/+18
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-44/+44
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-1/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-1/+0
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-17/+17
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-1/+11
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+129