[PATCH 0/4] HID: add Kysona driver

Lode Willems posted 4 patches 1 month, 3 weeks ago
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
[PATCH 0/4] HID: add Kysona driver
Posted by Lode Willems 1 month, 3 weeks ago
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
Re: [PATCH 0/4] HID: add Kysona driver
Posted by Jiri Kosina 1 month, 1 week ago
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,

-- 
Jiri Kosina
SUSE Labs