summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhidev.h
AgeCommit message (Expand)Author
2022-03-28uhidev(9): Define UHIDEV_MAXREPID = 255.riastradh
2022-03-28uhidev(9): Make uhidev state opaque.riastradh
2022-03-28uhidev(9): Make uhidev_stop work reliably.riastradh
2022-03-28uhidev(9): Move struct uhidev_softc into uhidev.c.riastradh
2022-03-28uhidev(9): New uhidev_write_async.riastradh
2022-03-28uhidev(9): Partially fix uhidev_write aborting.riastradh
2020-11-29usb: Overhaul uhid(4) and uhidev(4) locking.riastradh
2019-03-23use sc_lock not sc_access_lock to check UHIDEV_OPEN.mrg
2016-04-23Merge nick-nhusbskrll
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-03-07properly protect uhid's sc_q member with sc_lock. should fix PR#49728.mrg
2015-02-08Add Xbox One controller support. Report descriptor from https://github.com/ll...jmcneill
2014-06-17PR/48908: Cannot open /dev/uhid? when another report id at the same uhidevskrll
2013-09-26Remove usbd_do_request_async. It's callback was calling usbd_free_xferskrll
2012-06-10merge the jmcneill-usbmp branch. many thanks to jared for themrg
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2008-05-26Fix a dereference if a softc pointer which can legally be zero, leadingdrochner
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2005-11-23Normally a ugen device only attaches if no other driver wants the device.augustss
2005-05-08Add support for optional interrupt output pipes as described in theskrll
2004-09-13a round of autoconf cleanup:drochner
2002-10-08Add support for uhidev children (eg, ums, ukbd) as rnd entropydan
2001-12-29Be more paranoid about input sizes.augustss
2001-12-28Introduce an extra driver level for HID devices, uhidev. This uhidev driveraugustss