aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdi.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Send a zero-length-packet first when opening a BULK endpoint for USB serialHans Petter Selasky2021-07-151-0/+3
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-1/+3
* Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky2020-11-181-3/+3
* usb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Implement helper function, usbd_get_max_frame_length(), which allows kernelHans Petter Selasky2020-05-281-0/+3
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-3/+3
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-3/+3
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-3/+3
* Correct the PNP information generated by the usb driver to match theWarner Losh2018-02-171-4/+4
* Fix for incorrect PnP information used by devmatch(8).Hans Petter Selasky2018-02-131-1/+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-2/+55
* dev/usb: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* Update metadata for "tools/tools/bus_autoconf" after r292080. UseHans Petter Selasky2015-12-291-8/+4
* Create a USB_PNP_INFO and use it to export the existing PNPWarner Losh2015-12-111-16/+53
* Improve the realtime properties of USB transfers for embedded systemsHans Petter Selasky2015-08-141-0/+2
* Resolve a deadlock setting the USB configuration index from userspaceHans Petter Selasky2014-06-081-0/+2
* Workaround for USB MIDI adapters which use non-supported values ofHans Petter Selasky2014-03-141-0/+1
* USB method structures for USB controllers and USB pipes should beHans Petter Selasky2013-12-111-1/+1
* Make use of USB ID sections configurable.Hans Petter Selasky2013-02-011-0/+9
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+2
* Allocate separate USB buffers for DMA'ed data, so thatHans Petter Selasky2012-12-201-2/+2
* Add support for the so-called streams feature of BULK endpointsHans Petter Selasky2012-08-121-1/+11
* Fix compiler warnings, mostly signed issues,Hans Petter Selasky2012-04-021-1/+1
* Refactor auto-quirk solution so that we break as few externalHans Petter Selasky2011-09-101-1/+0
* This patch adds automatic detection of USB mass storage devicesHans Petter Selasky2011-09-021-0/+3
* Use synchronous device destruction instead of asynchronous, so that a newHans Petter Selasky2011-08-111-1/+2
* - Export the USB device ID format to userspace tools.Hans Petter Selasky2011-06-251-1/+7
* - Move all USB device ID arrays into so-called sections,Hans Petter Selasky2011-06-241-0/+12
* Improve enumeration of Low- and Full-speed devices connected through aHans Petter Selasky2011-06-061-0/+1
* usb: change to one-pass probing of device driversAndriy Gapon2011-05-181-1/+0
* - Improvements to USB PF solutionHans Petter Selasky2011-04-031-0/+2
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-281-0/+10
* Add support for setting per-interface PnP information.Hans Petter Selasky2010-10-271-0/+3
* This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky2010-10-041-0/+1
* Add support for power mode filtering as some USB hardware does not supportAndrew Thompson2010-09-021-0/+1
* Use the EVENTHANDLER system to hook into the usb device configuration andAndrew Thompson2009-12-171-0/+12
* Improve High Speed slot allocation mechanism by moving the computation to theAndrew Thompson2009-11-221-1/+10
* improve support for high speed isochronous endpoints which does not run 1:1,Andrew Thompson2009-11-081-0/+1
* Missed this file for r195963:Alfred Perlstein2009-07-301-0/+3
* Sync to p4Andrew Thompson2009-06-271-0/+3
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-2/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-0/+532
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-289/+0
* Merge WIP from p4:Sam Leffler2008-12-131-1/+2
* Add a reset device command to ugen.c.Nick Hibma2008-11-131-0/+1
* add support for %b printing of request + xfer flagsSam Leffler2008-03-201-0/+2