Files
linux-stable-mirror/include/linux
Rahul Rameshbabu d1dd75c650 HID: core: Change hid_driver to use a const char* for name
name is never mutated by the core HID stack. Making name a const char*
simplifies passing the string from Rust to C. Otherwise, it becomes
difficult to pass a 'static lifetime CStr from Rust to a char*, rather than
a const char*, due to lack of guarantee that the underlying data of the
CStr will not be mutated by the C code.

Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
2025-09-17 11:48:01 +02:00
..
2025-07-31 18:23:53 -07:00
2025-08-02 12:06:10 -07:00
2025-07-31 16:11:43 -05:00
2025-08-02 12:01:37 -07:00