mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:21:53 +02:00
add Volume control to fn-handle
This commit is contained in:
parent
8cd484844b
commit
f97402f5f8
@ -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
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user