← Back to team overview

desktop-packages team mailing list archive

[Bug 914348] [NEW] Touchpad LED on Dell's laptop is not working

 

Public bug reported:

In some of Dell laptops, they support a touchpad LED to indicate the enablement/disablement of the touchpad.
And kernel(after 3.2) supports an interface to turn on/off the LED, user space app should take the responsibility to handle this,
and I think gnome-settings-daemon is the best one.

The interface is in /sys
To turn on the LED
    echo 1 > /sys/class/leds/dell-laptop::touchpad/brightness
To turn it off
    echo 0 > /sys/class/leds/dell-laptop::touchpad/brightness

** Affects: gnome-settings-daemon (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/914348

Title:
  Touchpad LED on Dell's laptop is not working

Status in “gnome-settings-daemon” package in Ubuntu:
  New

Bug description:
  In some of Dell laptops, they support a touchpad LED to indicate the enablement/disablement of the touchpad.
  And kernel(after 3.2) supports an interface to turn on/off the LED, user space app should take the responsibility to handle this,
  and I think gnome-settings-daemon is the best one.

  The interface is in /sys
  To turn on the LED
      echo 1 > /sys/class/leds/dell-laptop::touchpad/brightness
  To turn it off
      echo 0 > /sys/class/leds/dell-laptop::touchpad/brightness

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/914348/+subscriptions


Follow ups

References