summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix correct use of USB header files.hselasky2013-02-101-2/+2
* - Streamline detach logic in wlan drivers, so thathselasky2013-02-1013-87/+237
* Make sure we don't leak command buffers when a USBhselasky2013-02-081-6/+6
* Fix regression issue after r244503:hselasky2013-02-082-25/+25
* Add defines to more easily allow a single threaded version of the FreeBSDhselasky2013-02-059-52/+56
* Fix some nits.hselasky2013-02-055-6/+6
* Fix for hardware checksum offloading in SMSC driver.hselasky2013-02-011-1/+7
* Make use of USB ID sections configurable.hselasky2013-02-014-1/+12
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-3015-15/+23
* Do not unnecessarily split a string literal, becausehselasky2013-01-301-2/+2
* Use string literals in string descriptors for marginallyhselasky2013-01-3013-126/+42
OpenPOWER on IntegriCloud