commit | 3593630c89d7d3963c42262694f8aa8b4727a0ad | [log] [tgz] |
---|---|---|
author | Thomas Weißschuh <[email protected]> | Sat Aug 03 14:34:21 2024 +0200 |
committer | Benjamin Tissoires <[email protected]> | Tue Aug 27 16:18:51 2024 +0200 |
tree | 7048e0a91fb9ef1a8952af5444aae2ab007f5e0d | |
parent | 80cfb508f3fe4c7c6a567fc4aa863c9a38709cd5 [diff] |
HID: constify hid_device::dev_rdesc Once a report descriptor has been created by the HID core it is not supposed to be modified anymore. Enforce this invariant through the type system. Signed-off-by: Thomas Weißschuh <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Benjamin Tissoires <[email protected]>