Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Bug 818506: Enable home button on Linaro-based PandaBoards #16

Merged
merged 1 commit into from Dec 13, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion init.omap4pandaboard.rc
Expand Up @@ -18,6 +18,8 @@ on post-fs-data
on boot
mount debugfs /sys/kernel/debug /sys/kernel/debug
chmod 0666 /dev/pvrsrvkm
# enable home button on PandaBoard ES with Linaro
write /sys/kernel/debug/omap_mux/abe_mcbsp2_fsx 0x011b

service mklinks /sbin/mklinks
disabled
Expand All @@ -38,7 +40,6 @@ on fs
chmod 0600 /dev/ttyO1
chown bluetooth bluetooth /dev/ttyO1


# take a wakelock on boot until PM is working
write /sys/power/wake_lock hack

Expand Down