summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Add the device ID for a new flavor of FTDI serial adapter (model 232EX).ian2013-09-012-0/+2
* Sync USB bluetooth product list with Linux.hselasky2013-08-311-0/+2
* Bugfix: The endpoint profile should only be checked in device mode whenhselasky2013-08-252-15/+17
* Force keyboards which don't have the requiredhselasky2013-08-201-2/+6
* Fix some USB controller names according to pciconf output.hselasky2013-08-172-1/+3
* Bring datasheet URL up to date.kevlo2013-08-161-1/+1
* - Try to fix build of 32-bit compatibility USB support for FreeBSD andhselasky2013-08-124-24/+32
* Correct an EHCI register write.hselasky2013-08-121-1/+1
* Cleanup the allocations when the attachment fails.rpaulo2013-07-311-5/+8
* Unbreak sparc64 LINT. Need to fix this correctly at some point in the future.rpaulo2013-07-301-6/+6
* Import OpenBSD's rsu(4) WLAN driver.rpaulo2013-07-302-0/+3263
* Fix alignment of USB WLAN radiotap headers. This makes USB WLAN adaptershselasky2013-07-298-16/+16
* Assume that all Apple products using interface class 255, subclass 253hselasky2013-07-261-0/+8
* per style(9):obrien2013-07-244-12/+12
* Add some USB gadget example drivers for USB audio, USB keyboard,hselasky2013-07-228-0/+2174
* Fix an XHCI regression:hselasky2013-07-211-11/+9
* There's nothing to free if the unit wasn't allocated.np2013-07-191-1/+0
* Add a tunable to force disable MSI use for xhci(4).kib2013-07-161-7/+12
* Revert r252725 as it breaks WPA.rpaulo2013-07-147-42/+0
* Allow regular off-the-shelf keyboards to be overclocked like so-calledhselasky2013-07-131-3/+22
* Adding urtwn(4) firmware and related changes.hiren2013-07-101-1/+0
* Use MSI for xhci(4), if supported.kib2013-07-092-6/+19
* - Add initial host mode support for Mentor Graphics USB OTG controllergonzo2013-07-073-104/+1568
* Set ic_cryptocaps to make sure wpa_supplicant works with WEP.rpaulo2013-07-047-0/+42
* Add Planex MZK-UE150N.hrs2013-07-022-0/+2
* Add RealTek 8192SU product IDs.rpaulo2013-07-021-1/+38
* Fix a typo.rpaulo2013-06-301-1/+1
* Fix the RSSI calculation.rpaulo2013-06-301-0/+6
* Fix the ni_txrate calculation.rpaulo2013-06-301-1/+1
* Fix a reference count bug in urtwn_ra_init().rpaulo2013-06-301-0/+4
* Add support for the NTT Docomo L-02C card.remko2013-06-271-0/+2
* Add support for the NTT Docomo L-02C card.remko2013-06-271-0/+1
* Add support for D-Link DWA-131.kevlo2013-06-252-0/+2
* Add Lenovo USB 2.0 Ethernet adapter.yongari2013-06-252-0/+5
* When RX checksum offloading is active, AX88772B will prepend ayongari2013-06-241-6/+5
* Revert previous change to uark.c (restore previous rev), which wasthomas2013-06-231-20/+1
* Fix minor typo in commentthomas2013-06-232-2/+21
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thankevlo2013-06-145-22/+18
* Remove unused variable sc_tx_bufsz.kevlo2013-06-132-5/+0
* Fix a typo: s/KLSI/CATC/kevlo2013-06-131-1/+1
* Use STRUCT_USB_HOST_ID to make sure we have the right ELF section.rpaulo2013-06-101-1/+1
* Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for therpaulo2013-06-083-0/+4976
* Fix some recent regression issues:hselasky2013-06-071-47/+55
* Add support for polling the XHCI interrupt handler whenhselasky2013-06-073-15/+49
* Fixing a typo.hiren2013-06-031-1/+1
* Correct the TD size computation. npkt should reflect the number of packetshselasky2013-06-021-2/+6
* Correct TRB type for multi TRB transfers of non-NORMAL type, like isochronous.hselasky2013-06-021-6/+14
* Use the correct constant for 8000 IRQ/s.hselasky2013-06-021-1/+1
* Block event interrupts when we don't need it as soon as possible.hselasky2013-06-021-9/+24
* Don't set the start ISOC ASAP bit for non-isochronous TRBs.hselasky2013-06-021-5/+8
OpenPOWER on IntegriCloud