aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhid.c
Commit message (Expand)AuthorAgeFilesLines
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+3
* MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23)Josef Karthauser2002-04-071-2/+2
* MFNetBSD:Josef Karthauser2002-04-071-3/+3
* MFNetBSD: uhid.c (1.42 & 1.43), ugraphire_rdesc.h (1.1)Josef Karthauser2002-04-071-3/+24
* MFNetBSD:Josef Karthauser2002-04-011-3/+4
* Use ANSI prototypes and declarations.Josef Karthauser2002-04-011-50/+13
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-111-1/+1
* Prefix structure members to protect them against clashes with eg.Alfred Perlstein2002-02-201-7/+7
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.Josef Karthauser2002-02-151-0/+3
* Sync with NetBSD:Josef Karthauser2002-01-021-1/+1
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)Josef Karthauser2002-01-021-15/+15
* KSE Milestone 2Julian Elischer2001-09-121-15/+15
* Only clear endpoint stall if status was USBD_STALLED.Nick Hibma2001-09-021-1/+2
* Don't free memory that has been freed already.Nick Hibma2001-06-301-2/+0
* 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-0/+2
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-0/+4
* Remove unneeded includes (phk)Nick Hibma2000-10-101-2/+1
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDNick Hibma2000-07-171-6/+6
* Sync with NetBSD:Nick Hibma2000-05-141-7/+70
* Change Lennart's e-mail address.Nick Hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use aNick Hibma2000-04-031-5/+5
* Fix flushing of the clists before deleting them. Stops the machineNick Hibma2000-03-021-0/+1
* More USB ethernet tweaks:Bill Paul2000-01-201-1/+1
* Correct the last parameter for clallocNick Hibma1999-11-281-2/+2
* Revoke the vnodes on detach. This avoids the crashes people have seenNick Hibma1999-11-211-10/+18
* Change the clist reservation from 0 to buffer size.Nick Hibma1999-11-181-1/+1
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-171-55/+57
* Avoid the usurping messageNick Hibma1999-11-111-1/+8
* Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().Peter Wemm1999-11-081-2/+4
* Major synchronisation with the NetBSD USB stack:Nick Hibma1999-10-071-85/+176
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* We use device_set_desc_copy, so we do not need to free the copied textNick Hibma1999-08-281-1/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-2/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-4/+19
* Enable the support for a file interface on the HID driver forNick Hibma1999-05-091-1/+22
* Add URL to HID specNick Hibma1999-05-031-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-6/+1
* 1) Make debugging more selective.Nick Hibma1999-04-111-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Textual changesNick Hibma1999-01-221-0/+1
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-141-1/+1
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)Nick Hibma1999-01-131-2/+2
* Sync with NetBSD sources. Almost there. Mostly style fixes.Nick Hibma1999-01-101-3/+2
* Major synchronisation with NetBSD USB codeNick Hibma1999-01-071-161/+68
* Added Id to all filesNick Hibma1998-12-141-0/+1
* Updated USB kernel sources to NetBSD sources of 1998-12-09.Nick Hibma1998-12-131-2/+9