aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhid.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:Christian Brueffer2007-06-171-7/+0
* MFC:Christian Brueffer2007-05-211-6/+0
* MFC ugraphire_rdesc.h r1.3, uhid.c r1.80, usbdevs r1.245:Maxime Henrion2006-01-201-5/+18
* MFC uhid.c r1.79, usb.h r1.40, uxb360gp_rdesc.h r1.1:Maxime Henrion2006-01-201-3/+23
* MFC:Florent Thoumie2006-01-051-0/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Include fcntl.hPoul-Henning Kamp2004-12-221-2/+2
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreWarner Losh2004-12-131-1/+2
* Don't use matchlvl attach arg. It seems to be not initializedTakanori Watanabe2004-10-091-0/+3
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-3/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* Our softc has no sc_hdev, but a sc_dev. This in turn has no directLukas Ertl2004-06-261-18/+0
* MFNetBSD.Lukas Ertl2004-06-261-0/+18
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-7/+7
* Update URL to HID spec.Lukas Ertl2004-05-231-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-041-2/+8
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-281-6/+0
* Fix the cdevsw compatibility for -stable.Josef Karthauser2003-08-251-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Make note that we already have these NetBSD patches.Josef Karthauser2003-07-141-1/+1
* MFNetBSD:Josef Karthauser2003-07-141-1/+4
* WARNING: white space diffJohn-Mark Gurney2003-07-041-10/+10
* Set pointers to NULL after free() to prevent multiple free().Matthew N. Dodd2003-06-251-0/+3
* At least pretend to handle USB_GET_REPORT_ID.Matthew N. Dodd2003-04-091-0/+4
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* 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