summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r280598:hselasky2015-05-051-0/+5
* MFC r261541, r261543 and r261544:hselasky2014-02-231-0/+3
* Use an anonymous struct for generated string descriptors.hselasky2013-01-301-4/+3
* Provide one global language string descriptor forhselasky2013-01-301-0/+7
* Modify the FreeBSD USB kernel code so that it can be compiled directlyhselasky2013-01-301-0/+6
* Make several timing parameters of the USB enumeration sequence tuneable.hselasky2012-10-241-23/+21
* Add support for the so-called streams feature of BULK endpointshselasky2012-08-121-2/+18
* Add definitions and structures for USB 2.0 Link Power Management, LPM.hselasky2012-04-021-3/+13
* - Try to fix support for USB 3.0 HUBs.hselasky2012-01-121-0/+1
* Fix size of USB 3.0 descriptor field.hselasky2011-11-091-1/+1
* Fix size of USB 3.0 descriptor field.hselasky2011-11-091-1/+1
* Fix suspend and resume of FULL and HIGH speed USB deviceshselasky2011-10-261-0/+1
* Add missing USB 3.0 definitions. Correct some wrong ones.hselasky2010-10-041-6/+28
* Add basic support for USB Network Control Model (NCM) v1.0 to if_cdce.c.thompsa2009-09-281-2/+3
* - Fix false positive uipaq probealfred2009-08-241-0/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-0/+85
* Fix _USB2_* refernces in the header protection defines.thompsa2009-06-151-3/+3
* Rename usb pipes to endpoints as it better represents what they are, and structthompsa2009-06-071-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-44/+44
* MFp4 //depot/projects/usb@159897thompsa2009-04-051-2/+4
* Reintroduce r188878, provide compat typedefs for usb1.thompsa2009-02-231-0/+24
* Move the new USB stack into its new home.thompsa2009-02-231-0/+619
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-708/+0
* Add a reset device command to ugen.c.n_hibma2008-11-131-0/+1
* Add isochronous transfer support for USB 2.0kevlo2008-08-181-0/+2
* Add definition for UIPROTO_MOUSE.imp2007-06-301-0/+1
* Remove usb_port.h from usb.h, except for one or two useful things thatimp2007-06-181-2/+4
* Move PWR_* from usb_port.h to usb.himp2007-06-141-0/+8
* Move malloc definitions to usb.h.imp2007-06-141-4/+3
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forimp2007-06-131-4/+0
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-4/+0
* s/Static/static/gimp2006-09-061-0/+8
* Add support for Xbox 360 gamepads. They are HID-capable devices, butmux2005-12-311-0/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Packed structures are defined differently in older gcc's, like the onejoe2002-11-061-0/+4
* MFNetBSD: Increasre the reset recovery time. (rev 1.69)joe2002-09-271-3/+3
* MFNetBSD: Update class codes. (rev 1.68)joe2002-09-271-5/+13
* MFNetBSD: Add Bluetooth related classes etc. (rev 1.67)joe2002-09-271-5/+12
* MFNetBSD: revision 1.66joe2002-09-271-6/+6
* s/__attribute__((__packed__))/__packed/galfred2002-09-231-1/+1
* Revert part of the last commit. A couple of defines were removedjoe2002-02-261-0/+4
* Merge from NetBSD:joe2002-02-261-16/+4
* Prefix structure members to protect them against clashes with eg.alfred2002-02-201-48/+48
* Merge from NetBSD:joe2002-02-161-1/+4
* Merge from NetBSD.joe2002-01-281-0/+1
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichjoe2002-01-021-58/+144
* Revert part of the last commit. UIPROTO_MASS_BBB was renamed tojoe2002-01-021-2/+2
* Sync with NetBSD:joe2002-01-021-50/+72
* Don't check for ohci/uhci to be loaded, check for the usb module.n_hibma2000-09-021-3/+2
* From NetBSD:n_hibma2000-08-131-0/+3
OpenPOWER on IntegriCloud