diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2012-12-03 21:04:03 -0800 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.cyanogenmod.com> | 2012-12-03 21:04:03 -0800 |
commit | 556a53598e4c214c67bd88b8aeb4c786cde2f421 (patch) | |
tree | 5563af31c26bb006dbf219328f340a69dc8c0ab4 | |
parent | 973931f9532e00e669a68e96c50c9b0647701a29 (diff) | |
parent | d1803021a7f80fe112e8ecd559806ad0d13cc55d (diff) | |
download | device_samsung_galaxys2-common-556a53598e4c214c67bd88b8aeb4c786cde2f421.zip device_samsung_galaxys2-common-556a53598e4c214c67bd88b8aeb4c786cde2f421.tar.gz device_samsung_galaxys2-common-556a53598e4c214c67bd88b8aeb4c786cde2f421.tar.bz2 |
Merge "galaxys2-common: fix group on video nodes" into mr1-staging
-rw-r--r-- | ueventd.smdk4210.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ueventd.smdk4210.rc b/ueventd.smdk4210.rc index 48e1252..d5ff107 100644 --- a/ueventd.smdk4210.rc +++ b/ueventd.smdk4210.rc @@ -5,11 +5,11 @@ /dev/s3c-mem 0666 system system /dev/s3c-mfc 0666 system graphics /dev/s5p-mfc 0666 system graphics -/dev/video0 0666 system m2m +/dev/video0 0666 system system /dev/video1 0666 system camera -/dev/video2 0666 system m2m -/dev/video3 0666 system m2m -/dev/video4 0666 system m2m +/dev/video2 0666 system system +/dev/video3 0666 system system +/dev/video4 0666 system system /dev/s5p-jpeg 0666 system camera /dev/video14 0666 system system /dev/video21 0666 system system |