drivers: fuelgauge: Add missing property values
Adds missing property values for battery connect and present state Signed-off-by: Philipp Steiner <philipp.steiner1987@gmail.com>
This commit is contained in:
parent
ac1dec0498
commit
9a8e4663ac
1 changed files with 4 additions and 0 deletions
|
@ -130,10 +130,14 @@ union fuel_gauge_prop_val {
|
|||
int current;
|
||||
/** FUEL_GAUGE_CYCLE_COUNT */
|
||||
uint32_t cycle_count;
|
||||
/** FUEL_GAUGE_CONNECT_STATE */
|
||||
uint32_t connect_state;
|
||||
/** FUEL_GAUGE_FLAGS */
|
||||
uint32_t flags;
|
||||
/** FUEL_GAUGE_FULL_CHARGE_CAPACITY */
|
||||
uint32_t full_charge_capacity;
|
||||
/** FUEL_GAUGE_PRESENT_STATE */
|
||||
bool present_state;
|
||||
/** FUEL_GAUGE_REMAINING_CAPACITY */
|
||||
uint32_t remaining_capacity;
|
||||
/** FUEL_GAUGE_RUNTIME_TO_EMPTY */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue