Skip to content
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

HID: wacom: Remove AES power_supply after extended inactivity #405

Commits on Dec 20, 2023

  1. HID: wacom: Remove AES power_supply after extended inactivity

    Even if a user does not use their AES pen for an extended period,
    the battery power supply attributes continue to exist.
    This results in the desktop showing battery status for a pen
    that is no longer in use and which may in fact be in a different
    state (e.g. the user may be charging the pen).
    To avoid confusion and ensure userspace has an accurate view
    of the battery state, this patch automatically removes
    the power_supply after 30 minutes of inactivity.
    
    Signed-off-by: Tatsunosuke Tobita <[email protected]>
    Reviewed-by: Jason Gerecke <[email protected]>
    Reviewed-by: Aaron Skomra <[email protected]>
    Reviewed-by: Josh Dickens <[email protected]>
    Link: https://lore.kernel.org/r/[email protected]
    Signed-off-by: Benjamin Tissoires <[email protected]>
    [[email protected]: Imported into input-wacom (fd2a9b29dc9c)]
    Signed-off-by: Tatsunosuke Tobita <[email protected]>
    flying-elephant authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f006c2d View commit details
    Browse the repository at this point in the history