summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.h
Commit message (Expand)AuthorAgeFilesLines
* Fix build of USB bootloader code by adding checks for _STANDALONE being defined.Hans Petter Selasky2020-11-181-2/+2
* Correctly implement support for remote wakeup for USB 3.0 device.Hans Petter Selasky2020-03-191-0/+5
* Add cdceem(4) driver, for virtual ethernet devices compliantEdward Tomasz Napierala2019-08-071-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add definition of the ISOCHRONOUS endpoint usage bits.Hans Petter Selasky2015-03-251-0/+5
* Remove no longer used allocation type.Hans Petter Selasky2015-03-171-1/+0
* Actually change the USB_PORT_ROOT_RESET_DELAY definition as stated inHans Petter Selasky2014-10-221-1/+1
* Import USB RNDIS driver to FreeBSD from OpenBSD.Hans Petter Selasky2014-02-061-0/+3
* Allow the Arduino Leonardo to work by supporting CDC=0 devices.Adrian Chadd2013-10-311-0/+1
* Use an anonymous struct for generated string descriptors.Hans Petter Selasky2013-01-301-4/+3
* Provide one global language string descriptor forHans Petter Selasky2013-01-301-0/+7
* Modify the FreeBSD USB kernel code so that it can be compiled directlyHans Petter Selasky2013-01-301-0/+6
* Make several timing parameters of the USB enumeration sequence tuneable.Hans Petter Selasky2012-10-241-23/+21
* Add support for the so-called streams feature of BULK endpointsHans Petter Selasky2012-08-121-2/+18
* Add definitions and structures for USB 2.0 Link Power Management, LPM.Hans Petter Selasky2012-04-021-3/+13
* - Try to fix support for USB 3.0 HUBs.Hans Petter Selasky2012-01-121-0/+1
* Fix size of USB 3.0 descriptor field.Hans Petter Selasky2011-11-091-1/+1
* Fix size of USB 3.0 descriptor field.Hans Petter Selasky2011-11-091-1/+1
* Fix suspend and resume of FULL and HIGH speed USB devicesHans Petter Selasky2011-10-261-0/+1
* Add missing USB 3.0 definitions. Correct some wrong ones.Hans Petter Selasky2010-10-041-6/+28
* Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c.Andrew Thompson2009-09-281-2/+3
* - Fix false positive uipaq probeAlfred Perlstein2009-08-241-0/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-0/+85
* Fix _USB2_* refernces in the header protection defines.Andrew Thompson2009-06-151-3/+3
* Rename usb pipes to endpoints as it better represents what they are, and structAndrew Thompson2009-06-071-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-281-44/+44
* MFp4 //depot/projects/usb@159897Andrew Thompson2009-04-051-2/+4
* Reintroduce r188878, provide compat typedefs for usb1.Andrew Thompson2009-02-231-0/+24
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-0/+619
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-708/+0
* Add a reset device command to ugen.c.Nick Hibma2008-11-131-0/+1
* Add isochronous transfer support for USB 2.0Kevin Lo2008-08-181-0/+2
* Add definition for UIPROTO_MOUSE.Warner Losh2007-06-301-0/+1
* Remove usb_port.h from usb.h, except for one or two useful things thatWarner Losh2007-06-181-2/+4
* Move PWR_* from usb_port.h to usb.hWarner Losh2007-06-141-0/+8
* Move malloc definitions to usb.h.Warner Losh2007-06-141-4/+3
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forWarner Losh2007-06-131-4/+0
* Remove compat ifdefs for version < 500014 from the rest of the USB files.Christian Brueffer2007-06-071-4/+0
* s/Static/static/gWarner Losh2006-09-061-0/+8
* Add support for Xbox 360 gamepads. They are HID-capable devices, butMaxime Henrion2005-12-311-0/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Packed structures are defined differently in older gcc's, like the oneJosef Karthauser2002-11-061-0/+4
* MFNetBSD: Increasre the reset recovery time. (rev 1.69)Josef Karthauser2002-09-271-3/+3
* MFNetBSD: Update class codes. (rev 1.68)Josef Karthauser2002-09-271-5/+13
* MFNetBSD: Add Bluetooth related classes etc. (rev 1.67)Josef Karthauser2002-09-271-5/+12
* MFNetBSD: revision 1.66Josef Karthauser2002-09-271-6/+6
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-231-1/+1
* Revert part of the last commit. A couple of defines were removedJosef Karthauser2002-02-261-0/+4
* Merge from NetBSD:Josef Karthauser2002-02-261-16/+4
* Prefix structure members to protect them against clashes with eg.Alfred Perlstein2002-02-201-48/+48