summaryrefslogtreecommitdiff
path: root/kde-plasma/powerdevil/files/powerdevil-5.19.4-ddcutil-0.9.9.patch
blob: 3a1c4c381557a107ed49d1c84f441b5d446a9795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From fcb26be2fb279e6ad3b7b814d26a5921d16201eb Mon Sep 17 00:00:00 2001
From: Johannes Jordan <kde@lanrules.de>
Date: Mon, 29 Jun 2020 10:51:40 +0000
Subject: [PATCH] Fix compilation with ddcutil 0.9.9

---
 daemon/backends/upower/ddcutilbrightness.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/daemon/backends/upower/ddcutilbrightness.cpp b/daemon/backends/upower/ddcutilbrightness.cpp
index e712c05a..a75aac5c 100644
--- a/daemon/backends/upower/ddcutilbrightness.cpp
+++ b/daemon/backends/upower/ddcutilbrightness.cpp
@@ -56,7 +56,6 @@ void DDCutilBrightness::detect()
         
         DDCA_Feature_List vcpList;
         ddca_get_feature_list_by_dref(DDCA_SUBSET_COLOR, dh, false, &vcpList);
-        qCDebug(POWERDEVIL) << "ddca_feature_list: "<< ddca_feature_list_string(&vcpList, "0x", ",");
         QVector<uint16_t> tmpVcpList;
         for (int iVcp = 0; iVcp < m_usedVcp.count(); ++iVcp) {
             DDCA_Non_Table_Vcp_Value returnValue;
-- 
GitLab