A USB HID report descriptor may describe both an input and an output usage within the same report. What exactly does this mean?
Does the entire report get sent whenever the device is polled, including the (unused) output usage bits? Or is it up to the device to construct an input report without the output usage bits, despite those being described in the report descriptor?