summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for Optoelectronics USB barcode readers to uftdi(4).gavin2013-03-112-0/+10
* Fix init/uninit function type.hselasky2013-02-251-4/+4
* Add new USB ID.hselasky2013-02-251-0/+4
* Fix bad EEPROM parsing code.hselasky2013-02-182-5/+31
* Add USB API to read power draw on USB devices.hselasky2013-02-142-1/+17
* Remove unused variable.hselasky2013-02-132-2/+0
* Resolve a LOR after r246616. Protect control requests using the USB devicehselasky2013-02-138-42/+54
* Add new USB ID to FTDI driver.hselasky2013-02-132-0/+2
* - Move scratch data from the USB bus structure to the USB device structurehselasky2013-02-1010-228/+268
OpenPOWER on IntegriCloud