summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eastham <eastham@google.com>2011-11-03 13:49:15 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-03 13:49:15 -0700
commit6eda1cca1dae0a9c57adac9164bb6ddbed4190ea (patch)
tree69bce8082cc6e03fdcbfd3cff234876f1a541b9d
parente7168e1fc4ddb202f18f09a0785dd33d2626aadc (diff)
parent5ab60c4c6749aea7b61c5eae0a2b906e64d7129e (diff)
downloaddevice_samsung_tuna-6eda1cca1dae0a9c57adac9164bb6ddbed4190ea.zip
device_samsung_tuna-6eda1cca1dae0a9c57adac9164bb6ddbed4190ea.tar.gz
device_samsung_tuna-6eda1cca1dae0a9c57adac9164bb6ddbed4190ea.tar.bz2
Merge changes Id2d21138,I50332a76,If573b760 into ics-mr0
* changes: tuna: update kernel prebuilt for MR0.1 -- DO NOT MERGE tuna: don't use setup_fs on efs partition tuna: set root hubs autosuspend delay to 0
-rwxr-xr-xinit.tuna.rc7
-rw-r--r--kernelbin3825580 -> 3835948 bytes
2 files changed, 5 insertions, 2 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index 980e964..0b0a5bb 100755
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -45,6 +45,10 @@ on boot
write /sys/devices/system/cpu/cpufreq/interactive/timer_rate 100000
write /sys/devices/system/cpu/cpufreq/interactive/min_sample_time 10000
+# autosuspend root hubs immediatly after attached devices
+ write /sys/bus/usb/devices/usb1/power/autosuspend_delay_ms 0
+ write /sys/bus/usb/devices/usb2/power/autosuspend_delay_ms 0
+
on fs
mkdir /factory 0775 radio radio
mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/system /system wait ro
@@ -142,8 +146,7 @@ service pvrsrvinit /vendor/bin/pvrsrvinit
# create filesystems if necessary
service setup_fs /system/bin/setup_fs \
/dev/block/platform/omap/omap_hsmmc.0/by-name/cache \
- /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata \
- /dev/block/platform/omap/omap_hsmmc.0/by-name/efs
+ /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata
class core
user root
group root
diff --git a/kernel b/kernel
index 45ddc8a..76741e3 100644
--- a/kernel
+++ b/kernel
Binary files differ