summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* Add new USB IDs to RUN driver.hselasky2011-11-212-0/+4
* - Add support for Add LOGITECH Webcam C100miwi2011-11-201-2/+3
* Simplify the usb_pause_mtx() function by factoring out the generic partshselasky2011-11-191-20/+8
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-192-26/+0
* Make some XHCI command timeouts less strict.hselasky2011-11-181-9/+9
* Quirk all of ALCOR's mass storage devices instead ofhselasky2011-11-172-4/+3
* Some brands of XHCI controllers needs more time to reset.hselasky2011-11-151-3/+3
* - This patch adds custom IOCTLs to read and write the 4 GPIO pins on thehselasky2011-11-122-11/+86
* Enable power save mode for the USB storage device driver.hselasky2011-11-121-0/+3
* Style change.hselasky2011-11-1227-99/+106
* Fix size of USB 3.0 descriptor field.hselasky2011-11-092-2/+2
* Fix size of USB 3.0 descriptor field.hselasky2011-11-092-2/+3
* Some minor corrections to a modem driver.hselasky2011-11-091-9/+6
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-0755-55/+58
* Fix build breakage for 8-stable and older.hselasky2011-11-061-1/+5
* Add support for new USB modem protocol.hselasky2011-11-061-1/+5
* Implement support for modem control lines.hselasky2011-11-051-4/+119
* Fix for panic at USB controller attach failure during cold boot.hselasky2011-11-041-0/+5
* Improve USB mass storage quirk auto detection.hselasky2011-10-292-1/+30
* Fix suspend and resume of FULL and HIGH speed USB deviceshselasky2011-10-264-2/+17
* Implement TX/RX checksum offloading support for ASIX AX88772Byongari2011-10-252-73/+422
* This change makes it possible to define driver specific attachyongari2011-10-242-37/+82
* Add new USB IDs to RUN driver. Update usb.conf.hselasky2011-10-192-2/+8
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.yongari2011-10-175-5/+5
* Fix build after r226465.bz2011-10-171-1/+3
* Fix an issue with 11g beacon frames which looks to be a limitationadrian2011-10-171-8/+13
* 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
OpenPOWER on IntegriCloud