Re: [PATCH v6 2/2] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver
From: Greg KH
Date: Sun Feb 22 2026 - 21:39:16 EST
On Sun, Feb 22, 2026 at 09:56:51PM +0000, Rahul Rameshbabu wrote:
> MAINTAINERS | 6 +++
> drivers/hid/hid-glorious.c | 2 +
> drivers/hid/hid_glorious_rust.rs | 60 +++++++++++++++++++++++++++
> drivers/hid/rust/Kconfig | 16 +++++++
> drivers/hid/rust/Makefile | 6 +++
> drivers/hid/rust/hid_glorious_rust.rs | 60 +++++++++++++++++++++++++++
> 6 files changed, 150 insertions(+)
> create mode 100644 drivers/hid/hid_glorious_rust.rs
> create mode 100644 drivers/hid/rust/Makefile
> create mode 100644 drivers/hid/rust/hid_glorious_rust.rs
You seem to have the same file in here in two different locations :(