mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 06:43:45 +02:00
remove VOLUME keys control the volume in console
This commit is contained in:
parent
83335f8c45
commit
f53c2e8159
@ -3,11 +3,9 @@
|
|||||||
START=40
|
START=40
|
||||||
|
|
||||||
DEVICE_PW="/dev/input/event0"
|
DEVICE_PW="/dev/input/event0"
|
||||||
DEVICE_KB="/dev/input/event1"
|
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
fnkeys $DEVICE_PW &
|
fnkeys $DEVICE_PW &
|
||||||
fnkeys $DEVICE_KB &
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
Loading…
Reference in New Issue
Block a user