Skip to content

Commit

Permalink
Drop ddca_enable_force_slave_address call: ddcutil supports config file.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Nov 9, 2021
1 parent 6aca7a9 commit d6c65ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
- [x] add a page about monitor hotplugging (dep on ddcutil >= 1.2.0 and refresh time!)
- [x] Investigate memleaks (related to ddca_redetect_displays()?) -> see here: https://github.com/rockowitz/ddcutil/issues/202
- [x] Instead of 30s sleep, use an udev_monitor on drm subsystem?
- [x] Force slave address: ddca_enable_force_slave_address. Fixes #82

### KbdBacklight
- [x] call sd_bus_emit_object_added() sd_bus_emit_object_removed() When object path are created/deleted
Expand Down
3 changes: 0 additions & 3 deletions src/modules/backlight2.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ MODULE("BACKLIGHT2");
br_code = strtol(getenv("CLIGHTD_BL_VCP"), NULL, 16);
m_log("Set 0x%x vcp code.\n", br_code);
}
#if DDCUTIL_VMAJOR >= 1 && DDCUTIL_VMINOR >= 2 && DDCUTIL_VMICRO >= 1
ddca_enable_force_slave_address(true);
#endif
}

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

0 comments on commit d6c65ac

Please sign in to comment.