summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/at91dci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r269604:Hans Petter Selasky2014-08-131-72/+117
* Use string literals in string descriptors for marginallyHans Petter Selasky2013-01-301-4/+2
* Provide one global language string descriptor forHans Petter Selasky2013-01-301-6/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-3/+6
* Inherit USB mode from RootHUB port where the USB device is connected.Hans Petter Selasky2012-10-011-4/+0
* Poll VBUS status every second, hence the AT91 GPIO library doesn't supportHans Petter Selasky2012-09-101-2/+0
* Compile fix.Hans Petter Selasky2012-08-121-1/+0
* Add support for the so-called streams feature of BULK endpointsHans Petter Selasky2012-08-121-5/+9
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-4/+3
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-141-4/+25
* Style change.Hans Petter Selasky2011-11-121-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-111-1/+0
* Correct some root HUB descriptor fields in multiple controller drivers.Hans Petter Selasky2010-10-131-13/+2
* Initialise variable before use.Andrew Thompson2009-11-221-0/+1
* USB CORE:Alfred Perlstein2009-07-301-0/+1
* Sync to p4Andrew Thompson2009-06-271-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-12/+12
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-36/+36
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-7/+7
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-65/+65
* Improve device mode (gadget) stall handling.Andrew Thompson2009-05-211-1/+2
* 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-4/+4
* MFp4 //depot/projects/usb@160930Andrew Thompson2009-04-221-42/+48
* Remove usb_sw_transfer.[ch] which are now empty after r190735.Andrew Thompson2009-04-061-1/+0
* Provide a better commit log for r190735, forced by making a whitespace change.Andrew Thompson2009-04-061-1/+1
* MFp4 //depot/projects/usb@159946Andrew Thompson2009-04-051-8/+0
* MFp4 //depot/projects/usb@159922Andrew Thompson2009-04-051-173/+15
* MFp4 //depot/projects/usb@159673Andrew Thompson2009-04-051-6/+10
* MFp4 //depot/projects/usb @159479,159502,159516,159522,159529Andrew Thompson2009-03-201-32/+43
* MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson2009-03-201-1/+1
* MFp4 //depot/projects/usb@159392Andrew Thompson2009-03-201-1/+1
* MFp4 //depot/projects/usb @159430Andrew Thompson2009-03-201-1/+0
* MFp4 //depot/projects/usb@157853Andrew Thompson2009-02-241-13/+2
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+2467