Module Name: src Committed By: martin Date: Wed Jul 15 14:09:04 UTC 2020
Modified Files: src/sys/dev/hid [netbsd-9]: hid.h src/sys/dev/usb [netbsd-9]: uhid.c usbhid.h Log Message: Pull up following revision(s) (requested by riastradh in ticket #1010): sys/dev/usb/uhid.c: revision 1.112 sys/dev/usb/uhid.c: revision 1.113 sys/dev/hid/hid.h: revision 1.4 sys/dev/hid/hid.h: revision 1.5 sys/dev/usb/usbhid.h: revision 1.19 Add fido constants, and turn hid "raw" mode for fido devices. Add ioctls to get and set raw mode. Use unsigned to avoid undefined behavior. Found by kUBSan. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.4.1 src/sys/dev/hid/hid.h cvs rdiff -u -r1.108.2.1 -r1.108.2.2 src/sys/dev/usb/uhid.c cvs rdiff -u -r1.18 -r1.18.6.1 src/sys/dev/usb/usbhid.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.