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