summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/avr32dci.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-2/+1
| | | | | | | | | | This patch should remove the need for kldunload of USB controller drivers at suspend and kldload of USB controller drivers at resume. This patch also fixes some build issues in avr32dci.c MFC after: 2 weeks
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-1/+1
|
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-9/+9
|
* Add a driver for the AVR32 series USB Device Controller. Not hooked up asthompsa2009-05-211-0/+254
FreeBSD does not yet support this platform but it makes it easier to stay in sync. Submitted by: Hans Petter Selasky
OpenPOWER on IntegriCloud