From 1b12f7d830cd0474d2305f3348c9259b1c20fbf2 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Thu, 26 Feb 2015 11:13:42 +0100 Subject: Add PCC calibration interface * This will be used by the new LiveDisplay feature. Change-Id: I1c7e8547d5305a8c8031e972d1513fa8906908e7 Signed-off-by: Chirayu Desai --- BoardConfigCommon.mk | 2 +- rootdir/init.qcom.rc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 059f5b0..9cfd991 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -46,7 +46,7 @@ BOARD_CAMERA_HAVE_ISO := true USE_DEVICE_SPECIFIC_CAMERA := true # CM Hardware -BOARD_HARDWARE_CLASS := device/sony/shinano-common/cmhw +BOARD_HARDWARE_CLASS += device/sony/shinano-common/cmhw # Dumpstate BOARD_LIB_DUMPSTATE := libdumpstate.sony diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index d120e3d..c97ed42 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -261,6 +261,9 @@ on boot # Symlink for compability symlink /dev/pn547 /dev/pn544 + chown system system /sys/devices/virtual/graphics/fb0/rgb + chmod 0660 /sys/devices/virtual/graphics/fb0/rgb + on post-fs # MHL driver. To support MHL power off charge, # the insmod must be done before chargemon. -- cgit v1.2.3