summaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/avr32dci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
* MFC r233774:Hans Petter Selasky2012-05-041-4/+3
* MFC r229086, r228483 and r228640:Hans Petter Selasky2011-12-311-33/+53
* MFC r227461:Hans Petter Selasky2011-12-311-7/+6
* 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-1/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact aAndrew Thompson2009-11-261-2/+3
* 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-5/+5
* 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-53/+53
* Add a driver for the AVR32 series USB Device Controller. Not hooked up asAndrew Thompson2009-05-211-0/+2065