summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_device.c
Commit message (Expand)AuthorAgeFilesLines
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-200/+200
* Remove usb2_cv_* and just use the kernel condvar implementation, it was neededthompsa2009-06-151-5/+5
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-119/+119
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-15/+15
* Free device strings.thompsa2009-05-291-0/+3
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-128/+128
* Allocate the usb serial, manufacturer and product strings rather than use charthompsa2009-05-271-95/+45
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-1/+1
* Use enums for speed and rev data types.thompsa2009-05-211-4/+4
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-21/+21
* Revert part of r191494 which used the udev state to mark suspending, this needsthompsa2009-05-051-11/+8
* Make the state string descriptions public.thompsa2009-04-251-9/+17
* Track the usb device state as its powered on, addressed and configured. This ...thompsa2009-04-251-5/+36
* MFp4 //depot/projects/usb@160930thompsa2009-04-221-1/+2
* MFp4 //depot/projects/usb@160655thompsa2009-04-221-5/+15
* MFp4 //depot/projects/usb@160614thompsa2009-04-221-1/+2
* MFp4 //depot/projects/usb@160413thompsa2009-04-221-0/+1
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-061-1/+1
* MFp4 //depot/projects/usb@160056thompsa2009-04-051-35/+9
* MFp4 //depot/projects/usb@159948thompsa2009-04-051-6/+4
* MFp4 //depot/projects/usb@159922thompsa2009-04-051-4/+4
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-1/+8
* MFp4 //depot/projects/usb@159897thompsa2009-04-051-1/+9
* MFp4 //depot/projects/usb@159871thompsa2009-04-051-4/+4
* MFp4 //depot/projects/usb@159866thompsa2009-04-051-236/+300
* MFp4 //depot/projects/usb@159811thompsa2009-04-051-8/+12
* MFp4 //depot/projects/usb@159677thompsa2009-04-051-2/+0
* Fix order of debug printf items, addr and config# were swapped.thompsa2009-03-231-1/+1
* Do not pass uninitialized data buffer to devctl_queue_data function.kan2009-03-231-26/+25
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.thompsa2009-03-201-39/+36
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-1/+1
* MFp4 //depot/projects/usb@159392thompsa2009-03-201-1/+11
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* MFp4 //depot/projects/usb 158942,158948thompsa2009-03-091-3/+32
* A couple of style nits in the last committhompsa2009-02-281-3/+3
* - Remove the usb interface number from the device nodes as it is not needed.thompsa2009-02-281-41/+41
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-39/+143
* MFp4 //depot/projects/usb@157958thompsa2009-02-241-19/+29
* MFp4 //depot/projects/usb@157909thompsa2009-02-241-1/+35
* Move the new USB stack into its new home.thompsa2009-02-231-0/+2192
OpenPOWER on IntegriCloud