Skip to content

Commit

Permalink
ds2760_battery: Add rated capacity of the hx4700 3600mAh battery
Browse files Browse the repository at this point in the history
Add rated capacity of the HP iPAQ hx4700 3.7V 3600mAh (359114-001)
battery. For this battery the value of the rated capacity EEPROM
register at 0x32 is 14; thus rated_capacities[14] = 3600.

Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
  • Loading branch information
Paul Parsons authored and Anton Vorontsov committed Nov 25, 2011
1 parent 3b176b2 commit 86e6c6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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 86e6c6b

Please sign in to comment.