]> git.ipfire.org Git - thirdparty/linux.git/commit
HID: magicmouse: avoid setting up battery timer when not needed
authorAditya Garg <gargaditya08@live.com>
Mon, 30 Jun 2025 12:37:13 +0000 (12:37 +0000)
committerJiri Kosina <jkosina@suse.com>
Thu, 3 Jul 2025 07:41:40 +0000 (09:41 +0200)
commit9bdc30e35cbc1aa78ccf01040354209f1e11ca22
treed6a1332b78ed502f8d7e9732fd7eb4d8636649a8
parentc061046fe9ce3ff31fb9a807144a2630ad349c17
HID: magicmouse: avoid setting up battery timer when not needed

Currently, the battery timer is set up for all devices using
hid-magicmouse, irrespective of whether they actually need it or not.

The current implementation requires the battery timer for Magic Mouse 2
and Magic Trackpad 2 when connected via USB only. Add checks to ensure
that the battery timer is only set up when they are connected via USB.

Fixes: 0b91b4e4dae6 ("HID: magicmouse: Report battery level over USB")
Cc: stable@vger.kernel.org
Signed-off-by: Aditya Garg <gargaditya08@live.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-magicmouse.c