summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhid.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Include fcntl.hphk2004-12-221-2/+2
* Add sys/uio.h explicitly, and move sys/vnode.h include to be moreimp2004-12-131-1/+2
* Don't use matchlvl attach arg. It seems to be not initializedtakawata2004-10-091-0/+3
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-3/+1
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Our softc has no sc_hdev, but a sc_dev. This in turn has no directle2004-06-261-18/+0
* MFNetBSD.le2004-06-261-0/+18
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-7/+7
* Update URL to HID spec.le2004-05-231-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Make it easier to run this code on RELENG_4.joe2003-10-041-2/+8
* I don't know from where the notion that device driver should orphk2003-09-281-6/+0
* Fix the cdevsw compatibility for -stable.joe2003-08-251-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* Make note that we already have these NetBSD patches.joe2003-07-141-1/+1
* MFNetBSD:joe2003-07-141-1/+4
* WARNING: white space diffjmg2003-07-041-10/+10
* Set pointers to NULL after free() to prevent multiple free().mdodd2003-06-251-0/+3
* At least pretend to handle USB_GET_REPORT_ID.mdodd2003-04-091-0/+4
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23)joe2002-04-071-2/+2
* MFNetBSD:joe2002-04-071-3/+3
* MFNetBSD: uhid.c (1.42 & 1.43), ugraphire_rdesc.h (1.1)joe2002-04-071-3/+24
* MFNetBSD:joe2002-04-011-3/+4
* Use ANSI prototypes and declarations.joe2002-04-011-50/+13
* Be more specific about when block major numbers disappeared fromjoe2002-03-111-1/+1
* Prefix structure members to protect them against clashes with eg.alfred2002-02-201-7/+7
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-151-0/+3
* Sync with NetBSD:joe2002-01-021-1/+1
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-021-15/+15
* KSE Milestone 2julian2001-09-121-15/+15
* Only clear endpoint stall if status was USBD_STALLED.n_hibma2001-09-021-1/+2
* Don't free memory that has been freed already.n_hibma2001-06-301-2/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-0/+4
* Remove unneeded includes (phk)n_hibma2000-10-101-2/+1
* Remove __P prototypes to reduce diffs between the NetBSD and FreeBSDn_hibma2000-07-171-6/+6
* Sync with NetBSD:n_hibma2000-05-141-7/+70
* Change Lennart's e-mail address.n_hibma2000-05-141-1/+1
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-031-5/+5
OpenPOWER on IntegriCloud