summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use an anonymous struct for generated string descriptors.hselasky2013-01-301-4/+3
* Provide one global language string descriptor forhselasky2013-01-3016-78/+48
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-3052-54/+310
* Add missing header file inclusion guard.hselasky2013-01-301-1/+5
* Add missing NULL pointer check.hselasky2013-01-301-0/+6
* Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent thejhb2013-01-281-1/+3
* Remove some extra and not needed space characters.hselasky2013-01-283-3/+3
* Add new USB ID.hselasky2013-01-282-0/+2
* Fix regression issue after r244500 and r244503:hselasky2013-01-271-2/+3
* Add new USB quirk.hselasky2013-01-262-0/+3
* Add new quirk and correct old one.hselasky2013-01-212-1/+4
* Do not pretend to have autosense data when no such data is available.kan2013-01-191-3/+7
* Add new u3g device quirk.hselasky2013-01-142-0/+2
OpenPOWER on IntegriCloud