Skip to content

Commit

Permalink
Add upower based battery plugin
Browse files Browse the repository at this point in the history
Tracks battery level and charging status via UPower D-Bus API.

[mce] Add upower based battery plugin
  • Loading branch information
spiiroin committed Oct 1, 2013
1 parent afc7e4f commit 0e36baa
Show file tree
Hide file tree
Showing 3 changed files with 1,134 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .depend
Expand Up @@ -356,6 +356,20 @@ modules/battery-bme.pic.o:\
mce-log.h\
mce.h\

modules/battery-upower.o:\
modules/battery-upower.c\
datapipe.h\
mce-dbus.h\
mce-log.h\
mce.h\

modules/battery-upower.pic.o:\
modules/battery-upower.c\
datapipe.h\
mce-dbus.h\
mce-log.h\
mce.h\

modules/callstate.o:\
modules/callstate.c\
datapipe.h\
Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -156,6 +156,7 @@ MODULES += $(MODULE_DIR)/inactivity.so
MODULES += $(MODULE_DIR)/camera.so
MODULES += $(MODULE_DIR)/alarm.so
MODULES += $(MODULE_DIR)/battery-bme.so
MODULES += $(MODULE_DIR)/battery-upower.so
MODULES += $(MODULE_DIR)/display.so
MODULES += $(MODULE_DIR)/led.so
MODULES += $(MODULE_DIR)/callstate.so
Expand Down

0 comments on commit 0e36baa

Please sign in to comment.