Bug 16451 - Battery disabled state remembered
: Battery disabled state remembered
Status: RESOLVED FIXED
Product: SB Radio
Classification: Unclassified
Component: Battery
: Include FW version in comment
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Vahid Fereydouny
: factory_mp
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-11 09:15 UTC by Ryan
Modified: 2010-11-11 10:08 UTC (History)
4 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan 2010-08-11 09:15:34 UTC
It has now been discovered what is the true cause of the battery not charging when installed. Referance bug 16440.

The factory test was issuing the battery_disable command , this state is then remembered by the radio and later when a battery is first installed the battery is detected but not charged. 

The code should change so that when the battery is detected it is enabled by default.

Discharging the "super cap" will cause the unit to forget this state and allow charging the next time a battery is installed. 



to turn on charging:
    # echo 1 > /sys/bus/i2c/devices/1-0010/battery_disable

to turn off charging:
    # echo 0 > /sys/bus/i2c/devices/1-0010/battery_disable
Comment 1 Mickey Gee 2010-08-11 10:35:17 UTC
firmware r9022
Comment 2 Mickey Gee 2010-09-16 13:34:11 UTC
Please update status.
Comment 3 Mickey Gee 2010-09-17 11:25:27 UTC
OK for Suzhou since OOB testing does not use battery. Also supercap will discharge completely before customer opens box.
Comment 4 Mickey Gee 2010-11-02 14:08:30 UTC
Want to charge battery if new battery inserted and supercap not discharged.
Comment 5 Ryan 2010-11-11 10:08:54 UTC
fw 9219  I tested this one time and now appears to be okay I will repeat this to confirm