summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIhselasky2011-04-123-15/+1
* Rework change made at r203146. Instead of reporting all wire errors asmav2011-04-111-13/+19
* - Fix for missing event if a libUSB USB transfer is started andhselasky2011-04-031-4/+17
* - Correct EHCI interrupt disabling at detach.hselasky2011-04-033-3/+3
* - Improvements to USB PF solutionhselasky2011-04-034-75/+264
* - Minor style(9) cleanupkevlo2011-04-011-6/+7
* Fix initialisation order with regard to debug prints.hselasky2011-03-251-2/+2
* Fix panic while associating access point.kevlo2011-03-251-3/+1
* Fix typo.hselasky2011-03-241-1/+1
* Comply with style(9).hselasky2011-03-231-4/+4
* - Do not output the trailing newline to the HIDhselasky2011-03-211-4/+6
* - Bugfix: Fix a EHCI hardware race, where the hardware computed data togglehselasky2011-03-211-3/+25
* - Bugfix: Root HUBs do not support re-enumeration.hselasky2011-03-081-0/+6
* Add the Buffalo (Melco Inc.) WLI-UC-G301Ndaichi2011-03-042-0/+2
* - Remove dependency to ucom from ulpt.hselasky2011-03-031-1/+0
* - Add support for software pre-scaling of ISOCHRONOUS transfers.hselasky2011-02-284-3/+29
* - Correct USB 3.0 wire-speed to 5.0Gbpshselasky2011-02-261-1/+1
* - Add support for some non-standard USB MIDI devices from Roland, byhselasky2011-02-243-6/+40
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Add more udav device ID's.hselasky2011-02-192-0/+9
* - Fix build of manual page and inclusion of mos driver into kernel config file.hselasky2011-02-171-3/+7
* Fix build breakage in if_mos.c when USB_DEBUG option is set.hselasky2011-02-161-1/+1
* Add support for new USB to ethernet controller:hselasky2011-02-163-0/+1201
* * Fix page fault caused by referring freed node.hselasky2011-02-143-54/+75
* Rework beacon handling re-enable run_updateslot().bschmidt2011-02-092-9/+78
* Minor cleanup:hselasky2011-02-093-5/+7
* Improve the error interrupt handler. In particular, read themarcel2011-02-081-9/+14
* Curitel UM150 needs a quirk to stop it from detaching straight aftern_hibma2011-02-072-0/+2
* Fix for detection of MTK 3329 GPS USB devices.hselasky2011-02-032-5/+58
* New ID for the Novatel MC547n_hibma2011-02-012-0/+2
* Use correct kernel types for all fields in USB PF code and headers.hselasky2011-02-012-15/+15
* Add more sanity checks for USB_HOST_ALIGN input values. Re-factor existinghselasky2011-01-241-3/+6
* Allow USB_HOST_ALIGN to be configured at compile time. This patch ishselasky2011-01-221-0/+5
* Add another ID for the ZTE MF190 Surf Stickn_hibma2011-01-202-0/+2
* Make USB packet filtering code optional.hselasky2011-01-183-5/+11
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+1
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-173-5/+0
* - Add support for 64-byte contexts to XHCI driver.hselasky2011-01-132-46/+105
* Use software interrupt priorities for USB kthreads instead of hardwarejhb2011-01-131-2/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-3/+3
* Improve or fix some comments. No functional change.gavin2011-01-111-10/+10
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-1183-83/+0
* Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This bringsgavin2011-01-092-0/+2
* Sync the list of devices supported by uslcom(4) with Linux, bringing ingavin2011-01-092-1/+27
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
* Support the Uniform Industrial Corp (UIC) MSR206 Magnetic Card Reader.gavin2011-01-062-0/+2
* r184610 changed the way how TX frames are handled on AX88178 andyongari2010-12-081-42/+31
* Introduces IFF_CANTCONFIG interface flag to point that the interfaceweongyo2010-12-071-0/+1
* Re-add a status check which sneaked out during r214804.hselasky2010-12-071-0/+4
* Explicitly UP and DOWN the usbus interfaces (IFT_USB) when it's attachedweongyo2010-12-011-0/+2
OpenPOWER on IntegriCloud