From 5474f86ed38a1e3531edc01b2308124044610f78 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Mon, 3 Oct 2011 14:24:36 +0100 Subject: [PATCH] leo: fix GPS NMEA permission issues --- init.htcleo.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.htcleo.rc b/init.htcleo.rc index 33386b0..4c39308 100644 --- a/init.htcleo.rc +++ b/init.htcleo.rc @@ -95,6 +95,10 @@ on boot chmod 666 /dev/msm_hw3dm chmod 666 /dev/msm_hw3dc + # Fix permissions for GPS NMEA + chown system system /dev/smd27 + chmod 777 /dev/smd27 + # Power Management write /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate 40000