Skip to content

Commit

Permalink
clean up and add Speaker volume setting for x61t
Browse files Browse the repository at this point in the history
  • Loading branch information
seidler2547 committed Mar 2, 2012
1 parent abc1ea4 commit 21262a3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions init.thinkpad_x41t.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,27 @@ on boot

service wacom-input /system/bin/wacom-input
disabled
oneshot

service tablet-mode /system/bin/tablet-mode
disabled
oneshot

on property:sys.boot_completed=1
start tablet-mode

service amixer-pcm /system/bin/alsa_amixer set PCM 100 on
disabled
oneshot

service amixer-speaker /system/bin/alsa_amixer set Speaker 100 on
disabled
oneshot

on property:dev.bootcomplete=1
start wacom-input
# start tablet-mode
start amixer-pcm
start amixer-speaker

chmod 660 /sys/class/rfkill/rfkill0/state
chown system bluetooth /sys/class/rfkill/rfkill0/state

on property:sys.boot_completed=1
start tablet-mode

0 comments on commit 21262a3

Please sign in to comment.