diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-08-14 08:39:22 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-14 08:39:22 -0700 |
commit | ee0d281a3e5fe611bdda23db18fa0e5684ee43ed (patch) | |
tree | 840273635401bd1e0d11a15ef1fab2fe1ae2a9d4 /rootdir | |
parent | e8e73b01399e8d3c3fc6b94d26ef9cc49b33dda8 (diff) | |
parent | c95c15b1923611f48c44c18ad158e57b9d915fdf (diff) | |
download | system_core-ee0d281a3e5fe611bdda23db18fa0e5684ee43ed.zip system_core-ee0d281a3e5fe611bdda23db18fa0e5684ee43ed.tar.gz system_core-ee0d281a3e5fe611bdda23db18fa0e5684ee43ed.tar.bz2 |
am c95c15b1: Merge "Char device /dev/dri/card0 was not created during startup."
* commit 'c95c15b1923611f48c44c18ad158e57b9d915fdf':
Char device /dev/dri/card0 was not created during startup.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/ueventd.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index 07624c4..c1fca00 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -18,6 +18,9 @@ # gpu driver for adreno200 is globally accessible /dev/kgsl 0666 root root +# kms driver for drm based gpu +/dev/dri/* 0666 root graphics + # these should not be world writable /dev/diag 0660 radio radio /dev/diag_arm9 0660 radio radio |