summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/at91dci.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r269604:hselasky2014-08-131-4/+6
| | | | | | | | - Implement fast interrupt handler to save CPU usage. - Cleanup some register reads and writes to use existing register access macros. - Ensure code which only applies to the control endpoint is not run for other endpoints in the data transfer path.
* 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/+1
| | | | | | | | | 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
* MFp4 //depot/projects/usb@160678thompsa2009-04-221-1/+0
| | | | | | Remove unused field. Submitted by: Hans Petter Selasky
* Provide a better commit log for r190735, forced by making a whitespace change.thompsa2009-04-061-2/+2
| | | | | | | | | | | | Refactor how we interface with the root HUB. This is achieved by making a direct call from usb2_do_request to the host controller for root hub requests, this call will perform the controller specific register read/writes and return the error code. This cuts out a lot of code in the host controller files and saves one thread per USB bus. 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/+245
OpenPOWER on IntegriCloud