summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Shrink dmesg output. Tweaked version of a diff from tedu@jsg2007-06-061-2/+5
* Remove the "Static" declaration of many functions. It was defined to be emptymbalmer2007-06-051-3/+3
* Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional normbalmer2007-06-011-83/+1
* Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.jsg2007-05-271-15/+17
* Remove logprintf macrojsg2007-05-211-3/+3
* Reapplication of rev 1.36.pascoe2007-03-221-3/+5
* Backout pascoe@'s last USB change because it page faults at attachmentmglocker2007-03-181-5/+3
* Wait the stable power delay on a USB hub only once per hub (not per port),pascoe2007-03-181-3/+5
* fix typos in debug messagesmjc2006-06-261-2/+2
* In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesmiod2006-06-231-2/+2
* Don't keep the devinfo string on the stack, instead use malloc/free.brad2005-08-011-4/+6
* shorten dmesgdlg2005-03-281-9/+9
* Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd.pascoe2005-03-131-7/+38
* get rid of uhub_reset_devicedlg2004-12-121-81/+1
* better way to do the reattachement of a devicedlg2004-12-121-3/+6
* code to let us cause a detach and reattach of a device from softwaredlg2004-12-091-1/+81
* from netbsd via loki@animata.net, revision 1.68deraadt2004-07-111-2/+5
* from netbsd via loki@animata.netderaadt2004-07-111-2/+2
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* silence somethingderaadt2004-07-071-2/+2
* From FreeBSD (via rees@umich.edu and nate)pvalchev2004-06-101-1/+2
* Sync USB code with NetBSD.nate2003-07-081-6/+17
* fix documentation links from netbsdnate2003-05-191-2/+2
* string cleanup; nate okderaadt2003-05-071-2/+2
* get rid of trailing whitespacenate2002-07-251-18/+18
* Handle resetting port better.nate2002-07-101-3/+21
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-31/+6
* Sync ulpt driver with NetBSDnate2002-05-071-6/+31
* Synchronize usb code with NetBSD.nate2001-10-311-8/+14
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-3/+3
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-2/+2
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-25/+17
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-74/+67
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-9/+9
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-37/+41
* Sync with NetBSD.aaron2000-03-261-77/+120
* sync with NetBSD.fgsch1999-11-071-39/+61
* Sync with NetBSD.fgsch1999-09-271-65/+23
* sync with NetBSD;fgsch1999-08-311-3/+3
* Sync with NetBSD;fgsch1999-08-271-10/+17
* Sync with NetBSD. Mostly FreeBSD related changes.fgsch1999-08-161-5/+22
* From NetBSD; USB support.fgsch1999-08-131-0/+542