summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usbdi.h
AgeCommit message (Expand)Author
1999-11-18Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.augustss
1999-11-17A few more purely stylistic changes that I missed in the last round.augustss
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
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-12Add a flag in the request to determine if the data copying is done by theaugustss
1999-09-11* Move DMA buffer allocation to HC independent code.augustss
1999-09-09Change the internal API to allow DMA buffers to be pre-allocated byaugustss
1999-09-05Change the way the `struct device' base part of all driver softc areaugustss
1999-08-29Make usbd_errstr() always return a useful error message; it's not likethorpej
1999-08-22Move more of the transfer completion processing to HC independent code.augustss
1999-08-19Add a utility function, usbd_errstr(), to print error strings. From FreeBSD.augustss
1999-08-17Make some small changes to make it compile on OpenBSD.augustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-06-14Get rid of a bunch of code that was part of an old USBDI proposal, but thataugustss
1999-05-16Add vendor/product/release locators. Added in frustration as my HIDaugustss
1999-01-10Some minor updates from FreeBSD.augustss
1999-01-08Various little fixes from the FreeBSD version.augustss
1999-01-03Add a length paarmeter to usbd_do_request_flags().augustss
1999-01-01Add usbd_bulk_transfer(), a function to do interruptible transfer thataugustss
1998-12-29New USB attach args.augustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-12-10Take care of some lines > 80 chars.augustss
1998-12-09Improvement to the ugen driver.augustss
1998-12-08Some minor API changes and additions.augustss
1998-12-02Add configuration and interface locators.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-08-02Improve some error messages.augustss
1998-08-01Switch from a global flag to tell if the host controller should useaugustss
1998-07-29Add functions to execute asynchronous requests and use these fromaugustss
1998-07-26A first stab att supporting console access with a USB keyboard.augustss
1998-07-23Add some comments and a function to set the alternate settings in anaugustss
1998-07-12Add USB support. Supported so far:augustss