Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PMU battery: filenames in sysfs with spaces | Christian Kujau | 2008-05-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | By changing drivers/power/pmu_battery.c I now have '_' instead of ' ' (spaces) in /sys: /sys/devices/platform/pmu-battery.0/power_supply/PMU_battery_0 /sys/class/power_supply/PMU_battery_0 I'm still not sure if some userspace tool out there uses the old paths and will break now. Signed-off-by: Christian Kujau <lists@nerdbynature.de> Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com> | ||||
* | Power supply class and drivers: remove non obligatory return statements | Anton Vorontsov | 2007-07-15 | 1 | -2/+0 |
| | | | | | | | Per Jeff Garzik request. Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Anton Vorontsov <cbou@mail.ru> | ||||
* | [BATTERY] Apple PMU driver | David Woodhouse | 2007-07-10 | 1 | -0/+215 |
Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Anton Vorontsov <cbou@mail.ru> |