diff options
author | Holger Freyther <zecke@openmoko.org> | 2008-11-19 17:09:53 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:09:53 +0000 |
commit | 91f495bb69a8bd8f5f6619bd433bf73537ac447d (patch) | |
tree | 94ef138f9538f73d900e95ad6ba02992b1924572 /include | |
parent | 35ab1c23a5e3704e8f60eb19944ff71bf7b04306 (diff) |
From 5718bde77ed1a75e0fd2cdf5e099e66121d10c0a Mon Sep 17 00:00:00 2001
Subject: [PATCH] [battery] Make the bq27000 send an uevent when the charging state possible changed
Remove the todo entries from the pcf50633, make the mach-gta02
call the bq27000 driver from the pmu callback.
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/bq27000_battery.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/bq27000_battery.h b/include/linux/bq27000_battery.h index 36b4f20c8db..fed4287d756 100644 --- a/include/linux/bq27000_battery.h +++ b/include/linux/bq27000_battery.h @@ -1,6 +1,8 @@ #ifndef __BQ27000_BATTERY_H__ #define __BQ27000_BATTERY_H__ +void bq27000_charging_state_change(struct platform_device *pdev); + struct bq27000_platform_data { const char *name; int rsense_mohms; |