upower/src/linux
Kate Hsuan e01aa7c903 linux: up-kbd-backlight-led: the keyboard backlight control implementation for Linux
The implementation for Linux included:
1. Set and get brightness.
2. Get max brightness.
3. Signal if the brightness was changed by the device.
2025-09-05 16:47:11 +08:00
..
tests linux: Add headset hotplug test 2023-07-03 16:07:46 +02:00
integration-test.py linux: integration-test: The type of percentage property is double 2025-08-12 16:10:52 +08:00
meson.build linux: up-kbd-backlight-led: the keyboard backlight control implementation for Linux 2025-09-05 16:47:11 +08:00
output_checker.py Reformat python code style with black 2025-01-08 14:01:34 +08:00
README.debugging linux: Add a README with a couple of debugging commands 2018-04-18 16:34:42 +02:00
unittest_inspector.py Reformat python code style with black 2025-01-08 14:01:34 +08:00
up-backend.c linux: up-backend: Add and remove keyboard backlight LED device 2025-09-05 11:49:38 +08:00
up-device-bluez.c linux: Demote warning to debug 2023-02-27 14:12:39 +01:00
up-device-bluez.h Fix trailing white space and end of file 2025-01-08 14:01:34 +08:00
up-device-hid.c Fix trailing white space and end of file 2025-01-08 14:01:34 +08:00
up-device-hid.h Fix trailing white space and end of file 2025-01-08 14:01:34 +08:00
up-device-idevice.c idevice: Simplify setting the model 2022-11-16 16:14:40 +01:00
up-device-idevice.h Fix trailing white space and end of file 2025-01-08 14:01:34 +08:00
up-device-supply-battery.c linux: up-device-supply-battery: Discover the settings of charge threshold 2025-08-11 15:05:10 +08:00
up-device-supply-battery.h linux: Add new UpDeviceSupplyBattery class 2022-06-21 11:16:01 +02:00
up-device-supply.c linux: up-device-supply: Only update model name when the device is under the same parent 2025-04-30 15:44:07 +08:00
up-device-supply.h Fix trailing white space and end of file 2025-01-08 14:01:34 +08:00
up-device-wup.c Fix spelling issues with codespell 2025-01-08 14:01:34 +08:00
up-device-wup.h Fix trailing white space and end of file 2025-01-08 14:01:34 +08:00
up-enumerator-udev.c linux: up-enumerator-udev: Prevent reading the sysfs path from a non-GUdevDevice object 2025-05-13 11:06:24 +08:00
up-enumerator-udev.h enumerator: Add UpEnumerator class and udev implementation 2022-05-16 15:48:09 +02:00
up-input.c Revert "all: Remove Lid handling" 2024-01-26 14:57:27 +00:00
up-input.h Fix trailing white space and end of file 2025-01-08 14:01:34 +08:00
up-kbd-backlight-led.c linux: up-kbd-backlight-led: the keyboard backlight control implementation for Linux 2025-09-05 16:47:11 +08:00
up-kbd-backlight-led.h linux: up-kbd-backlight-led: the keyboard backlight control implementation for Linux 2025-09-05 16:47:11 +08:00
up-native.c Fix trailing white space and end of file 2025-01-08 14:01:34 +08:00

===============
Debugging
===============

When filing new bugs, please include information about the
output of "upower -d", "/usr/libexec/upowerd -v -r", and:
find  /sys/class/power_supply/hidpp_battery_1/ -type f -exec echo {} \; -exec cat {} \; -exec echo \;
as appropriate.