summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/controller/atmegadci.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Add new register definitionsthompsa2009-05-201-0/+16
| | | | | | - Enable the controller and wait for the PLL to start 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-8/+1
| | | | | | | 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
* MFp4 //depot/projects/usb 158981,159016,159024thompsa2009-03-111-0/+3
| | | | | | Sync support for ATMEGA DCI parts. Submitted by: Hans Petter Selasky
* Move the new USB stack into its new home.thompsa2009-02-231-0/+273
OpenPOWER on IntegriCloud