| Age | Commit message (Expand) | Author |
| 2010-02-02 | Introduce the uhub_ubermatch variable. Setting it to 1 makes sure | pooka |
| 2009-11-12 | Re-order operations in usb_detach() so that if a usb(4) instance's | dyoung |
| 2009-09-04 | Expand some definitions from <dev/usb/usb_port.h>. | dyoung |
| 2009-09-04 | KNF: compare a pointer with NULL instead of evaluating its "truth." | dyoung |
| 2009-09-03 | Expand some of the portability macros from sys/dev/usb/usb_port.h. | dyoung |
| 2009-04-07 | Detach uhub(4) and usb(4) at shutdown. | dyoung |
| 2008-08-18 | Implement uhub_rescan(). After this change, "modload uaudio.kmod" | kent |
| 2008-07-28 | -in usbd_probe_and_attach(), split out the code for per-device and | drochner |
| 2008-06-16 | -plug a minimal memory leak on attach/detach | drochner |
| 2008-05-27 | minor unifdef and cleanup, no functional change | 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-21 | Cleanup uhub autoconfiguration messages. | jmcneill |
| 2008-02-18 | Use device_t and its accessor functions. | dyoung |
| 2008-01-25 | Speed up uhub attachment considerably. Rather than powering up each port | jmcneill |
| 2008-01-04 | Add calls to pmf_deregister on detach. | smb |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-01 | aprintify | jmcneill |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-23 | Work around imperfect hub emulation in the ehci root hub (ohci is affected | drochner |
| 2007-03-19 | fix variable in DEBUG code, from Lubomir Kundrak per PR kern/36036 | drochner |
| 2007-03-15 | Keep track of the per-port status change notifications coming in | drochner |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |
| 2007-02-26 | Remove the check which disallows to connect a bus powered hub to another | drochner |
| 2007-01-07 | Allocate storage for status change notifications dynamically, depending | drochner |
| 2006-12-01 | -comment out transaction translator support for now, it doesn't do more | drochner |
| 2006-11-30 | don't specify a polling interval for the interrupt pipe -- that's | drochner |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-24 | clean up the USB attachment stuff a bit: use a dedicated interface | drochner |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-04-14 | Coverity CID 2330: Spell out that we are going to use the memory we allocated. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-11 | Don't keep the devinfo string on the stack, instead use malloc/free. | augustss |
| 2005-04-30 | Root hubs don't have transaction translators, so don't print anything | augustss |
| 2005-03-02 | Copyright maintenance. | mycroft |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-01-24 | Implementation requirements of usb_needs_reattach(), from OpenBSD and required | joff |
| 2004-10-26 | Free memory in the correct order. Pointed out by Jeff Rizzo. | augustss |
| 2004-10-23 | Keep track of what high speed port (if any) a device belongs to so we can | augustss |
| 2004-10-22 | Print information for high speed hubs about the number of TTs. | augustss |
| 2004-06-29 | Ignore a port error that happens to come in at the same time as a connect | mycroft |
| 2004-06-11 | Initialize restartcnt. from FreeBSD. | petrov |
| 2004-04-23 | use bounded string ops (snprintf, strl*) | itojun |
| 2003-12-29 | Use the correct wValue to get hub desriptors. | toshii |
| 2003-02-08 | change URL pointers of USB[1,2] specification | ichiro |
| 2003-01-02 | Initialise uhubdebug so that it's patchable in a kernel image | dsainty |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |