norberttak / XPanel

XPlane 11/12 plugin to handle home cockpit panels
GNU General Public License v3.0
8 stars 3 forks source link

HID send feature report: set report id to 0 #98

Closed norberttak closed 5 months ago

norberttak commented 5 months ago

According to #90 the first byte (index 0) of the feature report shall be set to 0. If it is 0 Linux kernel truncates it by 1 byte.

closes #90