summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.h
AgeCommit message (Expand)Author
2013-11-01DOTG is dead. Long live DWC2.skrll
2013-09-13A few more USB 3.0 constants.jakllsch
2013-08-21Add UDESC_SSHUB and UDPROTO_SSHUB constants from USB 3.0.jakllsch
2013-04-05Add a UPS_C_PORT_L1 defineskrll
2013-04-05Add a UPS_PORT_L1 defineskrll
2013-03-21Add some defines from the USB 2.0 specification and suppliments. Also,skrll
2013-01-13Add DWC_OTG_DEBUGskrll
2013-01-09USTIR_DEBUG_IOCTLS doesnt compile, and depends on a missing member in struct ...jmcneill
2013-01-07more debug flags.christos
2013-01-05fix debug variables.christos
2012-08-24Fix typosmsaitoh
2012-06-14Add the CDC protocol identifier "no class specific protocol required"blymn
2012-03-06pull down from usbmp:mrg
2011-08-23defopt UMASS_DEBUGchristos
2011-07-20Add UIPROTO_RNDIS.jakllsch
2011-01-18Add preliminary support for Embedded Transaction Translator Function (asmatt
2010-12-25Add missing semicolon.wiz
2010-12-25add USB interface assoc descriptor (IAD) infojmcneill
2010-11-19Added UIPROTO_MOUSE for HID-class.phx
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-06-02Add symbolic constant for number of USB 2.0 microframes per frame.jakllsch
2010-05-15Add Debug Descriptor structures and constants,jakllsch
2010-03-06add UHSO_DEBUG for uhso(4) driverplunky
2009-09-04Extract some definitions from usb_port.h and put them into usb.h.dyoung
2008-08-02High speed isochronous transfer support, from Jeremy Morse as part ofjmcneill
2008-06-18USB video class definitions, from Patrick Mahoney for GSoC 2008.jmcneill
2008-05-26some cleanup:drochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-02-26-remove "bDescriptorSubtype" from usb_descriptor_t - this is not partdrochner
2007-01-19Kill the "bus powered" bit in the configuration descriptor. This doesn'tdrochner
2006-12-03Restore compatibility of USB_DEVICEINFO ioctl and reads from /dev/usb withpavel
2006-07-24Add UGEN_BULK_RA_WB, which allows users of ugen(4) to request readgdt
2005-12-11merge ktrace-lwp.christos
2005-05-02Use UTF8 to encode strings read from the device (instead of using '?' foraugustss
2004-06-23In the "seemed like a good idea until I found the fatal flaw" department...mycroft
2004-06-23Whoops, use the correct value for the maximum string descriptor length.mycroft
2002-09-22Increasre the reset recovery time.augustss
2002-08-22Update class codes.augustss
2002-08-22Add Bluetooth related classes etc.augustss
2002-07-11Get rid of trailing white space.augustss
2002-02-26A small fix for FreeBSD.augustss
2002-02-26Some minor fixes from FreeBSD.augustss
2002-02-25Some portability improvement.augustss
2002-02-20Prefix structure members to protect them against clashes with eg. c++ keywords.christos
2002-01-01Add a missing subclass definition.augustss
2001-12-29Add some definitions from the USB OTG (On The Go) spec.augustss
2001-12-06Add IrDA related defines.augustss
2001-11-23Update mass storage protocol numbers.augustss
2001-11-21Add another "feature".augustss