diff options
author | Steve Kondik <steve@cyngn.com> | 2015-02-26 11:13:42 +0100 |
---|---|---|
committer | Chirayu Desai <chirayudesai1@gmail.com> | 2015-03-06 20:27:04 +0530 |
commit | 1b12f7d830cd0474d2305f3348c9259b1c20fbf2 (patch) | |
tree | 345293eabebedbd3d3a8bfa3bb2b955a5dd42350 | |
parent | eb1a3c88d81ee51e2f44cac57456148e855e1841 (diff) |
Add PCC calibration interface
* This will be used by the new LiveDisplay feature.
Change-Id: I1c7e8547d5305a8c8031e972d1513fa8906908e7
Signed-off-by: Chirayu Desai <chirayudesai1@gmail.com>
-rw-r--r-- | BoardConfigCommon.mk | 2 | ||||
-rw-r--r-- | rootdir/init.qcom.rc | 3 |
2 files changed, 4 insertions, 1 deletions
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. |