Merge "For Bug #897176SD card not accessible(checked via Gallery app)" into linaro_android_4.0.3
diff --git a/MLO b/MLO
deleted file mode 100644
index f8b99fc..0000000
--- a/MLO
+++ /dev/null
Binary files differ
diff --git a/device.mk b/device.mk
index fd8085d..8b263d9 100644
--- a/device.mk
+++ b/device.mk
@@ -23,7 +23,8 @@
PRODUCT_PACKAGES := \
make_ext4fs \
- com.android.future.usb.accessory
+ com.android.future.usb.accessory \
+ sensors.snowball
PRODUCT_PROPERTY_OVERRIDES := \
hwui.render_dirty_regions=false
diff --git a/init.rc b/init.rc
index f7fdf27..d35d2d1 100644
--- a/init.rc
+++ b/init.rc
@@ -313,6 +313,9 @@
chown system system /sys/kernel/ipv4/tcp_rmem_max
chown root radio /proc/cmdline
+# Load gator module
+ insmod /system/modules/gator.ko
+
# Define TCP buffer sizes for various networks
# ReadMin, ReadInitial, ReadMax, WriteMin, WriteInitial, WriteMax,
setprop net.tcp.buffersize.default 4096,87380,110208,4096,16384,110208
@@ -589,3 +592,8 @@
socket dumpstate stream 0660 shell log
disabled
oneshot
+
+# userspace daemon needed for gator
+service gatord /system/bin/gatord
+ class main
+ user root
diff --git a/init.st-ericssonsnowballplatform.rc b/init.st-ericssonsnowballplatform.rc
index 796a646..0bf5674 100644
--- a/init.st-ericssonsnowballplatform.rc
+++ b/init.st-ericssonsnowballplatform.rc
@@ -98,8 +98,6 @@
chown system system /sys/class/graphics/fb1/overlays
chmod 0666 /dev/pvrsrvkm
- insmod /system/modules/gator.ko
-
# Initialize the SGX driver
#service pvrsrvinit /system/bin/pvrsrvinit
# user root
@@ -109,9 +107,3 @@
user bluetooth
group bluetooth
oneshot
-
-#userspace daemon needed for gator
-service gatord /system/bin/gatord
- class main
- user root
-