mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 17:15:01 +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
|
||||
START=40
|
||||
|
||||
DEVICE="/dev/input/event0"
|
||||
|
||||
start() {
|
||||
fn-handle
|
||||
fn-handle $DEVICE
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
Loading…
Reference in New Issue
Block a user