summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_subr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* backout the original method of reattaching a usb device now that we havedlg2004-12-121-37/+2
* ugly ugly hack to allow a usb device to do a full reset of the port duringdlg2004-11-081-2/+38
* fix getting strings off a device which broke with the removal of thedlg2004-11-021-2/+2
* from netbsd via freebsd via jsg@dlg2004-10-311-8/+21
* Remove 'usb_'realloc() usage because it doesn't know the size of the olddrahn2004-08-301-15/+1
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* Sync USB code with NetBSD.nate2003-07-081-24/+74
* try a little harder to attach devices that are really slownate2003-05-181-3/+4
* string cleanup; nate okderaadt2003-05-071-14/+23
* strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.ho2003-04-271-5/+7
* get rid of trailing whitespacenate2002-07-251-22/+22
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-59/+21
* Sync ulpt driver with NetBSDnate2002-05-071-21/+59
* prefix structure members to avoid name clashes.nate2002-05-021-22/+22
* Synchronize usb code with NetBSD.nate2001-10-311-43/+48
* contify usbdevs a littlemickey2001-03-221-11/+13
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-11/+32
* re-arrange tables as pcidevs was changed; huge space savingsderaadt2001-01-271-18/+26
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-132/+84
* Put back a fix that fgsch@ whacked during the last NetBSD USB sync:aaron2000-09-071-2/+2
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-19/+38
* Sync with NetBSD.aaron2000-04-141-28/+35
* If the vendor name is NULL, do not output a leading space; reported by deraadt@aaron2000-04-081-2/+2
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-15/+16
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-34/+50
* Sync with NetBSD.aaron2000-03-261-150/+195
* sync with NetBSD.fgsch1999-11-071-33/+54
* Sync with NetBSD.fgsch1999-09-271-28/+83
* Sync with NetBSD;fgsch1999-08-271-64/+50
* Sync with NetBSD.fgsch1999-08-191-11/+7
* Sync with NetBSD. Mostly FreeBSD related changes.fgsch1999-08-161-3/+3
* From NetBSD; USB support.fgsch1999-08-131-0/+1203