summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.0.0_cvscvs2svn2000-03-201-1/+1
* 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