2014-03-10 19:47 GMT+08:00 Alexander Mezin <mezin.alexander@xxxxxxxxx>: > Allow other drivers to subscribe to battery status notifications. > Just like AC driver does. > Acked-by: Lan Tianyu <tianyu.lan@xxxxxxxxx> > Signed-off-by: Alexander Mezin <mezin.alexander@xxxxxxxxx> > --- > drivers/acpi/battery.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c > index 0a19c8f..861e585 100644 > --- a/drivers/acpi/battery.c > +++ b/drivers/acpi/battery.c > @@ -737,6 +737,7 @@ static void acpi_battery_notify(struct acpi_device *device, u32 event) > acpi_bus_generate_netlink_event(device->pnp.device_class, > dev_name(&device->dev), event, > acpi_battery_present(battery)); > + acpi_notifier_call_chain(device, event, acpi_battery_present(battery)); > /* acpi_battery_update could remove power_supply object */ > if (old && battery->bat.dev) > power_supply_changed(&battery->bat); > -- > 1.9.0 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Best regards Tianyu Lan -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html