changed Makefile and profiles, added patches for kernel 2.6.24
[openwrt.git] / target / linux / s3c24xx / patches-2.6.24 / 1174-fix-remove-unused-model-name-bq27000.patch.patch
1 From e2a0bda68cf6f2511f6faabf922183c2454f84fa Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Wed, 2 Jul 2008 22:38:26 +0100
4 Subject: [PATCH] fix-remove-unused-model-name-bq27000.patch
5
6 Model name isn't in the bq27000 register set, remove the
7 claim that we can deliver it
8
9 Signed-off-by: Andy Green <andy@openmoko.com>
10 ---
11  drivers/power/bq27000_battery.c |    1 -
12  1 files changed, 0 insertions(+), 1 deletions(-)
13
14 diff --git a/drivers/power/bq27000_battery.c b/drivers/power/bq27000_battery.c
15 index cf57dcf..4511e9c 100644
16 --- a/drivers/power/bq27000_battery.c
17 +++ b/drivers/power/bq27000_battery.c
18 @@ -269,7 +269,6 @@ static enum power_supply_property bq27000_battery_props[] = {
19         POWER_SUPPLY_PROP_PRESENT,
20         POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
21         POWER_SUPPLY_PROP_TIME_TO_FULL_NOW,
22 -       POWER_SUPPLY_PROP_MODEL_NAME,
23         POWER_SUPPLY_PROP_CAPACITY
24  };
25  
26 -- 
27 1.5.6.5
28