summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.h
AgeCommit message (Expand)Author
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
1999-09-06Add USUBCLASS_MIDISTREAM definition, per request from MAEKAWA Masahideaugustss
1999-09-04Change the way the direction is extracted from the endpoint descriptor.augustss
1999-08-29Add some missing request codes.augustss
1999-08-22Move more of the transfer completion processing to HC independent code.augustss
1999-08-19Add some mass storage definitions.augustss
1999-08-18Back out last change. The ugliness of the Audio Class should not haveaugustss
1999-08-18Update the endpoint descriptor struct with the two oddball entriesaugustss
1999-08-17Make some small changes to make it compile on OpenBSD.augustss
1999-08-16Some new ioctl()s for the umodem driver.augustss
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-06-26Add suspend/resume handling to the UHCI driver.augustss
1999-05-18Add a few more Communication Interface Class subclasses (including Ethernetthorpej
1999-05-16s/revision/release/augustss