summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/uss820dci.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement better support for USB controller suspend and resume.hselasky2011-12-141-2/+0
| | | | | | | | | | 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-8/+8
|
* Improve device mode (gadget) stall handling.thompsa2009-05-211-0/+2
| | | | | | | | | Some hardware easily comes out of sync with regard to whether the current or the next control transfer should be stalled, if a stall command is always issued before receiving the SETUP packet. After this patch the stall command will only be issued when a transfer should actually be stalled. Submitted by: Hans Petter Selasky
* Use defines for register offsets that do not change.thompsa2009-05-201-22/+2
| | | | Submitted by: Hans Petter Selasky
* MFp4 //depot/projects/usb@160678thompsa2009-04-221-1/+0
| | | | | | Remove unused field. Submitted by: Hans Petter Selasky
* MFp4 //depot/projects/usb@159922thompsa2009-04-051-2/+0
| | | | | | | Refactor how we interface with the root HUB. This cuts around 1200 lines of code totally and saves one thread per USB bus. Submitted by: Hans Petter Selasky
* Also use proper capitalisation of FreeBSD in other source files.ed2009-02-241-1/+1
| | | | Approved by: thompsa
* Move the new USB stack into its new home.thompsa2009-02-231-0/+377
OpenPOWER on IntegriCloud