Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309692
b: refs/heads/master
c: b1f092f
h: refs/heads/master
v: v3
  • Loading branch information
Nikolaus Voss authored and Anton Vorontsov committed May 6, 2012
1 parent 47b1082 commit a7e2f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81a08382aeb802ad642ab7f2a7786baa7bafaaa3
refs/heads/master: b1f092f6480e0a9d8d5f99d3363e022952d1af83
2 changes: 1 addition & 1 deletion trunk/drivers/power/sbs-battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static const struct chip_data {
[REG_CURRENT] =
SBS_DATA(POWER_SUPPLY_PROP_CURRENT_NOW, 0x0A, -32768, 32767),
[REG_CAPACITY] =
SBS_DATA(POWER_SUPPLY_PROP_CAPACITY, 0x0E, 0, 100),
SBS_DATA(POWER_SUPPLY_PROP_CAPACITY, 0x0D, 0, 100),
[REG_REMAINING_CAPACITY] =
SBS_DATA(POWER_SUPPLY_PROP_ENERGY_NOW, 0x0F, 0, 65535),
[REG_REMAINING_CAPACITY_CHARGE] =
Expand Down

0 comments on commit a7e2f5f

Please sign in to comment.