diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-22 00:13:45 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-22 00:13:45 -0800 |
| commit | dcf3ce247e13fe0a982ed2ada35cdee1f0ac626a (patch) | |
| tree | f10c00fa49438adcde64cda8a4e63e754829c1e1 /init | |
| parent | 8ac3a138168f79b47356fb5aea2f6d95fc3147c6 (diff) | |
| download | system_core-dcf3ce247e13fe0a982ed2ada35cdee1f0ac626a.tar.gz system_core-dcf3ce247e13fe0a982ed2ada35cdee1f0ac626a.tar.bz2 system_core-dcf3ce247e13fe0a982ed2ada35cdee1f0ac626a.zip | |
auto import from //branches/cupcake/...@127436
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 44e263d7..0addfc9f 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 }, |
