summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_device.h
AgeCommit message (Expand)Author
2024-09-24usb: change LIST to SLIST to avoid LinuxKPI conflictsBjoern A. Zeeb
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
2020-05-11Refresh the USB device strings when a USB device is re-enumerated.Hans Petter Selasky
2020-01-06Add own counter for cancelled USB transfers.Hans Petter Selasky
2019-12-27Make USB statistics per device instead of per bus.Hans Petter Selasky
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-09-05Resolve deadlock between device_detach() and usbd_do_request_flags()Hans Petter Selasky
2016-05-25Check for signals when locking the USB enumeration thread fromHans Petter Selasky
2015-01-13Resolve a special case deadlock: When two or more threads areHans Petter Selasky
2014-06-08Resolve a deadlock setting the USB configuration index from userspaceHans Petter Selasky
2014-01-13Implement better error recovery for Transaction Translators, TTs,Hans Petter Selasky
2013-12-11USB method structures for USB controllers and USB pipes should beHans Petter Selasky
2013-10-27Fix a deadlock when trying to power off a USB device. The deadlockHans Petter Selasky
2013-05-03- Add more defines to limit USB memory usage and number of allocationsHans Petter Selasky
2013-05-03Add some defines to limit USB memory usage in reduced memory systems.Hans Petter Selasky
2013-02-13Resolve a LOR after r246616. Protect control requests using the USB deviceHans Petter Selasky
2013-02-10- Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky
2012-08-10Fix spelling.Hans Petter Selasky
2011-09-02This patch adds automatic detection of USB mass storage devicesHans Petter Selasky
2011-08-11Use synchronous device destruction instead of asynchronous, so that a newHans Petter Selasky
2011-06-06Improve enumeration of Low- and Full-speed devices connected through aHans Petter Selasky
2010-10-04This commit adds full support for USB 3.0 devices in host and deviceHans Petter Selasky
2010-10-04Serialise USB re-enumeration with the USB explore thread.Hans Petter Selasky
2010-05-12If a USB device is suspended and a USB set config request is issued when theAndrew Thompson
2010-04-22Use a more obvious prefix for the USB control (endpoint 0) transfers ratherAndrew Thompson
2010-04-22Properly name the sxlocks, mutexes and condvars.Andrew Thompson
2010-03-11Implement USB kernel driver detach from userland.Andrew Thompson
2009-09-28MFp4 @ 168387Andrew Thompson
2009-08-24 - Patch to allow USB controller to resume operation afterAlfred Perlstein
2009-06-23- Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson
2009-06-15Fix usb2_find_descriptor function name.Andrew 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-06-07Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson
2009-05-30Revert the size_t part of the last commit for the moment, this blows up theAndrew 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-05-27Allocate the usb serial, manufacturer and product strings rather than use charAndrew Thompson
2009-05-21Use enums for speed and rev data types.Andrew Thompson
2009-05-21- rename usb2_mode to usb_mode [1]Andrew Thompson
2009-05-05Revert part of r191494 which used the udev state to mark suspending, this needsAndrew Thompson
2009-04-25Track the usb device state as its powered on, addressed and configured. This ...Andrew Thompson
2009-04-22MFp4 //depot/projects/usb@160413Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@160056Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159909Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159866Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159797Andrew Thompson
2009-03-20Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.Andrew Thompson
2009-03-20MFp4 //depot/projects/usb @159431,159437,159438Andrew Thompson