summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/avr32dci.c
Commit message (Expand)AuthorAgeFilesLines
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-051-1/+1
* - Isochronous transfers should use the alternate next transferhselasky2014-05-131-7/+9
* USB method structures for USB controllers and USB pipes should behselasky2013-12-111-6/+6
* Use string literals in string descriptors for marginallyhselasky2013-01-301-4/+2
* Provide one global language string descriptor forhselasky2013-01-301-6/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-4/+6
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-011-4/+0
* Add support for the so-called streams feature of BULK endpointshselasky2012-08-121-5/+8
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-4/+3
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-33/+53
* Style change.hselasky2011-11-121-7/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Correct some root HUB descriptor fields in multiple controller drivers.hselasky2010-10-131-1/+1
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-2/+3
* Initialise variable before use.thompsa2009-11-221-0/+1
* USB CORE:alfred2009-07-301-0/+1
* Sync to p4thompsa2009-06-271-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+22
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-12/+12
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-5/+5
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-7/+7
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-53/+53
* Add a driver for the AVR32 series USB Device Controller. Not hooked up asthompsa2009-05-211-0/+2065
OpenPOWER on IntegriCloud