diff options
author | Doug Zongker <dougz@android.com> | 2012-03-19 23:52:03 +0100 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2012-03-20 00:24:28 +0100 |
commit | 703ed152147d90a549a2fee7cda5771703e502a0 (patch) | |
tree | 453e0f55b5ee042862fc63e1bae86600c2754787 /etc | |
parent | remove retouching code from updater (diff) | |
download | android_bootable_recovery-703ed152147d90a549a2fee7cda5771703e502a0.tar android_bootable_recovery-703ed152147d90a549a2fee7cda5771703e502a0.tar.gz android_bootable_recovery-703ed152147d90a549a2fee7cda5771703e502a0.tar.bz2 android_bootable_recovery-703ed152147d90a549a2fee7cda5771703e502a0.tar.lz android_bootable_recovery-703ed152147d90a549a2fee7cda5771703e502a0.tar.xz android_bootable_recovery-703ed152147d90a549a2fee7cda5771703e502a0.tar.zst android_bootable_recovery-703ed152147d90a549a2fee7cda5771703e502a0.zip |
Diffstat (limited to '')
-rw-r--r-- | etc/init.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/init.rc b/etc/init.rc index c001a964f..89a161e70 100644 --- a/etc/init.rc +++ b/etc/init.rc @@ -15,6 +15,9 @@ on init mkdir /cache mount /tmp /tmp tmpfs + chown root shell /tmp + chmod 0775 /tmp + write /sys/class/android_usb/android0/enable 0 write /sys/class/android_usb/android0/idVendor 18D1 write /sys/class/android_usb/android0/idProduct D001 |