Files
vendor_samsung_s5e8825-common/proprietary/vendor/etc/ems.json
Flopster101 b373c561bd s5e8825-common: Add missing EPIC daemon stuff
Previously we only imported the HAL itself, without the daemon and its configs.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2025-09-02 14:56:26 -03:00

24 lines
389 B
JSON

{
"requesters" : [
{
"name" : "change@/devices/platform/ems",
"requests" : [
{
"name" : "SYSBUSY",
"handle" : "sysbusy",
"paths" : [
"/sys/class/devfreq/17000010.devfreq_mif/interactive/current_mode"
]
},
{
"name" : "NOTI_MODE",
"handle" : "mode",
"paths" :[
"/sys/kernel/ems/emstune/req_mode"
]
}
]
}
]
}