summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Make several timing parameters of the USB enumeration sequence tuneable.hselasky2012-10-248-106/+195
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Make uhid attach to devices that look like keyboardseadler2012-10-221-3/+4
* Add support for iPhone 5 tethering.eadler2012-10-212-0/+4
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-13/+11
* Implement modem control in u3g. Tested on Option GTM382W, Huawei E220,n_hibma2012-10-141-4/+173
* Add support for the extrememory Snippyeadler2012-10-142-0/+3
* Add support for Feiya Elango USB MicroSDeadler2012-10-142-0/+2
* Add support for the Buffalo RUF2 flash drive.eadler2012-10-142-0/+4
* - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it ismav2012-10-101-57/+3
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Style.hselasky2012-10-021-1/+1
* Remove unused field.hselasky2012-10-021-4/+0
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-0110-37/+5
* If devclass_get_devices(9) returns success but a count of 0,kevlo2012-09-291-0/+1
* Make sure we don't leak a mbuf in a fail case.hselasky2012-09-281-2/+5
* Remove some trailing bytes which are not part of the ethernet packet.hselasky2012-09-281-1/+3
* Correct NYET handling. Remove superfluous transfer complete interrupt mask.hselasky2012-09-281-34/+23
* Make sure the "wMaxPacketSize" limitations are respected.hselasky2012-09-271-3/+28
* Make sure we record NAK tokens in the TD structure for IN direction.hselasky2012-09-273-63/+43
* Make sure the DWC OTG host mode channels are given enough time to disable.hselasky2012-09-262-1/+18
* DWC OTG host mode improvements:hselasky2012-09-241-3/+36
* DWC OTG host mode improvements. Add support for the 3-strikes and you arehselasky2012-09-233-458/+627
* Correct driver name.hselasky2012-09-231-1/+1
* Apply some more casting.hselasky2012-09-221-5/+5
* Apply correct casting.hselasky2012-09-221-2/+2
* Fix typo.hselasky2012-09-201-1/+1
* Fix typo: s/protocl/protocolkevlo2012-09-201-1/+1
* Add entries for two USB devices I have locally.gavin2012-09-181-0/+5
* Add UQ_UMS_IGNORE quirk.hselasky2012-09-173-2/+10
* Remove unused variable cd.kevlo2012-09-171-2/+0
* DWC OTG improvements. Implement full support for SPLIT transactions, in otherhselasky2012-09-143-208/+445
* Fix TX FIFO sizes. Correct FIFO handling in Host mode.hselasky2012-09-122-66/+84
* Restart the USB transfer if the error is not USB_ERR_CANCELLED.kevlo2012-09-121-7/+0
* Reduce DWC OTG polling rate by using the SOF interrupt.hselasky2012-09-122-42/+75
* Fix missing parts of DWC OTG host mode support. The host mode supporthselasky2012-09-112-193/+168
* Poll VBUS status every second, hence the AT91 GPIO library doesn't supporthselasky2012-09-102-51/+15
* Fix for IRQ hang in DWC OTG host mode.hselasky2012-09-101-19/+27
* Cleanup interrupt handling in Host Mode.hselasky2012-09-102-45/+45
* Implement missing USB suspend and resume support for DWC OTG driver.hselasky2012-09-091-6/+60
* Add support for DWC OTG.hselasky2012-09-091-0/+3
* Add support for host mode to the DWC OTG controller driver.hselasky2012-09-093-193/+1174
* Support another uchcom(4) device.gavin2012-09-042-0/+2
* Add more DWC OTG register definitions.hselasky2012-09-031-3/+21
* Preparations for adding USB HOST mode to the DWC OTG driver.hselasky2012-08-303-506/+980
* Add tunable for XHCI port routing.hselasky2012-08-233-5/+19
* Add new USB device ID.hselasky2012-08-222-0/+2
* Style.hselasky2012-08-211-1/+1
* Fix USB drivers for KB920X target.hselasky2012-08-212-6/+26
OpenPOWER on IntegriCloud