[package] add button-hotplug driver, will be usable to check status of buttons connec...
authorGabor Juhos <juhosg@openwrt.org>
Sat, 7 Jun 2008 18:25:32 +0000 (18:25 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 7 Jun 2008 18:25:32 +0000 (18:25 +0000)
commit87e2cd94ad0599b6c1f450fb2c74014c5c33b0f9
tree481dae44eb4800575939dfbb4af4c374cf3bed4d
parentfce0151791e7408fae12863bde4c23b227838b42
[package] add button-hotplug driver, will be usable to check status of buttons connected to GPIO lines

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11401 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/button-hotplug/Makefile [new file with mode: 0644]
package/button-hotplug/src/Kconfig [new file with mode: 0644]
package/button-hotplug/src/Makefile [new file with mode: 0644]
package/button-hotplug/src/button-hotplug.c [new file with mode: 0644]