| Age | Commit message (Expand) | Author |
| 2005-11-28 | Add a new match level, UMATCH_HIGHEST. | augustss |
| 2005-11-23 | Normally a ugen device only attaches if no other driver wants the device. | augustss |
| 2005-05-30 | - const poisoning | christos |
| 2005-05-23 | Sync 1284 id printing with the devinfo change, but leave it disabled for now. | soren |
| 2005-05-11 | Don't keep the devinfo string on the stack, instead use malloc/free. | augustss |
| 2004-10-23 | Make an iterator abstraction for looping through all descriptors. | augustss |
| 2004-04-23 | use bounded string ops (snprintf, strl*) | itojun |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2002-02-11 | Remove an accidental change from last commit. | augustss |
| 2002-02-11 | Give usbd_do_request_flags() an extra argument for the timeout. | augustss |
| 2001-12-24 | Add some more DIAGNOSTIC tests. | augustss |
| 2001-12-12 | Add some comments. | augustss |
| 2001-12-12 | Move usbd_clear_endpoint_toggle() prototype to usbdi.h. | augustss |
| 2001-12-03 | Handle vendor/product lookup with a common routine. | augustss |
| 2001-12-02 | Add a subroutine to search for a vendor/product pair. | augustss |
| 2001-11-15 | usbd_interface2device_handle() cannot fail. | augustss |
| 2001-08-15 | Add a little infrastructure so that individual drivers can easily check | augustss |
| 2001-05-01 | delint | lukem |
| 2001-04-13 | Finally get rid of the UGLY and EVIL hack for avoiding tsleep(). | augustss |
| 2001-04-12 | Only if __HAVE_GENERIC_SOFT_INTERRUPTS is then splusb == splsoftnet | thorpej |
| 2001-01-23 | Ad function to remove a usb task. | augustss |
| 2001-01-21 | Change the operation of the USB event thread. Before it only performed | augustss |
| 2001-01-21 | Add code to use soft interrupt to handle USB interrupt processing. | augustss |
| 2001-01-18 | constify | jdolecek |
| 2000-12-13 | Don't try to access a device that is being disconnected when generating | augustss |
| 2000-09-23 | Add a way to do control transfers on other pipes than the default pipe. | augustss |
| 2000-06-01 | Bring the coding style into the 80s, i.e., get rid of __P and use | augustss |
| 2000-04-27 | Change my email address. | augustss |
| 2000-03-02 | Use ratecheck() to limit error messages on disconnect. | augustss |
| 2000-02-02 | Change the USB event mechanism to include more information about devices | augustss |
| 2000-01-19 | Add an argument to usbd_open_pipe_intr() to specify the polling interval | augustss |
| 2000-01-16 | Add usbd_reload_device_desc() to get the device descriptor again from a device. | augustss |
| 2000-01-16 | Add a flag, USBD_FORCE_SHORT_XFER, to transfers. Using this flag will | augustss |
| 2000-01-16 | GC an unused typedef. | augustss |
| 2000-01-16 | Let usbd_set_polling() work on a usbd_device_handle instead of | augustss |
| 1999-11-18 | Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma. | augustss |
| 1999-11-17 | A few more purely stylistic changes that I missed in the last round. | augustss |
| 1999-11-12 | A number of stylistic changes to increase readability (many suggested | augustss |
| 1999-10-13 | Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so | augustss |
| 1999-10-12 | Add an event mechanism so that a userland process can watch devices come | augustss |
| 1999-09-12 | Add a flag in the request to determine if the data copying is done by the | augustss |
| 1999-09-11 | * Move DMA buffer allocation to HC independent code. | augustss |
| 1999-09-09 | Change the internal API to allow DMA buffers to be pre-allocated by | augustss |
| 1999-09-05 | Change the way the `struct device' base part of all driver softc are | augustss |
| 1999-08-29 | Make usbd_errstr() always return a useful error message; it's not like | thorpej |
| 1999-08-22 | Move more of the transfer completion processing to HC independent code. | augustss |
| 1999-08-19 | Add a utility function, usbd_errstr(), to print error strings. From FreeBSD. | augustss |
| 1999-08-17 | Make some small changes to make it compile on OpenBSD. | augustss |
| 1999-08-14 | Some changes from FreeBSD (no functional differences). | augustss |
| 1999-06-30 | Totally redo the way device detach is done. It now uses a kernel event | augustss |