| Age | Commit message (Expand) | Author |
| 2009-11-12 | Re-order operations in usb_detach() so that if a usb(4) instance's | dyoung |
| 2009-11-12 | Style. | uebayasi |
| 2009-11-11 | be a little more verbose in DIAGNOSTIC printf | pooka |
| 2009-09-03 | Expand some of the portability macros from sys/dev/usb/usb_port.h. | dyoung |
| 2009-08-16 | If we are attaching a high speed device, request a full size descriptor | martin |
| 2008-08-18 | Implement uhub_rescan(). After this change, "modload uaudio.kmod" | kent |
| 2008-08-12 | fix an inconsistency in a check for invalid configuration index vs. value; | drochner |
| 2008-07-28 | -in usbd_probe_and_attach(), split out the code for per-device and | drochner |
| 2008-06-22 | PR 39023: usbd_new_device: do not set address early, from FreeBSD. | jmcneill |
| 2008-06-06 | oops, forgot to pass locators when I simplified the autoconf code | drochner |
| 2008-05-27 | kill USB_DO_ATTACH | drochner |
| 2008-05-26 | some cleanup: | drochner |
| 2008-05-25 | -make the list of USB child devices a (possibly sparse) array rather | drochner |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-03-28 | split device/softc for USB host controllers and the usb (control) | drochner |
| 2008-02-18 | Use device_t and its accessor functions. | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-06-30 | Fix typo that prevents port reset after several retries. | mlelstv |
| 2007-05-20 | Retry set_address function for very slow (out of spec) devices, just | mlelstv |
| 2007-03-30 | PR/36102: Yojiro UO: Restore revision 1.142's way of reading the descriptor | christos |
| 2007-03-15 | in usbd_set_config_index, range-check the index | drochner |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |
| 2007-02-26 | Another attempt to read string descriptors at once, this time with | drochner |
| 2007-01-24 | There are devices which don't report the "self powered" state correctly | drochner |
| 2007-01-19 | In usbd_set_config_index(), remove the code which tries to draw conclusions | drochner |
| 2006-12-05 | Add forgotten #include "opt_compat_netbsd.h" because COMPAT_30 is used. | pavel |
| 2006-12-03 | Restore compatibility of USB_DEVICEINFO ioctl and reads from /dev/usb with | pavel |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | fix empty if | christos |
| 2006-06-11 | Don't free subdevs on normal completion. The detach code needs it. | christos |
| 2006-06-09 | stack police: Don't allocate 1k on the stack, only use malloc when we need to. | christos |
| 2006-06-04 | save another 1K on the stack. | christos |
| 2006-06-04 | Don't allocate 1K on the stack. | christos |
| 2005-11-23 | Normally a ugen device only attaches if no other driver wants the device. | augustss |
| 2005-09-21 | usbd_setup_pipe(): Don't call usbd_clear_endpoint_stall(). It's not | nathanw |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-06-19 | Actually, usbd_trim_spaces was not writing to const memory, so revert | enami |
| 2005-06-16 | Return the beginning of the string, not the end. | christos |
| 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 |
| 2005-05-02 | Use UTF8 to encode strings read from the device (instead of using '?' for | augustss |
| 2005-03-04 | Separate out vendors from the product table, to reduce string duplication. | mycroft |
| 2005-03-02 | Copyright maintenance. | mycroft |
| 2004-10-23 | Keep track of what high speed port (if any) a device belongs to so we can | augustss |
| 2004-10-23 | Make an iterator abstraction for looping through all descriptors. | augustss |
| 2004-09-13 | a round of autoconf cleanup: | drochner |