ofollow'/>
summaryrefslogtreecommitdiff
path: root/sys/dev/usb/hid.c
AgeCommit message (Expand)Author
2017-12-10Factor out bus-independant HID code so that it can be shared by USB, bluetoothbouyer
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2016-10-15printf -> aprint_normal.nat
2016-04-27Pull in opt_usb.h in _KERNEL_OPT case for various *_DEBUG options.jakllsch
2016-04-23Merge nick-nhusbskrll
2016-01-23Convert unsigned char to wider type before left shift.riastradh
2016-01-10Fix hid_get_data() and hid_get_udata() for 32-bit report data on LP32.jakllsch
2016-01-09avoid potential NULL deref in failure casejakllsch
2016-01-07Don't crash when the device's HID Report Descriptor Pops from an empty stack.jakllsch
2016-01-02Fix dval signdedness confusion, as was recently done in libusbhid.jakllsch
2016-01-02Do what libusbhid() does for Usage value of non-Variable Main items,jakllsch
2016-01-02Fix hid_get_data() and hid_get_udata() for 32-bit quantities on LP64.jakllsch
2015-02-08From FreeBSD via OpenBSD:jmcneill
2012-02-24remove any remnants of freebsd/openbsd code.mrg
2011-12-23Revert previous due to active usbmp branch(es).jakllsch
2011-12-22Adjust-away inconsistent and trailing whitespace.jakllsch
2011-05-24Kill self-assignmentjoerg
2010-11-03Stop using the compatibility macros USB_ATTACH(), USB_DETACH(),dyoung
2010-05-14update DPRINTF to reflect actual function nameplunky
2010-05-12hid_get_data() does not work if the size of data is less thanplunky
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-09-08fix misleading commentplunky
2006-07-26Bluetooth fixes by Iain Hibbert:tron
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
2006-04-14Use c instead of s->cur.christos