https://bugzilla.kernel.org/show_bug.cgi?id=113141

--- Comment #12 from [email protected] ---
After pulling my machine apart, I've determined that battery capacity is
8400mAh and voltage is 3.8v.

Design capacity should be 0x20D0 = 8400 mAh
Design voltage should be  0x0ED8 = 3800 mV (3.8v)

Design capacity of Warning seems wrong, so maybe 25% 0f 8400mAh 2100(0x0834)
Design Capacity of Low also seems wrong, so maybe 10% 0f 8400mAh 840(0x0348)

            Name (BIXP, Package (0x14)
            {
                Zero,             /* Revision */
                One,             /* Power Unit */
                0x000020D0,         /* Design Capacity */
                0xFFFFFFFF,         /* Last Full Charge Capacity */
                One,             /* Battery Technology */
                0x00000ED8,         /* Design Voltage */         
                0x0834,         /* Design capacity of Warning */
                0x0348,         /* Design Capacity of Low */
                Zero,             /* Cycle Count */
                0x00017318,         /* Measurement Accuracy */        
                0xFFFFFFFF,         /* Max Sampling Time */
                0xFFFFFFFF,         /* Min Sampling Time */
                0x88B8,         /* Max Averaging Interval */
                0x61A8,         /* Min Averaging Interval */
                One,             /* Battery Capacity Granularity 1 */
                One,             /* Battery Capacity Granularity 2 */
                "NB116 1|CP4/58/145-2", /* Model Number */
                "123456789",         /* Serial Number */
                "LION",         /* Battery Type */
                "SUNWODA"        /* OEM Information */
            })

For whatever reason BIXP seems to be defined 3 times, so I just replaced all
with the same. But still no change unfortunately.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

------------------------------------------------------------------------------
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to