Bug 826215
| Summary: | upowerd cannot handle "not charging" status | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Langhoff <martin> |
| Component: | upower | Assignee: | Richard Hughes <hughsient> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | hughsient, rhughes |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-30 15:18:54 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
commit a75501f9d12da32690a91410b0e4d1ed020e01f6
Author: Richard Hughes <richard>
Date: Wed May 30 16:16:50 2012 +0100
linux: Treat the battery state 'not charging' as PENDING_CHARGE
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=826215
|
Description of problem: /sys/class/power_supply/*/status can be any of static char *status_text[] = { "Unknown", "Charging", "Discharging", "Not charging", "Full" }; (as per drivers/power/power_supply_sysfs.c in linux 3.0 series) On OLPC's XO-1.75, /sys/class/power_supply/olpc-battery/status ocassionally reports Not charging. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. Boot XO-1.75 2. Check logs to find "unknown status string: Not charging" Actual results: Expected results: Additional info: