summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.h
AgeCommit message (Expand)Author
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
2001-11-20Use longer reset for root hubs (as told in the spec).augustss
2001-11-20More USB 2.0 definitions.augustss
2001-11-17Make it possible to report device speeds with ioctl(USB_DEVICEINFO).augustss
2001-11-06Add some USB 2 related definitions.augustss
2001-07-23Add the constant for the IEEE 1284-mode protocol for the printernathanw
2000-12-13Don't try to access a device that is being disconnected when generatingaugustss
2000-06-01Reorder a little.augustss
2000-05-30Use attribute packed for on-the-wire data structures.augustss
2000-04-27Change my email address.augustss
2000-04-23Make it possible to move a device to its unconfigured state byaugustss
2000-04-21Make sure to read the full hub descriptor (including the deprecated field).augustss
2000-04-21Add a define for some slack port power up time.augustss
2000-04-03Correct a typo.augustss
2000-03-24Rename bulk only protocol (following FreeBSD).augustss
2000-03-19Add ioctl USB_SET_REPORT for uhid. This will allow manipulating theaugustss
2000-02-29Distinguish between device and interface classes.augustss
2000-02-02Change the USB event mechanism to include more information about devicesaugustss
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-10-20Add a macro to extract the isoc type.augustss
1999-10-13Remove FreeBSD tags that got in there by accident.augustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-10-12Add an event mechanism so that a userland process can watch devices comeaugustss
1999-09-16Make defines follow the standard.augustss
1999-09-11* Move DMA buffer allocation to HC independent code.augustss