summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Freeze device queue before returning errors to CAM. This is requiredmav2013-01-121-15/+20
* Bugfix: Fix sizeof() argument.hselasky2013-01-101-1/+1
* Fix detection of Razer Copperhead as a USB mouse.hselasky2013-01-104-60/+101
* Shave off another register write to save some morehselasky2013-01-081-12/+17
* Optimise the XHCI interrupt handling.hselasky2013-01-071-2/+6
* Fix for "run0: wcid=xx out of range" error message.hselasky2013-01-041-4/+12
* Add new USB ID.hselasky2012-12-292-0/+2
* Add the NO_SYNC_CACHE quirk for all Apple USB MSC devices, as theymarkj2012-12-262-0/+2
* Fix more regression issue after r244503.hselasky2012-12-243-4/+12
* Fix regression issue after r244503.hselasky2012-12-231-5/+8
* Regression issue:hselasky2012-12-211-5/+13
* Make sure all USB drivers allocate buffer memoryhselasky2012-12-208-236/+203
* Allocate separate USB buffers for DMA'ed data, so thathselasky2012-12-202-13/+66
* Add support for throttling UMASS.hselasky2012-12-201-2/+24
* Make sure we block recursion on TTY's inwakeup callbackhselasky2012-12-202-1/+8
* Add new USB ID.hselasky2012-12-092-0/+5
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-0413-24/+24
* - Add support for Etron EJ168 USB 3.0 Host Controllers.hselasky2012-12-012-20/+52
OpenPOWER on IntegriCloud