summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_subr.c
AgeCommit message (Expand)Author
2004-12-12backout the original method of reattaching a usb device now that we haveDavid Gwynne
2004-11-08ugly ugly hack to allow a usb device to do a full reset of the port duringDavid Gwynne
2004-11-02fix getting strings off a device which broke with the removal of theDavid Gwynne
2004-10-31from netbsd via freebsd via jsg@David Gwynne
2004-08-30Remove 'usb_'realloc() usage because it doesn't know the size of the oldDale Rahn
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2003-07-08Sync USB code with NetBSD.Nathan Binkert
2003-05-18try a little harder to attach devices that are really slowNathan Binkert
2003-05-07string cleanup; nate okTheo de Raadt
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-07-25get rid of trailing whitespaceNathan Binkert
2002-05-07Meant to commit only ulpt and committed everything. Most things weren't readyNathan Binkert
2002-05-07Sync ulpt driver with NetBSDNathan Binkert
2002-05-02prefix structure members to avoid name clashes.Nathan Binkert
2001-10-31Synchronize usb code with NetBSD.Nathan Binkert
2001-03-22contify usbdevs a littleMichael Shalayeff
2001-01-28Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)Aaron Campbell
2001-01-27re-arrange tables as pcidevs was changed; huge space savingsTheo de Raadt
2000-11-08Sync with NetBSD. Too many changes to mention. For now I have skippedAaron Campbell
2000-09-07Put back a fix that fgsch@ whacked during the last NetBSD USB sync:Aaron Campbell
2000-07-04sync with NetBSD... well almost. someone w/ the hw should check umass.Federico G. Schwindt
2000-04-14Sync with NetBSD.Aaron Campbell
2000-04-08If the vendor name is NULL, do not output a leading space; reported by deraadt@Aaron Campbell
2000-03-30Sync with NetBSD. USB Ethernet drivers should work now.Aaron Campbell
2000-03-28Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theAaron Campbell
2000-03-26Sync with NetBSD.Aaron Campbell
1999-11-07sync with NetBSD.Federico G. Schwindt
1999-09-27Sync with NetBSD.Federico G. Schwindt
1999-08-27Sync with NetBSD;Federico G. Schwindt
1999-08-19Sync with NetBSD.Federico G. Schwindt
1999-08-16Sync with NetBSD. Mostly FreeBSD related changes.Federico G. Schwindt
1999-08-13From NetBSD; USB support.Federico G. Schwindt