DBuergin
Results
1
comments of
DBuergin
Changing the following two lines fixes the round-trip problem, but probably breaks reconstruction of the HID descriptor: [EncodedItem.cs : L160](https://github.com/IntergatedCircuits/HidSharp/blob/b0eca5d11f733a4dc7ee273cc008fc5a7704c1e7/HidSharp/Reports/Encodings/EncodedItem.cs#L160) change { DataValue = (uint)(sbyte)value; if (value < 0) {...