1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 22:25:21 +02:00

a device-path must be passed to the fn-handle daemon

This commit is contained in:
Mirko Vogt 2009-12-22 20:12:18 +01:00
parent c0f0c26014
commit c335a899d4

View File

@ -2,8 +2,10 @@
# Copyright (C) 2008 OpenWrt.org # Copyright (C) 2008 OpenWrt.org
START=40 START=40
DEVICE="/dev/input/event0"
start() { start() {
fn-handle fn-handle $DEVICE
} }
stop() { stop() {