| .. |
|
.gitignore
|
only match on USB HID devices so we don't try to connect to every USB device on the system at startup
|
2008-08-13 08:08:29 +01:00 |
|
95-devkit-power-csr.rules
|
don't use deprecate udev rule matching, and prefix our new variables
|
2008-08-20 16:39:20 +01:00 |
|
95-devkit-power-hid.rules
|
don't use deprecate udev rule matching, and prefix our new variables
|
2008-08-20 16:39:20 +01:00 |
|
95-devkit-power-wup.rules
|
add functionality to monitor a Watts Up Pro device
|
2008-08-22 10:08:14 +01:00 |
|
dkp-csr.c
|
convert to using egg_ functionality like other projects
|
2008-08-28 15:49:19 +01:00 |
|
dkp-csr.h
|
add CSR support so we know about mice and keyboards
|
2008-08-10 17:45:38 +01:00 |
|
dkp-daemon.c
|
convert to using egg_ functionality like other projects
|
2008-08-28 15:49:19 +01:00 |
|
dkp-daemon.h
|
refactor out DkpDevice and DkpSupply so we can add another type of device without a metric ton of copy and paste
|
2008-08-09 14:27:32 +01:00 |
|
dkp-device-list.c
|
convert to using egg_ functionality like other projects
|
2008-08-28 15:49:19 +01:00 |
|
dkp-device-list.h
|
add some GObject checks in a couple of modules to try to debug a problem I'm seeing
|
2008-08-05 12:02:18 +01:00 |
|
dkp-device.c
|
trivial: there are 101 entries, not 100
|
2008-09-03 15:17:57 +01:00 |
|
dkp-device.h
|
switch from using GPtrArray to EggObjList as this provides us with auto array cleanup for different objects
|
2008-08-28 17:28:26 +01:00 |
|
dkp-hid.c
|
convert to using egg_ functionality like other projects
|
2008-08-28 15:49:19 +01:00 |
|
dkp-hid.h
|
add support for old style HID UPS devices
|
2008-08-12 14:49:47 +01:00 |
|
dkp-history.c
|
work out the statistics by binning them into percentage sized holes
|
2008-09-03 15:18:27 +01:00 |
|
dkp-history.h
|
support getting stats from DkpSupply devices
|
2008-09-03 10:23:03 +01:00 |
|
dkp-marshal.list
|
add some more GCC warnings
|
2008-08-01 11:10:04 +01:00 |
|
dkp-supply.c
|
bugfix: don't unconditionally set the energy_full to energy_full_design if larger, a few batteries like overcharging
|
2008-09-04 14:30:57 +01:00 |
|
dkp-supply.h
|
trivial cosmetic changes to DkpSupply
|
2008-08-10 08:46:59 +01:00 |
|
dkp-wup.c
|
convert to using egg_ functionality like other projects
|
2008-08-28 15:49:19 +01:00 |
|
dkp-wup.h
|
add functionality to monitor a Watts Up Pro device
|
2008-08-22 10:08:14 +01:00 |
|
dkp-wup.h.unused
|
add functionality to monitor a Watts Up Pro device
|
2008-08-22 10:08:14 +01:00 |
|
egg-debug.c
|
convert to using egg_ functionality like other projects
|
2008-08-28 15:49:19 +01:00 |
|
egg-debug.h
|
convert to using egg_ functionality like other projects
|
2008-08-28 15:49:19 +01:00 |
|
egg-string.c
|
trivial egg updates
|
2008-09-04 10:05:57 +01:00 |
|
egg-string.h
|
convert to using egg_ functionality like other projects
|
2008-08-28 15:49:19 +01:00 |
|
main.c
|
convert to using egg_ functionality like other projects
|
2008-08-28 15:49:19 +01:00 |
|
Makefile.am
|
support getting stats from DkpSupply devices
|
2008-09-03 10:23:03 +01:00 |
|
org.freedesktop.DeviceKit.Power.conf.in
|
forgot to add files
|
2008-05-08 22:32:17 -04:00 |
|
org.freedesktop.DeviceKit.Power.Device.xml
|
don't return stats when we actually mean history -- the stats parts need to be written
|
2008-08-26 16:43:30 +01:00 |
|
org.freedesktop.DeviceKit.Power.service.in
|
forgot to add files
|
2008-05-08 22:32:17 -04:00 |
|
org.freedesktop.DeviceKit.Power.xml
|
correct the signature of GetOnBattery and GetLowbattery
|
2008-08-04 16:51:30 +01:00 |
|
sysfs-utils.c
|
convert to using egg_ functionality like other projects
|
2008-08-28 15:49:19 +01:00 |
|
sysfs-utils.h
|
add a convenience function sysfs_get_hex()
|
2008-08-08 13:46:17 +01:00 |