mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 17:05:21 +02:00
a device-path must be passed to the fn-handle daemon
This commit is contained in:
parent
c0f0c26014
commit
c335a899d4
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user