aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnamalai Lakshmanan <annamalai.lakshmanan@linaro.org>2012-05-18 15:08:49 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2012-05-21 16:16:28 +0000
commit29504025fe81afc82480584ac2639b09f29f4871 (patch)
tree9ef740e538cbe7f03b39537f7c06f1a96e20469f
parent12e9704ddcb3e85ab1ee85ed04d65dc88861852f (diff)
origen: added HDMI blitting support for hangoutlinaro_android_connectQ2.12
Change-Id: I0d27827833bac3e53518e02f6732a84362532534 Signed-off-by: Annamalai Lakshmanan <annamalai.lakshmanan@linaro.org>
-rw-r--r--BoardConfig.mk1
-rw-r--r--init.origen.rc4
-rw-r--r--ueventd.origen.rc13
3 files changed, 16 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 49071df..44e1d0d 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -53,3 +53,4 @@ TARGET_EXTRA_CFLAGS += $(call cc-option,-mtune=cortex-a9,$(call cc-option,-mtune
# ARMs gator (DS-5)
TARGET_USE_GATOR := true
+BOARD_HAVE_HDMI_SUPPORT := SAMSUNG_HDMI_SUPPORT
diff --git a/init.origen.rc b/init.origen.rc
index d27ae18..c6a481a 100644
--- a/init.origen.rc
+++ b/init.origen.rc
@@ -47,6 +47,10 @@ on boot
chown system system /dev/video1
chown system system /dev/video2
chown system system /dev/video3
+ chmod 0666 /dev/video1
+ chmod 0666 /dev/video2
+ chmod 0666 /dev/video3
+
# change permissions for Tiler driver
chown media media /dev/tiler
chmod 0660 /dev/tiler
diff --git a/ueventd.origen.rc b/ueventd.origen.rc
index 0146992..341ad2b 100644
--- a/ueventd.origen.rc
+++ b/ueventd.origen.rc
@@ -1,4 +1,13 @@
- /dev/mali 0666 system system
- /dev/ump 0666 system graphics
+ /dev/mali 0666 root root
+ /dev/ump 0666 root root
/dev/video3 0666 system system
+ /dev/s3c-mfc 0666 root root
+ /dev/video14 0666 root root
+ /dev/video21 0666 root root
+ /dev/i2c-6 0666 root root
+ /dev/CEC 0666 root root
+ /dev/HPD 0666 root root
+ /dev/s5p-rp 0666 root root
+ /dev/s5p-rp_ctrl 0666 root root
+ /dev/graphics/* 0666 root root