OSDN Git Service

Revert "0-auto-detect: set correct permission for bluetooth nodes"
authorChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 26 Jul 2015 07:52:31 +0000 (15:52 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sun, 26 Jul 2015 07:52:31 +0000 (15:52 +0800)
The related code was moved to init.sh.

This reverts commit 454d76b2b125e5a55fd38d58396866e37ea923a2.

initrd/scripts/0-auto-detect

index 5b271ef..267dca4 100644 (file)
@@ -65,5 +65,4 @@ load_modules()
        done
 
        load_uvesafb
-       lsusb -v | awk ' /Class:.E0/ { printf("%s      0660   bluetooth bluetooth\n", $9) } ' >> ueventd.android_x86.rc
 }