aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_freebsd.h
Commit message (Expand)AuthorAgeFilesLines
* usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-221-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Improve USB polling mode by not locking any mutexes, asserting anyHans Petter Selasky2016-09-141-0/+3
* Increase the maximum number of dynamic USB quirks. USB memory stickHans Petter Selasky2015-01-121-1/+1
* Add support for disabling USB enumeration in general or on selectedHans Petter Selasky2014-10-081-0/+1
* Make driver detach code in USB mass storage test optional.Hans Petter Selasky2014-05-301-0/+1
* We are using the old callout API and should also add one extra tick inHans Petter Selasky2014-01-221-4/+0
* Ensure that the DMA delay does not get rounded down to zero ticks whenHans Petter Selasky2014-01-221-0/+7
* For ARM, MIPS, and PowerPC, default to 32-byte alignment, but allow itWarner Losh2013-05-171-0/+4
* - Add more defines to limit USB memory usage and number of allocationsHans Petter Selasky2013-05-031-0/+3
* Add some defines to limit USB memory usage in reduced memory systems.Hans Petter Selasky2013-05-031-0/+4
* Add defines to more easily allow a single threaded version of the FreeBSDHans Petter Selasky2013-02-051-0/+1
* Make use of USB ID sections configurable.Hans Petter Selasky2013-02-011-0/+1
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+1
* Add support for the so-called streams feature of BULK endpointsHans Petter Selasky2012-08-121-0/+2
* This patch adds automatic detection of USB mass storage devicesHans Petter Selasky2011-09-021-0/+2
* Improve enumeration of Low- and Full-speed devices connected through aHans Petter Selasky2011-06-061-0/+1
* Add more sanity checks for USB_HOST_ALIGN input values. Re-factor existingHans Petter Selasky2011-01-241-3/+6
* Allow USB_HOST_ALIGN to be configured at compile time. This patch isHans Petter Selasky2011-01-221-0/+5
* Make USB packet filtering code optional.Hans Petter Selasky2011-01-181-0/+1
* Add possibility to generate devctl notifications regardless of UGEN presence.Hans Petter Selasky2010-10-221-0/+1
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-4/+0
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-0/+71