summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhid.c
AgeCommit message (Expand)Author
2009-12-06Simplify device-activation hooks.dyoung
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-03-01Welcome to 4.99.55:rmind
2008-02-12add NULL power handler, so that this device doesn't block suspensiondrochner
2007-12-05Do not "return 1" from kqfilter for errors. That value is passedpooka
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-26The manpage promises not to touch the device on USB_GET_DEVICEINFO.drochner
2007-02-09Merge newlock2 to head.ad
2006-12-03Restore compatibility of USB_DEVICEINFO ioctl and reads from /dev/usb withpavel
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03- add missing initializerchristos
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-11-28Add a new match level, UMATCH_HIGHEST.augustss
2005-11-23Make this compile if UHID_DEBUG is not defined.tron
2005-11-23Normally a ugen device only attaches if no other driver wants the device.augustss
2005-06-21PR-30566: Poll must not return <sys/errno.h> values.ws
2005-03-02Copyright maintenance.mycroft
2004-06-23Yes, some devices return incorrect lengths in their string descriptors. Rathermycroft
2004-05-08add support for USB_GET_DEVICEINFO and USB_GET_STRING_DESC ioctls,jdolecek
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-03-11Update URLs for the HID spec.augustss
2002-11-26si_ -> sel_christos
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-11Get rid of trailing white space.augustss
2002-03-17Whitespace fixes.augustss
2002-02-20Prefix structure members to protect them against clashes with eg. c++ keywords.christos
2002-01-02Some more usb_proc_ptr changes.augustss
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-12-28Introduce an extra driver level for HID devices, uhidev. This uhidev driveraugustss
2001-11-13add RCSIDslukem
2001-10-26s/usbd_alloc_report_desc/usbd_read_report_desc/augustss
2001-09-15correct debug messages.yamt
2001-08-15If there was a vendor+product locator match return a higher match value.augustss
2000-12-29Supply our own report descriptor (from Nick Hibma) for the Wacom Graphire.augustss
2000-12-29Update many URLs.augustss
2000-10-10Don't free unallocated pointer in detach (can happen if detach happensaugustss
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-04-14Support for SIGIO.augustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-03-19Add ioctl USB_SET_REPORT for uhid. This will allow manipulating theaugustss
2000-02-29Distinguish between device and interface classes.augustss