summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGabriele Mazzotta <gabriele.mzt@gmail.com>2015-02-19 11:58:29 +0100
committerDarren Hart <dvhart@linux.intel.com>2015-04-07 20:57:32 -0700
commit6cff8d60aa0aba5583ecda09984dbcb2f24cc28d (patch)
tree654725b0acb42475010569b20a95175807c7b7d2 /tools/perf/scripts/python
parent9659bee43bf010d4c7037fee9c023124f144c6ca (diff)
downloadkernel-6cff8d60aa0aba5583ecda09984dbcb2f24cc28d.tar.gz
platform: x86: dell-laptop: Add support for keyboard backlight
This patch adds the support for the configuration of the keyboard backlight on supported Dell laptops. With this patch it is possible to set: * keyboard backlight level * timeout after which the backlight will be automatically turned off * input activity triggers (keyboard, touchpad, mouse) that enable the backlight * ambient light settings The settings are exposed via /sys/class/leds/dell::kbd_backlight/ The code is based on the newly released documentation by Dell in the libsmbios project. Signed-off-by: Pali Rohár <pali.rohar@gmail.com> Signed-off-by: Gabriele Mazzotta <gabriele.mzt@gmail.com> Cc: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
usr?h=linux-6.12.y&id=c4df32c80d04987023844c1fb13734a872c8f2e2'>export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()Masahiro Yamada 2018-03-26kbuild: rename built-in.o to built-in.aNicholas Piggin 2017-11-03initramfs: fix initramfs rebuilds w/ compression after disablingFlorian Fainelli 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-07-06ramfs: clarify help text that compression applies to ramfs as well as legacy ...Rob Landley 2017-07-06scripts/gen_initramfs_list.sh: teach INITRAMFS_ROOT_UID and INITRAMFS_ROOT_GI...Rob Landley 2017-06-02initramfs: fix disabling of initramfs (and its compression)Florian Fainelli 2017-05-08initramfs: provide a way to ignore image provided by bootloaderDaniel Thompson 2017-01-05kbuild: initramfs cleanup, set target from KconfigNicholas Piggin 2017-01-05kbuild: initramfs fix dependency checking for compressed targetNicholas Piggin 2016-12-14initramfs: allow again choice of the embedded initram compression algorithmFrancisco Blas Izquierdo Riera (klondike) 2016-12-14initramfs: select builtin initram compression algorithm on KConfig instead of...Francisco Blas Izquierdo Riera (klondike)