summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* The usb configuration descriptor parameter providing the number ofmglocker2021-01-271-2/+2
* Reuse implicit padding to export the port number of a USB device inmpi2018-07-191-1/+2
* Change USB_DEVICEINFO to report USB port status/changes as currentlympi2018-07-101-18/+15
* Add macros for reading the bmAttributes field of the USB super speedstsp2017-09-011-1/+4
* Match on class communications subclass abstract control model protocoljsg2017-03-291-1/+2
* Add define for NCM.kettenis2016-06-191-1/+2
* Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM)gerhard2016-06-151-1/+3
* Kill unused ioctl(2)s.mpi2016-05-241-7/+1
* Remove USB_SET_IMMED ioctl and corresponding code and manpage bits.stefan2016-02-281-2/+1
* Name unamed structures, from Ludovic Coues with some tweaks.mpi2015-07-091-45/+62
* Add missing definition of "usb_interface_assoc_descriptor" needed to formpi2015-06-291-1/+13
* Make xhci(4)'s root hub report the same status bits as physical USB3 hubs.mpi2015-06-221-2/+3
* Define UPS_PORT_TEST as FreeBSD/NetBSD do.uebayasi2015-02-141-1/+2
* Give Super-Speed hubs a chance to route USB 3.0 transfers.mpi2014-11-071-1/+2
* Super-Speed port feature definitions.mpi2014-11-011-17/+52
* Super Speed hub descriptor definition and routine, required for upcomingmpi2014-08-081-3/+15
* Add various super speed defines, mostly the same as in FreeBSD tompi2014-03-081-9/+26
* define UIPROTO_BOOT_MOUSEjcs2014-01-201-1/+2
* Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve themglocker2013-04-171-1/+8
* Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4).mglocker2013-04-081-1/+18
* Remove the 4.8 version of the USB device info ioctl.mpi2013-03-161-23/+1
* - urndis_match() should support multiple interface descriptors.fgsch2012-06-201-1/+5
* Remove leftovers from the "usb event" removal.mpi2012-06-101-24/+1
* Remove usb_event_cookie_t type and instances of it found in various structs;miod2012-01-081-6/+1
* Add support for UISUBCLASS_MOBILE_DIRECT_LINE_MODEL to cdce(4).sthen2011-11-091-1/+2
* Apparently keeping some USB devices in reset for too long makes themkettenis2011-03-041-2/+2
* * add 'udi_serial' to struct usb_device_info.jakemsr2011-01-151-1/+25
* Add urndis(4), a driver for RNDIS Ethernet over USB.mk2010-03-011-1/+2
* assign ehcidebug to USB_DEBUG ioctl argument.yuo2008-12-091-2/+2
* Add isochronous xfer support for ehci(4). From NetBSD.mglocker2008-08-091-1/+3
* add usb2.0 to usb1.1(ohci/uchi) handover request to usb subsystem.yuo2008-06-291-1/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* add the device and interface class codes for USB Video Class (UVC)robert2007-11-281-1/+7
* Correct the length of the usb_string_descriptor_t and fix a possiblembalmer2007-07-271-3/+12
* No longer include usb_port.h, all macros have been converted to their Cmbalmer2007-06-171-5/+1
* Remove the definition and use of UPACKED and replace it with our own __packedmbalmer2007-06-091-16/+14
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-8/+1
* Do not split multibyte access on little endian architectures with no alignmentmiod2006-07-121-2/+2
* A typo a day, keeps the dictionnary away.miod2006-06-231-2/+2
* convert __attribute__((__packed__)) to __packed so that parsers unawareavsm2003-11-161-2/+2
* Sync USB code with NetBSD.nate2003-07-081-33/+108
* sync with NetBSD and add various local hacks to make things work correctlynate2003-05-171-3/+3
* get rid of trailing whitespacenate2002-07-251-6/+6
* add stack version #define.nate2002-06-111-1/+3
* Sync hid stuff including ukbd, ums, and uhid with NetBSDnate2002-05-091-1/+2
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-90/+27
* Sync ulpt driver with NetBSDnate2002-05-071-27/+90
* prefix structure members to avoid name clashes.nate2002-05-021-49/+49
* Synchronize usb code with NetBSD.nate2001-10-311-3/+3
* Match a IEEE 1284.4 protocol. We do not support this protocol directly,gluk2001-10-041-1/+2