mbox series

[v2,0/2] HID: glorious: fix Glorious Model I HID report and rename vendor ID

Message ID 20231106235557.8741-1-braye@fastmail.com (mailing list archive)
Headers show
Series HID: glorious: fix Glorious Model I HID report and rename vendor ID | expand

Message

Brett Raye Nov. 6, 2023, 11:55 p.m. UTC
The Glorious Model I mouse presents a faulty HID report descriptor which
prevents some of its reprogrammable buttons from working. This patch
series performs a fixup on the faulty descriptor, and renames a vendor ID
for consistency and clarity.

Changes in v2:
- Split vendor ID rename into its own patch.
- Link to v1: https://lore.kernel.org/linux-input/20231103011038.27462-1-braye@fastmail.com/

Brett Raye (2):
  HID: glorious: fix Glorious Model I HID report
  HID: glorious: rename USB_VENDOR_ID_GLORIOUS

 drivers/hid/hid-glorious.c | 16 ++++++++++++++--
 drivers/hid/hid-ids.h      | 11 +++++++----
 2 files changed, 21 insertions(+), 6 deletions(-)


base-commit: bab19d1b21547046b0a38dde948086f6cbcaefaa

Comments

Rahul Rameshbabu Nov. 7, 2023, 1:39 a.m. UTC | #1
On Mon, 06 Nov, 2023 15:55:55 -0800 "Brett Raye" <braye@fastmail.com> wrote:
> The Glorious Model I mouse presents a faulty HID report descriptor which
> prevents some of its reprogrammable buttons from working. This patch
> series performs a fixup on the faulty descriptor, and renames a vendor ID
> for consistency and clarity.

Thanks for the patches.

Reviewed-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>