summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_generic.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Serialise USB re-enumeration with the USB explore thread.hselasky2010-10-041-19/+17
* Reduce the need to accesss struct usb_device by providing functions to accessthompsa2010-09-021-3/+3
* Add support for power mode filtering as some USB hardware does not supportthompsa2010-09-021-3/+2
* If a USB device is suspended and a USB set config request is issued when thethompsa2010-05-121-4/+24
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherthompsa2010-04-221-9/+9
* Implement USB kernel driver detach from userland.thompsa2010-03-111-5/+20
* Provide tunables for some of the usb sysctls that affect boot behaviour.thompsa2009-11-221-0/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-34/+56
* Fix length check for ugen control transfer.thompsa2009-06-221-1/+1
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-83/+83
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-24/+24
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-28/+28
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-198/+198
* Allocate the usb serial, manufacturer and product strings rather than use charthompsa2009-05-271-8/+3
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-9/+9
* Revert part of r191494 which used the udev state to mark suspending, this needsthompsa2009-05-051-5/+1
* Track the usb device state as its powered on, addressed and configured. This ...thompsa2009-04-251-1/+1
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-45/+45
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.thompsa2009-03-201-0/+5
* MFp4 //depot/projects/usb @159423, 159497thompsa2009-03-201-2/+4
* MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-201-17/+17
* MFp4 //depot/projects/usb @159430thompsa2009-03-201-1/+0
* Change the last references to PRIV_ROOT. /dev/usb used to be world writable sothompsa2009-02-271-2/+2
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-15/+4
* MFp4 //depot/projects/usb@157958thompsa2009-02-241-2/+2
* Move the new USB stack into its new home.thompsa2009-02-231-0/+2195
OpenPOWER on IntegriCloud