Module Name: src Committed By: jakllsch Date: Fri Jan 1 23:46:04 UTC 2016
Modified Files: src/tests/lib/libusbhid: t_usbhid.c Log Message: Rework unsigned range test cases. If the USB HID 1.11 spec is interperted to the letter, there's no such thing as a unsigned Logical/Physical Minimum/Maximum. When the (signed) Minimum is greater than the (signed) Maximum, it's a possibility that the device is attempting to present unsigned report data. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libusbhid/t_usbhid.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.