[PATCH v3 RESEND 0/3] Initial work for Rust abstraction for HID device driver development

From: Rahul Rameshbabu
Date: Fri Aug 08 2025 - 02:13:45 EST


Hello again,

Resending my patches for review.

https://lore.kernel.org/rust-for-linux/20250721020211.196394-2-sergeantsagara@xxxxxxxxxxxxxx/

I incorporated Danilo's and Miguel's feedback from my v2. Additionally, I
noticed I had basic formatting issues when running scripts/checkpatch.pl.
I made sure to check the generated rustdocs and that the Rust examples
compile as part of the kunit infrastructure. I dropped the kref bindings
as they are no longer needed for this series.

Link: https://lore.kernel.org/rust-for-linux/20250721020211.196394-2-sergeantsagara@xxxxxxxxxxxxxx/
Link: https://lore.kernel.org/rust-for-linux/20250713211012.101476-4-sergeantsagara@xxxxxxxxxxxxxx/
Link: https://lore.kernel.org/rust-for-linux/20250629045031.92358-2-sergeantsagara@xxxxxxxxxxxxxx/
Link: https://lore.kernel.org/rust-for-linux/20250313160220.6410-2-sergeantsagara@xxxxxxxxxxxxxx/
Link: https://binary-eater.github.io/tags/usb-monitor-control/

Rahul Rameshbabu (3):
HID: core: Change hid_driver to use a const char* for name
rust: core abstractions for HID drivers
rust: hid: Glorious PC Gaming Race Model O and O- mice reference
driver

MAINTAINERS | 16 +
drivers/hid/Kconfig | 16 +
drivers/hid/Makefile | 1 +
drivers/hid/hid-glorious.c | 2 +
drivers/hid/hid_glorious_rust.rs | 60 ++++
include/linux/hid.h | 2 +-
rust/bindings/bindings_helper.h | 3 +
rust/kernel/hid.rs | 503 +++++++++++++++++++++++++++++++
rust/kernel/lib.rs | 2 +
9 files changed, 604 insertions(+), 1 deletion(-)
create mode 100644 drivers/hid/hid_glorious_rust.rs
create mode 100644 rust/kernel/hid.rs


base-commit: 1523590203786bf4e1d29b7d08a7100c783f20ba
--
2.47.2