summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_core.h
Commit message (Expand)AuthorAgeFilesLines
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-151-8/+0
* Minor device side improvement. Make sure a not complete state gets paired withthompsa2009-06-121-0/+5
* Change driver_info to a ulong as it always stores a number and remove the onlythompsa2009-06-081-1/+2
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-4/+4
* Revert the size_t part of the last commit for the moment, this blows up thethompsa2009-05-301-0/+4
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-39/+31
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-68/+68
* Allocate the usb serial, manufacturer and product strings rather than use charthompsa2009-05-271-8/+0
* Improve device mode (gadget) stall handling.thompsa2009-05-211-0/+1
* Use enums for speed and rev data types.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-6/+6
* Add parenthesis around the xfer macro argument.thompsa2009-05-131-3/+3
* Revert part of r191494 which used the udev state to mark suspending, this needsthompsa2009-05-051-2/+2
* Make the state string descriptions public.thompsa2009-04-251-0/+1
* Track the usb device state as its powered on, addressed and configured. This ...thompsa2009-04-251-0/+1
* MFp4 //depot/projects/usb@160930thompsa2009-04-221-0/+4
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-061-2/+1
* MFp4 //depot/projects/usb@159922thompsa2009-04-051-2/+10
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-13/+22
* MFp4 //depot/projects/usbthompsa2009-03-201-7/+34
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-29/+29
* MFp4 //depot/projects/usb@159392thompsa2009-03-201-8/+72
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-2/+32
* MFp4 //depot/projects/usb 158942,158948thompsa2009-03-091-18/+4
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-34/+0
* MFp4 //depot/projects/usb@157853thompsa2009-02-241-4/+0
* Move the new USB stack into its new home.thompsa2009-02-231-0/+467
OpenPOWER on IntegriCloud