Module Name: src Committed By: jakllsch Date: Thu Nov 15 23:01:46 UTC 2018
Modified Files: src/sys/dev/bluetooth: bthidev.c src/sys/dev/hid: hid.c hid.h src/sys/dev/i2c: ihidev.c src/sys/dev/usb: uhidev.c Log Message: Correctly handle signed/unsigned quantities in kernel HID parser. Should fix PR kern/53605. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/bluetooth/bthidev.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/hid/hid.c src/sys/dev/hid/hid.h cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/ihidev.c cvs rdiff -u -r1.73 -r1.74 src/sys/dev/usb/uhidev.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.