diff options
author | Jaikumar Ganesh <jaikumar@google.com> | 2010-12-15 11:09:32 -0800 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-12-20 12:22:53 -0800 |
commit | dab24774dc98f545046b32468d7cbc9433772ea1 (patch) | |
tree | 36e5b7533b17a4e1aa836c9690546630746715ce | |
parent | 8cc91dea16db55265e6916883779cafcb0bbaa68 (diff) | |
download | device_samsung_crespo-dab24774dc98f545046b32468d7cbc9433772ea1.zip device_samsung_crespo-dab24774dc98f545046b32468d7cbc9433772ea1.tar.gz device_samsung_crespo-dab24774dc98f545046b32468d7cbc9433772ea1.tar.bz2 |
Make bluetooth the owner of /efs/bluetooth
/efs permissions were changed. This was breaking Bluetooth.
Bug: 3287732
Change-Id: I77ff74c8921995994c73525b2eb3b5a34737f913
-rwxr-xr-x | init.herring.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.herring.rc b/init.herring.rc index 6dc2c67..7d52527 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -38,6 +38,7 @@ on fs mount ext4 /dev/block/platform/s3c-sdhci.0/by-name/userdata /data wait noatime nosuid nodev # permissions for bluetooth. + chown bluetooth bluetooth /efs/bluetooth chown bluetooth bluetooth ro.bt.bdaddr_path chown bluetooth bluetooth /dev/s3c2410_serial0 chmod 0600 /dev/s3c2410_serial0 |