summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add new quirk and correct old one.hselasky2013-01-212-1/+4
* Do not pretend to have autosense data when no such data is available.kan2013-01-191-3/+7
* Add new u3g device quirk.hselasky2013-01-142-0/+2
* Freeze device queue before returning errors to CAM. This is requiredmav2013-01-121-15/+20
* Bugfix: Fix sizeof() argument.hselasky2013-01-101-1/+1
* Fix detection of Razer Copperhead as a USB mouse.hselasky2013-01-104-60/+101
* Shave off another register write to save some morehselasky2013-01-081-12/+17
* Optimise the XHCI interrupt handling.hselasky2013-01-071-2/+6
* Fix for "run0: wcid=xx out of range" error message.hselasky2013-01-041-4/+12
* Add new USB ID.hselasky2012-12-292-0/+2
* Add the NO_SYNC_CACHE quirk for all Apple USB MSC devices, as theymarkj2012-12-262-0/+2
* Fix more regression issue after r244503.hselasky2012-12-243-4/+12
* Fix regression issue after r244503.hselasky2012-12-231-5/+8
* Regression issue:hselasky2012-12-211-5/+13
* Make sure all USB drivers allocate buffer memoryhselasky2012-12-208-236/+203
* Allocate separate USB buffers for DMA'ed data, so thathselasky2012-12-202-13/+66
* Add support for throttling UMASS.hselasky2012-12-201-2/+24
* Make sure we block recursion on TTY's inwakeup callbackhselasky2012-12-202-1/+8
* Add new USB ID.hselasky2012-12-092-0/+5
* 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
OpenPOWER on IntegriCloud