[PATCH 0/4] HID: add Kysona driver

From: Lode Willems
Date: Sat Oct 05 2024 - 08:03:57 EST


This patchset adds a driver for the Kysona M600 mouse
with support for battery reporting.

Tested with a Kysona M600 V-HUB Special Edition

Lode Willems (4):
HID: Add IDs for Kysona
HID: Kysona: Add basic battery reporting for Kysona M600
HID: Kysona: check battery status every 5s using a workqueue
HID: Kysona: add basic online status

drivers/hid/Kconfig | 9 ++
drivers/hid/Makefile | 1 +
drivers/hid/hid-ids.h | 4 +
drivers/hid/hid-kysona.c | 248 +++++++++++++++++++++++++++++++++++++++
4 files changed, 262 insertions(+)
create mode 100644 drivers/hid/hid-kysona.c

--
2.46.1