-
-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Prevent UPS Lockup on '0 HID Objects' by Reconnecting on Stale Data #2671
Conversation
Signed-off-by: Michał Bogdziewicz <[email protected]>
❌ Build nut 2.8.2.2327-master failed (commit fc9e96e6c3 by @michal4132) |
Interesting how will this fix affect also in my case issue when
|
Wouldn't surprise me with the more recent problems and investigations in #2347. |
✅ Build nut 2.8.2.2347-master completed (commit 14a21d5ad6 by @jimklimov) |
…ome devices [networkupstools#2671] * Grew from https://github.com/user-attachments/files/17646606/0001-apc-fix.patch.txt proposed at networkupstools#2644 (comment) Signed-off-by: Jim Klimov <[email protected]>
…e the feature with optional `interrupt_pipe_no_events_tolerance` setting [networkupstools#2681] Signed-off-by: Jim Klimov <[email protected]>
This PR addresses an issue where the UPS would stop responding and become "stuck" with a status of "0 HID objects" requiring a driver restart to recover.
Related to #2644
It might be worth looking more into why this happens in the first place. In my opinion, this is just a workaround for the real issue, or maybe there’s actually a firmware bug in the APC BX###M series.