diff options
author | Aditya Garg <gargaditya08@live.com> | 2025-06-30 15:37:13 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2025-07-03 10:41:40 +0300 |
commit | c061046fe9ce3ff31fb9a807144a2630ad349c17 (patch) | |
tree | e7fe4551fec5340cb12dd124110bf7451870a0fd /scripts/lib/kdoc/kdoc_files.py | |
parent | 8a20830f2dd180064f25254d9c55beb243fe9223 (diff) | |
download | linux-c061046fe9ce3ff31fb9a807144a2630ad349c17.tar.xz |
HID: apple: avoid setting up battery timer for devices without battery
Currently, the battery timer is set up for all devices using hid-apple,
irrespective of whether they actually have a battery or not.
APPLE_RDESC_BATTERY is a quirk that indicates the device has a battery
and needs the battery timer. This patch checks for this quirk before
setting up the timer, ensuring that only devices with a battery will
have the timer set up.
Fixes: 6e143293e17a ("HID: apple: Report Magic Keyboard battery over USB")
Cc: stable@vger.kernel.org
Signed-off-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions