Volume control is working.
This commit is contained in:
parent
3011a3a382
commit
ccee297e86
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
DEVICE_VOLUMECTL=true
|
||||
DEVICE_AUDIO_MIXER="PCM"
|
||||
DEVICE_VOLUME_DEV="/dev/event4"
|
||||
DEVICE_VOLUME_DEV="/dev/input/event4"
|
||||
|
||||
### Do all of this better
|
||||
DEVICE_CONTROLLER_DEV="/dev/event4"
|
||||
DEVICE_VOL_MODIFIER="BTN_SELECT"
|
||||
DEVICE_CONTROLLER_DEV="/dev/input/event14"
|
||||
|
||||
|
||||
DEVICE_BRIGHTNESS="100"
|
||||
|
|
Loading…
Reference in a new issue