Re: [PATCH] Support for side buttons of Xiaomi Mi Dual Mode Wireless Mouse Silent Edition

From: Randy Dunlap
Date: Thu Sep 16 2021 - 16:00:15 EST


Hi,

On 9/16/21 12:54 PM, Ilya Skriblovsky wrote:
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 76937f716fbe..d09abc63290e 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -467,6 +467,13 @@ config HID_VIEWSONIC
help
Support for ViewSonic/Signotec PD1011 signature pad.
+config HID_XIAOMI:

No ending ':' above.

+ tristate "Xiaomi"
+ depends on HID
+ help
+ Adds support for side buttons of Xiaomi Mi Dual Mode Wireless
+ Mouse Silent Edition

End the description with a '.', please.

And the 2 lines of help text should be indented with an extra 2
spaces (although some parts of this Kconfig file are not done
like that and other parts are).

+

thanks.
--
~Randy