summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uhid.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-755/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Don't include <sys/tty.h> in non-TTY drivers.ed2008-07-241-1/+2
* Latest round of usb cleanups:imp2007-06-211-1/+0
* s/logprintf/printf/gimp2007-06-201-2/+2
* Finish removal of usb_port.h macros.imp2007-06-181-15/+41
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Remove more __OtherBSD__ ifdefs that don't make sense, and haven't forimp2007-06-131-56/+0
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-3/+6
* Eliminate usb_thread_t.imp2007-06-121-6/+6
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-121-4/+4
* clalloc and clfree are useles. Remove them. Remove dead code that'simp2007-06-121-6/+2
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-4/+4
* Remove devinfo junk.imp2007-06-091-3/+1
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-7/+0
* Remove compat ifdefs for FreeBSD versions < 500014, makes the codebrueffer2007-05-121-6/+0
* More removing compatibility macros.imp2006-09-071-4/+4
* s/Static/static/gimp2006-09-061-6/+6
* When attaching an Xbox 360 gamepad a computer, the LED on the gamepadnetchild2006-06-181-0/+6
* Add support for the Wacom Graphire 3 4x5. Like the Graphire 3, it has amux2005-12-311-6/+20
* Add support for Xbox 360 gamepads. They are HID-capable devices, butmux2005-12-311-4/+23
* Add a hid blacklist quirk.flz2005-12-271-0/+5
* 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
OpenPOWER on IntegriCloud