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

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40765 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Hauke Mehrtens
2014-05-14 10:22:48 +00:00
parent 33921f5997
commit 656ddaba7b

View File

@@ -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:= \