After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 670905 - Implement setting LEDs (mode switching)
Implement setting LEDs (mode switching)
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: wacom
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2012-02-27 17:56 UTC by Bastien Nocera
Modified: 2012-03-04 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2012-02-27 17:56:13 UTC
When the touchring or touchstrip mode changes, we need to change the LED to show the current mode.

See: https://bugs.freedesktop.org/show_bug.cgi?id=45573
Comment 1 Bastien Nocera 2012-03-04 14:45:16 UTC
commit 4dc60b056bfa8bae9df00b339be83891edc3a9ee
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Mar 4 14:42:07 2012 +0000

    wacom: Call out to LED helper when switching modes
    
    Call the LED setting helper, a small PolicyKit helper
    to set the LED depending on the mode of operation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670905

commit 36d25ad690fd23439274e1199798d6b1f94102b9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Mar 4 14:17:17 2012 +0000

    wacom: Add helper to set LEDs for mode switching
    
    Based upon the power plugin's backlight helper.

commit 7ea7bbd8c394ca18ea29e209f6cbb32ea0077383
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Mar 4 14:41:12 2012 +0000

    wacom: Remember the device path in GsdWacomDevice
    
    That could come in handy when poking at the device's LEDs.