Browse Source

gpio-button-hotplug: fix (and extend) package description

Signed-off-by: Rafał Miłecki <[email protected]>

SVN-Revision: 40765
Hauke Mehrtens 11 years ago
parent
commit
a5ced8b408
1 changed files with 8 additions and 2 deletions
  1. 8 2
      package/kernel/gpio-button-hotplug/Makefile

+ 8 - 2
package/kernel/gpio-button-hotplug/Makefile

@@ -22,8 +22,14 @@ define KernelPackage/gpio-button-hotplug
   KCONFIG:=
 endef
 
-define KernelPackage/button-hotplug/description
-  Kernel module to generate GPIO button hotplug events
+define KernelPackage/gpio-button-hotplug/description
+ This is a replacement for the following in-kernel drivers:
+ 1) gpio_keys (KEYBOARD_GPIO)
+ 2) gpio_keys_polled (KEYBOARD_GPIO_POLLED)
+
+ Instead of generating input events (like in-kernel drivers do) it generates
+ uevent-s and broadcasts them. This allows disabling input subsystem which is
+ an overkill for OpenWrt simple needs.
 endef
 
 MAKE_OPTS:= \