diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-22 00:16:17 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-22 00:16:17 -0800 |
| commit | 4a4c9f6f98055918f1ebff06b3cc1ed622c058fe (patch) | |
| tree | e5414ba756f454c39b1e255edea984000146000d /init | |
| parent | 1b6345894ee746905e6fa7807bfc64e5ab6834ba (diff) | |
| parent | dcf3ce247e13fe0a982ed2ada35cdee1f0ac626a (diff) | |
| download | system_core-4a4c9f6f98055918f1ebff06b3cc1ed622c058fe.tar.gz system_core-4a4c9f6f98055918f1ebff06b3cc1ed622c058fe.tar.bz2 system_core-4a4c9f6f98055918f1ebff06b3cc1ed622c058fe.zip | |
Merge branch 'cupcake'
Diffstat (limited to 'init')
| -rw-r--r-- | init/devices.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/devices.c b/init/devices.c index b58ff1e6..efe3ad03 100644 --- a/init/devices.c +++ b/init/devices.c @@ -98,7 +98,6 @@ static struct perms_ devperms[] = { /* these should not be world writable */ { "/dev/android_adb", 0660, AID_ADB, AID_ADB, 0 }, { "/dev/android_adb_enable", 0660, AID_ADB, AID_ADB, 0 }, - /* TODO: remove legacy ttyMSM0 */ { "/dev/ttyMSM0", 0600, AID_BLUETOOTH, AID_BLUETOOTH, 0 }, { "/dev/ttyHS0", 0600, AID_BLUETOOTH, AID_BLUETOOTH, 0 }, { "/dev/uinput", 0600, AID_BLUETOOTH, AID_BLUETOOTH, 0 }, |
