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
/
usbdi.c
Age
Commit message (
Expand
)
Author
2007-10-11
serialize usbd_probe_and_attach(); only let one usb device be match'd and
Theo de Raadt
2007-06-18
KNF, especially re-indent prototypes. No binary change.
Marc Balmer
2007-06-10
Remove definitions and usage of usb_callout and related macros. These macros
Marc Balmer
2007-06-05
Remove the "Static" declaration of many functions. It was defined to be empty
Marc Balmer
2007-05-31
Remove more #ifdef/#endif's that checked for other bsds. No binary
Marc Balmer
2007-05-21
Remove logprintf macro
Jonathan Gray
2007-03-31
Print correct function name in diagnostic output.
Alexander Bluhm
2006-08-14
Handle interrupted tsleep when waiting for synchronous transfer completion.
Christopher Pascoe
2005-09-20
add iterators for usb descriptors. from Tony Lambris and Staffan Ulfberg.
David Gwynne
2004-07-08
put "do { } while (0)" wrappers on all the debug maroc functions
Theo de Raadt
2004-05-04
Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
Alexander Yurchenko
2003-07-08
Sync USB code with NetBSD.
Nathan Binkert
2003-05-17
make this function available to others
Nathan Binkert
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-07-25
get rid of trailing whitespace
Nathan Binkert
2002-07-09
make the timeout a function parameter
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
2002-04-01
Add support for a bunch of new adapters.
Nathan Binkert
2001-05-03
Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different
Aaron Campbell
2001-01-28
Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
Aaron Campbell
2000-11-08
Sync with NetBSD. Too many changes to mention. For now I have skipped
Aaron Campbell
2000-07-04
sync with NetBSD... well almost. someone w/ the hw should check umass.
Federico G. Schwindt
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-29
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