diff --git a/rk3568/hdf_config/khdf/device_info/device_info.hcs b/rk3568/hdf_config/khdf/device_info/device_info.hcs index c8e63c7b8207ebfa616dcab7481d495e34f69d73..44a792b75f6efc7fb99a27478e15bb29a56051c2 100755 --- a/rk3568/hdf_config/khdf/device_info/device_info.hcs +++ b/rk3568/hdf_config/khdf/device_info/device_info.hcs @@ -247,7 +247,7 @@ device0 :: deviceNode { policy = 2; priority = 120; - preload = 2; + preload = 0; permission = 0660; moduleName = "HDF_TOUCH"; serviceName = "hdf_input_event1"; @@ -259,7 +259,7 @@ device0 :: deviceNode { policy = 0; priority = 130; - preload = 2; + preload = 0; permission = 0660; moduleName = "HDF_TOUCH_GT911"; serviceName = "hdf_touch_gt911_service"; diff --git a/rk3568/hdf_config/khdf/input/input_config.hcs b/rk3568/hdf_config/khdf/input/input_config.hcs index 55205423074a30e7815c718b7dedbd0543664384..8f7007a61fb0629f969674272e84719685032a73 100755 --- a/rk3568/hdf_config/khdf/input/input_config.hcs +++ b/rk3568/hdf_config/khdf/input/input_config.hcs @@ -96,7 +96,7 @@ root { chipInfo = "AAAA11222"; // 4-ProjectName, 2-TP IC, 3-TP Module /* 0:i2c 1:spi*/ busType = 0; - deviceAddr = 0x14; + deviceAddr = 0x5D; /* 0:None 1:Rising 2:Failing 4:High-level 8:Low-level */ irqFlag = 2; maxSpeed = 400; diff --git a/rk3568/hdf_config/uhdf/device_info.hcs b/rk3568/hdf_config/uhdf/device_info.hcs index 884e4b5eb1a3e195e6c885203ba04c569cc2bf3d..02fbee9863663bfd137d492c34c91c239cbb08d6 100755 --- a/rk3568/hdf_config/uhdf/device_info.hcs +++ b/rk3568/hdf_config/uhdf/device_info.hcs @@ -111,8 +111,8 @@ device0 :: deviceNode { policy = 2; priority = 120; - moduleName = "libhdi_display_layer_service.z.so"; - serviceName = "hdi_display_layer_service"; + moduleName = "libhdi_media_layer_service.z.so"; + serviceName = "hdi_media_layer_service"; } } } @@ -128,5 +128,18 @@ } } } + + display_gralloc :: host { + hostName = "disp_gralloc_host"; + priority = 40; + input_device :: device { + device0 :: deviceNode { + policy = 2; + priority = 160; + moduleName = "libhdi_display_gralloc_stub.z.so"; + serviceName = "hdi_display_gralloc_service"; + } + } + } } }