commit | 600217c52f95d8c9fd0e65ec489fb7e7d26aafdc | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Mon Jul 22 10:13:22 2024 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Aug 01 09:11:17 2024 +0100 |
tree | 4d8400409aed39d4b13998c2f28bd3e109d7a896 | |
parent | a564bee106e0c20c946c83ba40fa8060a250e257 [diff] |
usb: device_next: hid: move few pointer to a config struct Some of the fields currently in hid_device_data are constant. Move them to a const config struct to save some RAM and drop the rest of the data static initializers to runtime to save some flash as well. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>