1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-01-19 01:01:07 +02:00
2010-04-13 10:46:41 +08:00

14 lines
160 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2008 OpenWrt.org
START=40
DEVICE_PW="/dev/input/event0"
start() {
fnkeys $DEVICE_PW &
}
stop() {
killall fnkeys
}