summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_dynamic.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky
2011-09-10Refactor auto-quirk solution so that we break as few externalHans Petter Selasky
2011-09-02This patch adds automatic detection of USB mass storage devicesHans Petter Selasky
2009-12-17Use the EVENTHANDLER system to hook into the usb device configuration andAndrew Thompson
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-06-15s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson
2009-05-29s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160930Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson