aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_ioctl.h
Commit message (Expand)AuthorAgeFilesLines
* Add USB MIDI template for USB device side mode.Hans Petter Selasky2015-06-011-0/+1
* Add usb template SERIALNET allowing us to have both USB CDC EthernetRuslan Bukin2015-01-131-0/+1
* Add new USB phone descriptor template for USB device side mode.Hans Petter Selasky2014-08-051-0/+1
* - Try to fix build of 32-bit compatibility USB support for FreeBSD andHans Petter Selasky2013-08-121-21/+32
* Add new USB API to get the port path of a USB device.Hans Petter Selasky2013-05-031-1/+11
* Add USB API to read power draw on USB devices.Hans Petter Selasky2013-02-141-1/+2
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+2
* Rename new IOCTL to singular form of the noun "streams".Hans Petter Selasky2012-08-131-2/+2
* Add support for the so-called streams feature of BULK endpointsHans Petter Selasky2012-08-121-0/+6
* - This patch adds custom IOCTLs to read and write the 4 GPIO pins on theHans Petter Selasky2011-11-121-0/+4
* - Add more USB templates for various USB device classesHans Petter Selasky2011-06-231-0/+14
* - Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky2011-02-281-2/+3
* - Add support for LibUSB in 32-bit compatibility mode.Hans Petter Selasky2010-10-141-0/+21
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-4/+1
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-50/+50
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-21/+3
* MFp4 //depot/projects/usb@157974Andrew Thompson2009-02-241-0/+2
* MFp4 //depot/projects/usb@157853Andrew Thompson2009-02-241-1/+0
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+292