summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* better way to do the reattachement of a devicedlg2004-12-121-1/+10
* put "do { } while (0)" wrappers on all the debug maroc functionsderaadt2004-07-081-3/+3
* This moves access to wall and uptime variables in MI code,tholo2004-06-241-4/+4
* Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.grange2004-05-041-2/+2
* updated URLs from Jared Yanovich;jmc2003-11-071-3/+3
* Sync USB code with NetBSD.nate2003-07-081-58/+164
* kqueue support for various usb devices including: usb, uhid, ugen,nate2003-06-271-1/+56
* get rid of trailing whitespacenate2002-07-251-15/+15
* Please be more portable in usb landnate2002-07-111-1/+5
* no provate cdev_decl()s, they are in sys/conf.h nowmickey2002-07-101-3/+1
* make the timeout a function parameternate2002-07-091-2/+2
* Meant to commit only ulpt and committed everything. Most things weren't readynate2002-05-071-170/+66
* Sync ulpt driver with NetBSDnate2002-05-071-66/+170
* prefix structure members to avoid name clashes.nate2002-05-021-7/+8
* Synchronize usb code with NetBSD.nate2001-10-311-2/+2
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-150/+76
* Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)aaron2001-01-281-3/+3
* Sync with NetBSD. Too many changes to mention. For now I have skippedaaron2000-11-081-67/+26
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-6/+7
* Sync with NetBSD. USB Ethernet drivers should work now.aaron2000-03-301-24/+16
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-30/+43
* Fix typos.aaron2000-03-261-4/+5
* Sync with NetBSD.aaron2000-03-261-70/+181
* Delay USB device attachment to prevent lost interrupts when probing uaudio.ho1999-11-111-2/+2
* sync with NetBSD.fgsch1999-11-071-52/+216
* Sync with NetBSD.fgsch1999-09-271-85/+107
* sync with NetBSD;fgsch1999-08-311-3/+3
* Sync with NetBSD.fgsch1999-08-191-5/+5
* Sync with NetBSD. Mostly FreeBSD related changes.fgsch1999-08-161-3/+3
* From NetBSD; USB support.fgsch1999-08-131-0/+478