From f7b078c385c130c4463f088b429a75f6959d70fb Mon Sep 17 00:00:00 2001 From: PaulK Date: Mon, 23 Apr 2012 21:52:43 +0200 Subject: Added init.gta04.rc with instructions to enable USB Mass Storage Signed-off-by: PaulK --- gta04.mk | 1 + init.gta04.rc | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 init.gta04.rc diff --git a/gta04.mk b/gta04.mk index 2544b21..0cb4bef 100644 --- a/gta04.mk +++ b/gta04.mk @@ -14,6 +14,7 @@ # Hardware PRODUCT_COPY_FILES := \ + device/goldelico/gta04/init.gta04.rc:root/init.gta04.rc \ device/goldelico/gta04/vold.fstab:system/etc/vold.fstab \ device/goldelico/gta04/twl4030_pwrbutton.kl:system/usr/keylayout/twl4030_pwrbutton.kl \ device/goldelico/gta04/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl diff --git a/init.gta04.rc b/init.gta04.rc new file mode 100644 index 0000000..2171955 --- /dev/null +++ b/init.gta04.rc @@ -0,0 +1,2 @@ +on boot + write /sys/class/usb_composite/usb_mass_storage/enable 1 -- cgit v1.2.3