This function is completely unused, and should not have been exposed to begin with. Neither in the base class, nor in specific implementations. The `getReport()` method ties us to a specific report datatype, both in name, and in shape. That's not something we want, we'd rather have the base class be HID-library agnostic, which it can't be with `getReport()` present. Luckily, the function is completely unused, and as such, is safe to remove without deprecation. Signed-off-by: Gergely Nagy <algernon@keyboard.io>pull/1060/head
parent
f496aaa5d5
commit
894ca338de
Loading…
Reference in new issue