aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_core.h
Commit message (Expand)AuthorAgeFilesLines
* - Add softc pointer argument to FIFO functions as an optimisation.Hans Petter Selasky2014-05-181-0/+3
* Workaround for USB MIDI adapters which use non-supported values ofHans Petter Selasky2014-03-141-0/+2
* Provide one global language string descriptor forHans Petter Selasky2013-01-301-0/+2
* Add support for the so-called streams feature of BULK endpointsHans Petter Selasky2012-08-121-0/+1
* Improve High Speed slot allocation mechanism by moving the computation to theAndrew Thompson2009-11-221-3/+0
* improve support for high speed isochronous endpoints which does not run 1:1,Andrew Thompson2009-11-081-0/+1
* Fix a corner case where usbd_transfer_drain() can return too early if theAndrew Thompson2009-11-011-0/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-377/+16
* 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-41/+41
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededAndrew Thompson2009-06-151-8/+0
* Minor device side improvement. Make sure a not complete state gets paired withAndrew Thompson2009-06-121-0/+5
* Change driver_info to a ulong as it always stores a number and remove the onlyAndrew Thompson2009-06-081-1/+2
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-4/+4
* Revert the size_t part of the last commit for the moment, this blows up theAndrew Thompson2009-05-301-0/+4
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-39/+31
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-68/+68
* Allocate the usb serial, manufacturer and product strings rather than use charAndrew Thompson2009-05-271-8/+0
* Improve device mode (gadget) stall handling.Andrew Thompson2009-05-211-0/+1
* Use enums for speed and rev data types.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-6/+6
* Add parenthesis around the xfer macro argument.Andrew Thompson2009-05-131-3/+3
* Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson2009-05-051-2/+2
* Make the state string descriptions public.Andrew Thompson2009-04-251-0/+1
* Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson2009-04-251-0/+1
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-0/+4
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-2/+1
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-2/+10
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-13/+22
* MFp4 //depot/projects/usbAndrew Thompson2009-03-201-7/+34
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-29/+29
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-8/+72
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-2/+32
* MFp4 //depot/projects/usb 158942,158948Andrew Thompson2009-03-091-18/+4
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-34/+0
* MFp4 //depot/projects/usb@157853Andrew Thompson2009-02-241-4/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+467