fix: add iio-sensor-proxy to short idle service config#1179
Conversation
Added service configuration to ensure the system successfully enters "short-idle" mode after remaining idle for 5 minutes. Influence: 1. Test system entering and exiting short idle state 2. Verify iio-sensor-proxy service remains active during idle 3. Check sensor data availability during idle periods fix: 在短空闲服务配置中添加 iio-sensor-proxy 新增服务配置,保证系统在静置5分钟后可以正常进入shortidle模式 Influence: 1. 测试系统进入和退出短空闲状态 2. 验证 iio-sensor-proxy 服务在空闲期间保持活跃 3. 检查空闲期间传感器数据可用性 PMS: BUG-370415 Change-Id: Idc13850f8708e18036b4183d55f9de5463eb7543
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the power daemon configuration so that the iio-sensor-proxy service is kept active during the 5‑minute short-idle state, ensuring sensor data remains available while the system is idle. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review★ 总体评分:95分■ 总体评价
■ 详细分析
■ 改进建议代码示例 diff --git a/misc/dsg-configs/org.deepin.dde.daemon.power.json b/misc/dsg-configs/org.deepin.dde.daemon.power.json
index b46875291..9dd9dc330 100644
--- a/misc/dsg-configs/org.deepin.dde.daemon.power.json
+++ b/misc/dsg-configs/org.deepin.dde.daemon.power.json
@@ -826,7 +826,8 @@
"serial-getty@ttyAMA0.service",
"winbind.service",
"tpm2-abrmd.service",
- "fprintd.service"
+ "fprintd.service",
+ "iio-sensor-proxy.service"
],
"serial": 0,
"flags": [ |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mhduiy, xionglinlin The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Added service configuration to ensure the system successfully enters "short-idle" mode after remaining idle for 5 minutes.
Influence:
fix: 在短空闲服务配置中添加 iio-sensor-proxy
新增服务配置,保证系统在静置5分钟后可以正常进入shortidle模式
Influence:
PMS: BUG-370415
Change-Id: Idc13850f8708e18036b4183d55f9de5463eb7543
Summary by Sourcery
Update power daemon configuration for short-idle behavior.
Enhancements: