aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_generic.c
Commit message (Expand)AuthorAgeFilesLines
* Style change.Hans Petter Selasky2011-11-121-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Improve enumeration of Low- and Full-speed devices connected through aHans Petter Selasky2011-06-061-4/+2
* - Fix for missing event if a libUSB USB transfer is started andHans Petter Selasky2011-04-031-4/+17
* - Bugfix: Root HUBs do not support re-enumeration.Hans Petter Selasky2011-03-081-0/+6
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-281-1/+14
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Serialise USB re-enumeration with the USB explore thread.Hans Petter Selasky2010-10-041-19/+17
* Reduce the need to accesss struct usb_device by providing functions to accessAndrew Thompson2010-09-021-3/+3
* Add support for power mode filtering as some USB hardware does not supportAndrew Thompson2010-09-021-3/+2
* If a USB device is suspended and a USB set config request is issued when theAndrew Thompson2010-05-121-4/+24
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherAndrew Thompson2010-04-221-9/+9
* Implement USB kernel driver detach from userland.Andrew Thompson2010-03-111-5/+20
* Provide tunables for some of the usb sysctls that affect boot behaviour.Andrew Thompson2009-11-221-0/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-34/+56
* Fix length check for ugen control transfer.Andrew Thompson2009-06-221-1/+1
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-83/+83
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-24/+24
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-27/+27
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-198/+198
* Allocate the usb serial, manufacturer and product strings rather than use charAndrew Thompson2009-05-271-8/+3
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.Andrew Thompson2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]Andrew Thompson2009-05-211-9/+9
* Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson2009-05-051-5/+1
* Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson2009-04-251-1/+1
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-45/+45
* Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.Andrew Thompson2009-03-201-0/+5
* MFp4 //depot/projects/usb @159423, 159497Andrew Thompson2009-03-201-2/+4
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-17/+17
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* Change the last references to PRIV_ROOT. /dev/usb used to be world writable soAndrew Thompson2009-02-271-2/+2
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-15/+4
* MFp4 //depot/projects/usb@157958Andrew Thompson2009-02-241-2/+2
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+2195