Re: [PATCH 3/3] HID: magicmouse: report charge status over Bluetooth

From: Alec Hall

Date: Wed Jul 15 2026 - 18:19:03 EST


Hi Jose,

Great -- doing it in magicmouse_probe() is the better fix. Moving the
"input not registered" check ahead of the early return rejects the bad
device up front and covers both ->raw_event and ->event, which is cleaner
than a guard in the hot path. No need for me to take it; please keep it.

I'll review both patches and give them a run on my hardware (Magic Keyboard
2021 and Magic Trackpad 2 over Bluetooth) to confirm the normal
enumeration and battery path is unaffected, and follow up with
Reviewed-by/Tested-by on the respective threads.

Agreed on the rebase too -- if yours land first I'll just relocate the 3/3
report-check hunk into the new wrapper.

Thanks for taking both of these,
Alec