mbox series

[0/4] HID: add Kysona driver

Message ID 20241005120256.13847-1-me@lodewillems.com
Headers show
Series HID: add Kysona driver | expand

Message

Lode Willems Oct. 5, 2024, 11:57 a.m. UTC
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

Comments

Jiri Kosina Oct. 18, 2024, 10:29 a.m. UTC | #1
On Sat, 5 Oct 2024, Lode Willems wrote:

> 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

Now queued in hid.git#for-6.13/kysona.

Thanks,