[gnome-shell/wip/rstrode/login-screen-extensions: 92/134] Do not change Wacom LEDs through g-s-d




commit b85e9ca0eea2a8b0452004c96d7800ba81ca1047
Author: rpm-build <rpm-build>
Date:   Wed Mar 4 16:08:31 2020 +0100

    Do not change Wacom LEDs through g-s-d
    
    Let the wacom kernel driver sort it out by itself.

 js/ui/windowManager.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js
index dfe1b44603..b2e938c3dd 100644
--- a/js/ui/windowManager.js
+++ b/js/ui/windowManager.js
@@ -1037,7 +1037,6 @@ var WindowManager = class {
 
             if (this._gsdWacomProxy) {
                 this._gsdWacomProxy.SetOLEDLabelsRemote(pad.get_device_node(), labels);
-                this._gsdWacomProxy.SetGroupModeLEDRemote(pad.get_device_node(), group, mode);
             }
         });
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]