diff options
author | Jiri Kosina <jkosina@suse.com> | 2024-11-18 21:53:30 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2024-11-18 21:53:30 +0100 |
commit | b14927b3300f46231938e5c04817eb3dbda7227f (patch) | |
tree | 42e02c1e00ad6dc1e359c5fefc98538abc30ecc6 /drivers/hid/Kconfig | |
parent | a737d9d62d55db4fe1a8ccf184ceb54a64f85ede (diff) | |
parent | 9372b6c4ed80f474810d562058b625309827e36e (diff) |
Merge branch 'for-6.13/kysona' into for-linus
- initial vendor-specific driver for Kysona, currently adding support for
Kysona M600 (Lode Willems)
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index f2c4f9e89cac..23394a4d0262 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -465,6 +465,15 @@ config HID_KYE - MousePen i608X tablet - EasyPen M610X tablet +config HID_KYSONA + tristate "Kysona devices" + depends on USB_HID + help + Support for Kysona mice. + + Say Y here if you have a Kysona M600 mouse + and want to be able to read its battery capacity. + config HID_UCLOGIC tristate "UC-Logic" depends on USB_HID |