summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-0413-24/+24
* - Add support for Etron EJ168 USB 3.0 Host Controllers.hselasky2012-12-012-20/+52
* Add support for AT&T Sierra Wireless USB 3G adaptereadler2012-11-292-0/+2
* Remove no longer needed quirk.hselasky2012-11-232-2/+0
* Look for MAC address in FDT tree nodes that are usb network devices andgonzo2012-11-231-1/+70
* Fix uplcom clear stall logic for PL2303HX.hselasky2012-11-211-8/+15
* Add new USB IDs.hselasky2012-11-122-0/+8
* Fix LOW and FULL speed USB INTERRUPT endpoint support for thehselasky2012-11-093-41/+159
* Make the USB ethernet methods constant again in if_udav.c,hselasky2012-11-081-5/+13
* Add new USB device ID.kevlo2012-11-081-0/+1
* Add lock asserts instead of "auto-locking".hselasky2012-11-071-9/+2
* The tty_inwakeup callback appears to be called both locked and unlocked.hselasky2012-11-071-3/+9
* Patch to improve USB serial console.hselasky2012-11-071-10/+12
* Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not supportmarcel2012-11-054-0/+15
* Add a jitter buffer in the common USB serial driver code whichhselasky2012-11-052-2/+81
* Allow using the embedded EHCI host controller in Freescale SoCsmarcel2012-11-032-6/+12
* If a USB mass storage device doesn't respond properlyhselasky2012-10-301-2/+5
* Add support for Fast Track Ultra 8R from M-audio.hselasky2012-10-262-2/+8
* Add missing CTLFLAG_TUN flag to tunable sysctls in USB stack.hselasky2012-10-2618-58/+47
* 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
OpenPOWER on IntegriCloud