summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Make sure we probe and attach the root HUB afterhselasky2012-01-021-0/+8
* Add missing change to XHCI driver similar to changes in r228483.hselasky2011-12-312-19/+20
* - Enable usbus on octusbgonzo2011-12-241-0/+1
* ukbd: adjust for SCHEDULER_STOPPED() and overhaul locking codeavg2011-12-211-227/+153
* adapt usb transfer code for SCHEDULER_STOPPEDavg2011-12-211-3/+3
* Fix for race against user-space applications trying to change thehselasky2011-12-211-0/+9
* Make the recently added "no_shutdown_wait" sysctl writeable.hselasky2011-12-191-1/+1
* Add code to wait for USB shutdown to be executed at system shutdown.hselasky2011-12-191-1/+15
* Add missing unlock of USB controller's lock, whenhselasky2011-12-191-0/+12
* Another axe(4), found in ASUS zenbook.kevlo2011-12-172-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Fix some net80211 enum nits:bschmidt2011-12-177-47/+47
* Improve fix for random USB transfer time out.hselasky2011-12-141-12/+13
* Fix for random USB transfer time out.hselasky2011-12-141-7/+11
* Fix definition of XHCI port power bit.hselasky2011-12-141-1/+1
* Implement better support for USB controller suspend and resume.hselasky2011-12-1432-727/+674
* Correct some bInterval USB template descriptor values.hselasky2011-12-064-10/+10
* Fix compile warning when using clang to compile the code.hselasky2011-12-061-1/+1
* Add quirk for Micron RealSSD eUSB failing on unsupported SCSI commandemaste2011-12-032-0/+5
* Fix a compile warning with clang.hselasky2011-12-031-1/+1
* Fix checks for error return from urtw_alloc_rx_data_list() andkevlo2011-12-021-2/+2
* This commit marks the beginning of a new internal USBhselasky2011-11-281-0/+114
* Use DEVMETHOD_END.marius2011-11-231-1/+1
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-2212-12/+12
* - There's no need to overwrite the default device method with the defaultmarius2011-11-2217-66/+20
* 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
OpenPOWER on IntegriCloud