diff options
author | Nikolaus Voss <n.voss@weinmann.de> | 2012-05-09 08:30:44 +0200 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-06-19 19:26:40 -0700 |
commit | 5da50988a1bf8c05611db77521777baaca14da29 (patch) | |
tree | 4e3a7b6396b17afa1ac42e306825f6d2a0ee85c8 /drivers/power/bq27x00_battery.c | |
parent | ab37813f4093a5f59cb8e083cde277289dc72ed3 (diff) | |
download | blackbird-op-linux-5da50988a1bf8c05611db77521777baaca14da29.tar.gz blackbird-op-linux-5da50988a1bf8c05611db77521777baaca14da29.zip |
sbs-battery: Don't trigger false supply_changed event
power_supply_changed() events are triggerd based on the return value
of a get_property() call. However the property TECHNOLOGY is
hard-coded to LION in this driver, thus always succeeds.
So, with the battery removed, this triggers a false battery present
uevent. This uevent triggers a new query via power_supply_uevent()
which again starts to query all known properties and thus leads to
an infinite loop of battery present/not-present uevents.
This patch skips the battery presence detection for the hard-coded
property TECHNOLOGY.
Signed-off-by: Nikolaus Voss <n.voss@weinmann.de>
Acked-by Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/bq27x00_battery.c')
0 files changed, 0 insertions, 0 deletions