summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.h
AgeCommit message (Expand)Author
2024-09-06usb: increase USB_PORT_RESET_RECOVERYAhmad Khalifa
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2022-10-07usb(4): Make the enumeration thread nice time a variable.Hans Petter Selasky
2021-06-04Narrow down the probe range for if_ure(4) compatible devicesHans Petter Selasky
2021-05-18Update USB_PORT_RESET_RECOVERY to comply with the USB 2.0 specification whichHans Petter Selasky
2020-11-18Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky
2020-03-19Correctly implement support for remote wakeup for USB 3.0 device.Hans Petter Selasky
2019-08-07Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-03-25Add definition of the ISOCHRONOUS endpoint usage bits.Hans Petter Selasky
2015-03-17Remove no longer used allocation type.Hans Petter Selasky
2014-10-22Actually change the USB_PORT_ROOT_RESET_DELAY definition as stated inHans Petter Selasky
2014-02-06Import USB RNDIS driver to FreeBSD from OpenBSD.Hans Petter Selasky
2013-10-31Allow the Arduino Leonardo to work by supporting CDC=0 devices.Adrian Chadd
2013-01-30Use an anonymous struct for generated string descriptors.Hans Petter Selasky
2013-01-30Provide one global language string descriptor forHans Petter Selasky
2013-01-30Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky
2012-10-24Make several timing parameters of the USB enumeration sequence tuneable.Hans Petter Selasky
2012-08-12Add support for the so-called streams feature of BULK endpointsHans Petter Selasky
2012-04-02Add definitions and structures for USB 2.0 Link Power Management, LPM.Hans Petter Selasky
2012-01-12- Try to fix support for USB 3.0 HUBs.Hans Petter Selasky
2011-11-09Fix size of USB 3.0 descriptor field.Hans Petter Selasky
2011-11-09Fix size of USB 3.0 descriptor field.Hans Petter Selasky
2011-10-26Fix suspend and resume of FULL and HIGH speed USB devicesHans Petter Selasky
2010-10-04Add missing USB 3.0 definitions. Correct some wrong ones.Hans Petter Selasky
2009-09-28Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c.Andrew Thompson
2009-08-24 - Fix false positive uipaq probeAlfred Perlstein
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-07Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson
2009-05-28s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson
2009-04-05MFp4 //depot/projects/usb@159897Andrew Thompson
2009-02-23Reintroduce r188878, provide compat typedefs for usb1.Andrew Thompson
2009-02-23Move the new USB stack into its new home.Andrew Thompson
2009-02-23Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson
2008-11-13Add a reset device command to ugen.c.Nick Hibma
2008-08-18Add isochronous transfer support for USB 2.0Kevin Lo
2007-06-30Add definition for UIPROTO_MOUSE.Warner Losh
2007-06-18Remove usb_port.h from usb.h, except for one or two useful things thatWarner Losh
2007-06-14Move PWR_* from usb_port.h to usb.hWarner Losh
2007-06-14Move malloc definitions to usb.h.Warner Losh
2007-06-13Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forWarner Losh
2007-06-07Remove compat ifdefs for version < 500014 from the rest of the USB files.Christian Brueffer
2006-09-06s/Static/static/gWarner Losh
2005-12-31Add support for Xbox 360 gamepads. They are HID-capable devices, butMaxime Henrion
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2002-11-06Packed structures are defined differently in older gcc's, like the oneJosef Karthauser
2002-09-27MFNetBSD: Increasre the reset recovery time. (rev 1.69)Josef Karthauser
2002-09-27MFNetBSD: Update class codes. (rev 1.68)Josef Karthauser