1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-30 00:57:16 +03:00

add Volume control to fn-handle

This commit is contained in:
Xiangfu Liu 2010-03-19 21:11:56 +08:00
parent 8cd484844b
commit f97402f5f8
2 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=fn-handle
PKG_VERSION:=20100316
PKG_REV:=748269bdcfd0cea82ff9e3a79f60a0c3bb3bd35b
PKG_REV:=acacde7b404a544d214f4ee01231bf0193a7155d
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

View File

@ -2,10 +2,12 @@
# Copyright (C) 2008 OpenWrt.org
START=40
DEVICE="/dev/input/event0"
DEVICE_PW="/dev/input/event0"
DEVICE_KB="/dev/input/event1"
start() {
fnkeys $DEVICE &
fnkeys $DEVICE_PW &
fnkeys $DEVICE_KB &
}
stop() {