summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/avr32dci.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-2/+3
| | | | | | message has been printed is enough to get someones attention. Also remove the line number for DPRINTF/DPRINTFN, it already prints the funtion name and a unique message.
* Initialise variable before use.thompsa2009-11-221-0/+1
| | | | Submitted by: Hans Petter Selasky
* USB CORE:alfred2009-07-301-0/+1
| | | | | | | | | | | - Add minimum polling support to drive UMASS and UKBD in case of panic. - Add extra check to ukbd probe to fix problem about mouse devices attaching like keyboards. - P4 ID: 166148 Submitted by: hps Approved by: re
* Sync to p4thompsa2009-06-271-1/+1
| | | | | | | | | - Add support for devices that handle set and clear stall in hardware. - Add missing get timestamp function - Add more xfer flags Submitted by: Hans Petter Selasky Approved by: re (kib)
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-3/+22
| | | | - Reduce the number of headers needed for a usb driver, the common case is just usb.h and usbdi.h
* 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
| | | | usb_pipe may be used for a different purpose later on.
* 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
FreeBSD does not yet support this platform but it makes it easier to stay in sync. Submitted by: Hans Petter Selasky
OpenPOWER on IntegriCloud