summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add USB mass storage quirk for device that emits errors after the automatichselasky2011-10-102-0/+6
* Bugfix: The ucom detach function is sometimes called on zeroed structures.hselasky2011-10-101-0/+3
* - Follow the lead of dcphy(4) and pnphy(4) and move the reminder of the PHYmarius2011-10-082-0/+270
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-13/+16
* MFprojects/hid:mav2011-09-281-2/+6
* Add quirks for some USB mass storage devices which doesn't respondhselasky2011-09-272-0/+9
* Avoid starting the USB transfer if an error is already pending.hselasky2011-09-201-4/+6
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Reduce USB memory usage during enumeration.hselasky2011-09-141-3/+4
* Refactor auto-quirk solution so that we break as few externalhselasky2011-09-105-21/+19
* Some USB mass storage devices requires that the sense informationhselasky2011-09-051-2/+33
* This patch adds automatic detection of USB mass storage deviceshselasky2011-09-0210-33/+148
* Add new USB ID to u3g driver.hselasky2011-08-202-0/+4
* Fix for recursive locking in usb_close() after change 224777.hselasky2011-08-201-6/+18
* Add new USB ID.hselasky2011-08-202-0/+3
* Add sysctl to not reset the device on clear stall failures, tohselasky2011-08-191-1/+13
* Use synchronous device destruction instead of asynchronous, so that a newhselasky2011-08-114-62/+63
* Do not block zero report ID. It is correct value for devices with singlemav2011-08-091-1/+1
* Make ums(4) driver more picky, not attaching to "mouses" with absolutemav2011-07-291-8/+40
* Add new USB ID to u3g driver.hselasky2011-07-212-0/+2
* Only the USB root HUB thread is allowed to attach and detach drivershselasky2011-07-185-5/+0
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-0/+2
* Fix for VirtualBox 4.x and other virtual machines that failhselasky2011-07-161-7/+28
* Add initial support for AX88772B USB Fast Ethernet. AX88772Byongari2011-07-143-25/+125
* Fix for dump after shutdown with USB keyboard plugged in. It appears that thehselasky2011-07-131-2/+32
* Remove reviewed line from copyright header.hselasky2011-07-091-1/+0
* Add new USB 3G driver.hselasky2011-07-083-0/+1844
* Make the USB keyboard driver more HID compliant.hselasky2011-07-043-151/+475
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* Introduce a quirk for broken USB MIDI hardware instead of limiting performancehselasky2011-07-033-0/+7
* Fix for "nomatch" event for ums and ukbd drivers when uhid is loaded.hselasky2011-07-021-0/+12
* Remove duplicate header includeskevlo2011-06-281-1/+0
* The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from thegavin2011-06-262-1/+1
* - Export the USB device ID format to userspace tools.hselasky2011-06-252-1/+114
* - Remove duplicate USB ID.hselasky2011-06-251-1/+0
* - Export more USB device ID's.hselasky2011-06-243-10/+25
* - Export more USB device ID's.hselasky2011-06-244-49/+49
* - Ensure that we get all the required nomatch devd events.hselasky2011-06-241-9/+10
* - Move execution of event handlers into the probe and attach function so thathselasky2011-06-242-6/+34
* - Export the URIO USB device ID's.hselasky2011-06-241-9/+12
* - Add additional information to the PnP info of USB HUBs children whichhselasky2011-06-242-8/+5
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-2438-58/+100
* - Add some comments about the origin of some USB descriptors.hselasky2011-06-233-1/+10
* - Add more USB templates for various USB device classeshselasky2011-06-2310-11/+1169
* Use USB_VENDOR_OVISLINK define rather than the vendor ID.gavin2011-06-221-1/+1
* Add new USB ID to UDAV driver.hselasky2011-06-192-0/+2
* Reset clear-stall error counter before setting up the USB control transfers.hselasky2011-06-061-0/+5
* Improve enumeration of Low- and Full-speed devices connected through ahselasky2011-06-067-8/+133
* Rename recently added USB serial driver.hselasky2011-06-042-5/+5
* Poke correct GPIO pins for newer axe(4) controllers with Marvellyongari2011-06-011-3/+18
OpenPOWER on IntegriCloud