Skip to content

Commit d6c65ac

Browse files
committed
Drop ddca_enable_force_slave_address call: ddcutil supports config file.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
1 parent 6aca7a9 commit d6c65ac

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
- [x] add a page about monitor hotplugging (dep on ddcutil >= 1.2.0 and refresh time!)
3535
- [x] Investigate memleaks (related to ddca_redetect_displays()?) -> see here: https://github.com/rockowitz/ddcutil/issues/202
3636
- [x] Instead of 30s sleep, use an udev_monitor on drm subsystem?
37-
- [x] Force slave address: ddca_enable_force_slave_address. Fixes #82
3837

3938
### KbdBacklight
4039
- [x] call sd_bus_emit_object_added() sd_bus_emit_object_removed() When object path are created/deleted

src/modules/backlight2.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ MODULE("BACKLIGHT2");
108108
br_code = strtol(getenv("CLIGHTD_BL_VCP"), NULL, 16);
109109
m_log("Set 0x%x vcp code.\n", br_code);
110110
}
111-
#if DDCUTIL_VMAJOR >= 1 && DDCUTIL_VMINOR >= 2 && DDCUTIL_VMICRO >= 1
112-
ddca_enable_force_slave_address(true);
113-
#endif
114111
}
115112

116113
static void get_info_id(char *id, const int size, const DDCA_Display_Info *dinfo) {

0 commit comments

Comments
 (0)