summaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* MFC r257206:Hans Petter Selasky2013-10-304-18/+44
* MFC r256750:Hans Petter Selasky2013-10-251-0/+19
* MFC r256500:Hans Petter Selasky2013-10-242-0/+2
* MFC r256548:Hans Petter Selasky2013-10-242-17/+38
* Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI portHans Petter Selasky2013-09-213-25/+66
* Don't issue USB resume signalling in USB device mode, if the USB powerHans Petter Selasky2013-09-121-1/+2
* Clear correct data structure.Hans Petter Selasky2013-09-111-1/+3
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isGleb Smirnoff2013-09-112-2/+0
* Revert parts of r245132 and r245175. We don't need to write to theHans Petter Selasky2013-09-071-10/+0
* Disable USB 3.0 streams mode by default, hence not all XHCI chipsetsHans Petter Selasky2013-09-071-2/+9
* Add support for DLINK DWA-127 Wireless AdapterRuslan Bukin2013-09-052-0/+2
* Add the device ID for a new flavor of FTDI serial adapter (model 232EX).Ian Lepore2013-09-012-0/+2
* Sync USB bluetooth product list with Linux.Hans Petter Selasky2013-08-311-0/+2
* Bugfix: The endpoint profile should only be checked in device mode whenHans Petter Selasky2013-08-252-15/+17
* Force keyboards which don't have the requiredHans Petter Selasky2013-08-201-2/+6
* Fix some USB controller names according to pciconf output.Hans Petter Selasky2013-08-172-1/+3
* Bring datasheet URL up to date.Kevin Lo2013-08-161-1/+1
* - Try to fix build of 32-bit compatibility USB support for FreeBSD andHans Petter Selasky2013-08-124-24/+32
* Correct an EHCI register write.Hans Petter Selasky2013-08-121-1/+1
* Cleanup the allocations when the attachment fails.Rui Paulo2013-07-311-5/+8
* Unbreak sparc64 LINT. Need to fix this correctly at some point in the future.Rui Paulo2013-07-301-6/+6
* Import OpenBSD's rsu(4) WLAN driver.Rui Paulo2013-07-302-0/+3263
* Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adaptersHans Petter Selasky2013-07-298-16/+16
* Assume that all Apple products using interface class 255, subclass 253Hans Petter Selasky2013-07-261-0/+8
* per style(9):David E. O'Brien2013-07-244-12/+12
* Add some USB gadget example drivers for USB audio, USB keyboard,Hans Petter Selasky2013-07-228-0/+2174
* Fix an XHCI regression:Hans Petter Selasky2013-07-211-11/+9
* There's nothing to free if the unit wasn't allocated.Navdeep Parhar2013-07-191-1/+0
* Add a tunable to force disable MSI use for xhci(4).Konstantin Belousov2013-07-161-7/+12
* Revert r252725 as it breaks WPA.Rui Paulo2013-07-147-42/+0
* Allow regular off-the-shelf keyboards to be overclocked like so-calledHans Petter Selasky2013-07-131-3/+22
* Adding urtwn(4) firmware and related changes.Hiren Panchasara2013-07-101-1/+0
* Use MSI for xhci(4), if supported.Konstantin Belousov2013-07-092-6/+19
* - Add initial host mode support for Mentor Graphics USB OTG controllerOleksandr Tymoshenko2013-07-073-104/+1568
* Set ic_cryptocaps to make sure wpa_supplicant works with WEP.Rui Paulo2013-07-047-0/+42
* Add Planex MZK-UE150N.Hiroki Sato2013-07-022-0/+2
* Add RealTek 8192SU product IDs.Rui Paulo2013-07-021-1/+38
* Fix a typo.Rui Paulo2013-06-301-1/+1
* Fix the RSSI calculation.Rui Paulo2013-06-301-0/+6
* Fix the ni_txrate calculation.Rui Paulo2013-06-301-1/+1
* Fix a reference count bug in urtwn_ra_init().Rui Paulo2013-06-301-0/+4
* Add support for the NTT Docomo L-02C card.Remko Lodder2013-06-271-0/+2
* Add support for the NTT Docomo L-02C card.Remko Lodder2013-06-271-0/+1
* Add support for D-Link DWA-131.Kevin Lo2013-06-252-0/+2
* Add Lenovo USB 2.0 Ethernet adapter.Pyun YongHyeon2013-06-252-0/+5
* When RX checksum offloading is active, AX88772B will prepend aPyun YongHyeon2013-06-241-6/+5
* Revert previous change to uark.c (restore previous rev), which wasThomas Quinot2013-06-231-20/+1
* Fix minor typo in commentThomas Quinot2013-06-232-2/+21
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thanKevin Lo2013-06-145-22/+18
* Remove unused variable sc_tx_bufsz.Kevin Lo2013-06-132-5/+0