Blame SOURCES/0001-Do-not-change-Wacom-LEDs-through-g-s-d.patch

35159f
From f5ddd0fc02e99597e4b8506ac35523a6fa8ac22f Mon Sep 17 00:00:00 2001
35159f
From: rpm-build <rpm-build>
35159f
Date: Wed, 4 Mar 2020 16:08:31 +0100
35159f
Subject: [PATCH] Do not change Wacom LEDs through g-s-d
35159f
35159f
Let the wacom kernel driver sort it out by itself.
35159f
---
35159f
 js/ui/windowManager.js | 1 -
35159f
 1 file changed, 1 deletion(-)
35159f
35159f
diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
35159f
index dfe1b44..b2e938c 100644
35159f
--- a/js/ui/windowManager.js
35159f
+++ b/js/ui/windowManager.js
35159f
@@ -1037,7 +1037,6 @@ var WindowManager = class {
35159f
 
35159f
             if (this._gsdWacomProxy) {
35159f
                 this._gsdWacomProxy.SetOLEDLabelsRemote(pad.get_device_node(), labels);
35159f
-                this._gsdWacomProxy.SetGroupModeLEDRemote(pad.get_device_node(), group, mode);
35159f
             }
35159f
         });
35159f
 
35159f
-- 
35159f
2.24.1
35159f