summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct some XHCI streams mode transfer handling found by code inspection.hselasky2013-06-022-18/+37
* Add support for tethering on the iPhone 4Seadler2013-05-292-0/+4
* Revert r251023 until a more proper solution is foundhselasky2013-05-282-32/+0
* Workaround for for a problem seen with ATI Technologies EHCIhselasky2013-05-272-0/+32
* Fix some statical clang analyzer warnings.hselasky2013-05-253-5/+1
* Add new USB quirk.hselasky2013-05-212-0/+2
* For ARM, MIPS, and PowerPC, default to 32-byte alignment, but allow itimp2013-05-171-0/+4
* o Retrive the part number (CP2103 etc) from the hardware on attach.gavin2013-05-171-12/+56
* Fix several typoseadler2013-05-122-2/+2
* Fix compile warning.hselasky2013-05-031-1/+2
* - Add more defines to limit USB memory usage and number of allocationshselasky2013-05-0311-35/+99
* Always put space before the comma before ##__VA_ARGS__ due to subtle compilerhselasky2013-05-031-1/+1
* Add some defines to limit USB memory usage in reduced memory systems.hselasky2013-05-036-19/+53
* Allow the default USB template to be specified at compile time.hselasky2013-05-031-1/+5
* Add new USB API to get the port path of a USB device.hselasky2013-05-032-1/+56
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-262-5/+6
* Add convenience wrapper functions to run callbacks in the context of thehselasky2013-04-232-0/+31
* Add descriptive comment.hselasky2013-04-231-0/+6
* Add OHCI controller ID.hselasky2013-04-211-0/+2
* - Correct mispellings of word miscellaneousgabor2013-04-171-1/+1
* Add ID for ASMedia ASM1042 USB 3.0 controller.mav2013-04-101-0/+3
* Fix regression issue after r248910.hselasky2013-04-071-1/+1
* Add new USB ID.hselasky2013-04-062-0/+2
* Add missing ifdef's for reduced feature compilations.hselasky2013-04-031-0/+4
* Add new USB ID.hselasky2013-04-032-0/+2
* Add new USB ID.hselasky2013-03-211-0/+1
* Integrate Efika MX project back to home.ray2013-03-201-0/+282
* Fix spelling.hselasky2013-03-201-1/+2
* Add new USB ID.hselasky2013-03-192-0/+4
* Add new USB ID.hselasky2013-03-182-0/+2
* Fix typo.hselasky2013-03-131-2/+2
* - Make quirk for reading device descriptor from broken USB devices.hselasky2013-03-132-22/+40
OpenPOWER on IntegriCloud