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