diff options
-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. |