Bug 826215 - upowerd cannot handle "not charging" status
Summary: upowerd cannot handle "not charging" status
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: upower
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard Hughes
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-29 19:14 UTC by Martin Langhoff
Modified: 2012-05-30 15:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-30 15:18:54 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Langhoff 2012-05-29 19:14:52 UTC
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:

Comment 1 Richard Hughes 2012-05-30 15:18:54 UTC
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


Note You need to log in before you can comment on or make changes to this bug.