summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.c
Commit message (Expand)AuthorAgeFilesLines
* Pull in the most recent version of usb_quirks.h and propagate the necessaryNick Hibma2001-07-051-2/+2
* Activate the kthread mechanism for doing usb bus discovery. This meansPeter Wemm2001-06-061-46/+46
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+2
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-2/+5
* Change default devfs permissions to the ones in MAKEDEV.Nick Hibma2001-02-191-2/+2
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Finally make the module dependencies work. kern_linker.c now allowsNick Hibma2000-08-041-6/+9
* Make the module dependencies actually work.Nick Hibma2000-06-151-2/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* Use the new and shiny module versioning. This enables you to load theNick Hibma2000-05-081-0/+2
* Increase the debugging level on a printf.Nick Hibma2000-05-071-1/+1
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-10/+10
* Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNNick Hibma2000-01-201-1/+5
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingNick Hibma1999-12-031-2/+0
* Woops, it seems to fail initialisation. Disabled while I am figuring outNick Hibma1999-11-281-0/+2
* Add USB revision strings and numbers.Nick Hibma1999-11-281-10/+32
* Enclosed the arguments of binary and in brackets.Nick Hibma1999-11-211-5/+7
* Make the event creation workNick Hibma1999-11-191-16/+26
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-118/+331
* Remove superfluous header file includes.Nick Hibma1999-11-081-1/+1
* Remove a debugging printf.Nick Hibma1999-10-071-2/+0
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-75/+138
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Add comments, change variable names to make them consistent (r -> err,Nick Hibma1999-07-251-9/+10
* USB stopped working as of the recent cdevsw cleanup. This fixes that.Nick Hibma1999-06-011-1/+1
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-4/+19
* Enclose .hcidebug in '#ifdef N.HCI'Nick Hibma1999-04-201-6/+20
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-1/+2
* 1) Make debugging more selective.Nick Hibma1999-04-111-4/+3
* Textual changesNick Hibma1999-01-221-7/+2
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)Nick Hibma1999-01-131-4/+4
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-4/+5
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-245/+58
* Added Id to all filesNick Hibma1998-12-141-0/+1
* Various bug fixes:Nick Hibma1998-12-091-1/+1
* Initial commit of ported NetBSD USB stackNick Hibma1998-11-261-0/+603