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