Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283452
b: refs/heads/master
c: 86e6c6b
h: refs/heads/master
v: v3
  • Loading branch information
Paul Parsons authored and Anton Vorontsov committed Nov 25, 2011
1 parent a5473a1 commit bcddc1c
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3b176b25a8146673ade4772d1edfe318caa6818a
refs/heads/master: 86e6c6bd9b70260fc5bc9fdfa2e5b4dfd8fe545c
6 changes: 5 additions & 1 deletion trunk/drivers/power/ds2760_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ static int rated_capacities[] = {
2880, /* Samsung */
2880, /* BYD */
2880, /* Lishen */
2880 /* NEC */
2880, /* NEC */
#ifdef CONFIG_MACH_H4700
0,
3600, /* HP iPAQ hx4700 3.7V 3600mAh (359114-001) */
#endif
};

/* array is level at temps 0°C, 10°C, 20°C, 30°C, 40°C
Expand Down

0 comments on commit bcddc1c

Please sign in to comment.