From 86e6c6bd9b70260fc5bc9fdfa2e5b4dfd8fe545c Mon Sep 17 00:00:00 2001 From: Paul Parsons Date: Wed, 23 Nov 2011 22:37:15 +0000 Subject: ds2760_battery: Add rated capacity of the hx4700 3600mAh battery 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 Signed-off-by: Anton Vorontsov --- drivers/power/ds2760_battery.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'drivers/power/ds2760_battery.c') diff --git a/drivers/power/ds2760_battery.c b/drivers/power/ds2760_battery.c index f2c9cc33c0f..cda03dae75f 100644 --- a/drivers/power/ds2760_battery.c +++ b/drivers/power/ds2760_battery.c @@ -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 -- cgit v1.2.3