summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_ioctl.h
AgeCommit message (Expand)Author
2025-04-27hidraw(4): Add additional hidraw input/output report ioctlsVladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-06hidraw(4): Implement HIDRAW_GET_DEVICEINFO ioctlVladimir Kondratyev
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-12-17usb: remove COMPAT_32BIT ifdefsBrooks Davis
2021-12-17usb: add 32-bit compat for FIFOsBrooks Davis
2021-12-17usb: real freebsd32 support for most ioctlsBrooks Davis
2021-01-08hid: Import hidraw(4) - driver for access to raw HID device dataVladimir Kondratyev
2019-09-20Increase the maximum user-space buffer size from 256kBytes to 32MBytes forHans Petter Selasky
2019-08-07Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala
2018-05-17Add a "multifunction" device side USB template, which provides massEdward Tomasz Napierala
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-06-01Add USB MIDI template for USB device side mode.Hans Petter Selasky
2015-01-13Add usb template SERIALNET allowing us to have both USB CDC EthernetRuslan Bukin
2014-08-05Add new USB phone descriptor template for USB device side mode.Hans Petter Selasky
2013-08-12- Try to fix build of 32-bit compatibility USB support for FreeBSD andHans Petter Selasky
2013-05-03Add new USB API to get the port path of a USB device.Hans Petter Selasky
2013-02-14Add USB API to read power draw on USB devices.Hans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2012-08-13Rename new IOCTL to singular form of the noun "streams".Hans Petter Selasky
2012-08-12Add support for the so-called streams feature of BULK endpointsHans Petter Selasky
2011-11-12- This patch adds custom IOCTLs to read and write the 4 GPIO pins on theHans Petter Selasky
2011-06-23- Add more USB templates for various USB device classesHans Petter Selasky
2011-02-28- Add support for software pre-scaling of ISOCHRONOUS transfers.Hans Petter Selasky
2010-10-14- Add support for LibUSB in 32-bit compatibility mode.Hans Petter Selasky
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15Fix _USB2_* refernces in the header protection defines.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-02-27Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson
2009-02-24MFp4 //depot/projects/usb@157974Andrew Thompson
2009-02-24MFp4 //depot/projects/usb@157853Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson