| .. |
|
.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
|
Never overwrite ID_PRODUCT or ID_VENDOR
|
2009-05-26 09:51:58 +01:00 |
|
95-devkit-power-hid.rules
|
Fix detecting the USB UPS devices
|
2009-07-02 11:04:38 +01:00 |
|
95-devkit-power-wup.rules
|
Never overwrite ID_PRODUCT or ID_VENDOR
|
2009-05-26 09:51:58 +01:00 |
|
dkp-daemon.c
|
suppress lid change event on startup
|
2009-07-01 12:20:40 +01:00 |
|
dkp-daemon.h
|
Add a property lid-is-closed so that we can finally drop the HAL dep in g-p-m and x-p-m
|
2009-05-05 12:51:26 +01:00 |
|
dkp-device-csr.c
|
Prefix the DkpDevice subclassed devices with device to make it clearer
|
2009-06-14 19:59:46 +01:00 |
|
dkp-device-csr.h
|
Prefix the DkpDevice subclassed devices with device to make it clearer
|
2009-06-14 19:59:46 +01:00 |
|
dkp-device-hid.c
|
The UPS can't expose empty or fully-charged, so fixup these states
|
2009-07-02 11:00:23 +01:00 |
|
dkp-device-hid.h
|
Prefix the DkpDevice subclassed devices with device to make it clearer
|
2009-06-14 19:59:46 +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
|
bugfix: fix compile failure with gcc-4.4.0 and old versions of glib2
|
2009-02-04 09:41:53 +00:00 |
|
dkp-device-supply.c
|
Fix a small memory leak on supply coldplugging
|
2009-06-26 15:02:56 +01:00 |
|
dkp-device-supply.h
|
Prefix the DkpDevice subclassed devices with device to make it clearer
|
2009-06-14 19:59:46 +01:00 |
|
dkp-device-wup.c
|
Prefix the DkpDevice subclassed devices with device to make it clearer
|
2009-06-14 19:59:46 +01:00 |
|
dkp-device-wup.h
|
Prefix the DkpDevice subclassed devices with device to make it clearer
|
2009-06-14 19:59:46 +01:00 |
|
dkp-device.c
|
initial refresh after coldplug is not fatal if it fails
|
2009-07-02 10:55:11 +01:00 |
|
dkp-device.h
|
Allow the daemon to get the global online state for all devices
|
2009-05-26 11:51:49 +01:00 |
|
dkp-history.c
|
Don't return history data relative to the earliest point, only within the time period given
|
2009-05-26 13:52:37 +01:00 |
|
dkp-history.h
|
trivial: compile failure
|
2009-02-26 12:17:17 +00:00 |
|
dkp-input.c
|
trivial: Remove some debugging that slipped in
|
2009-07-02 11:29:50 +01:00 |
|
dkp-input.h
|
Add two missing files to the last commit
|
2009-05-05 12:51:48 +01:00 |
|
dkp-main.c
|
trivial: actually load the new module, and register on the bus
|
2009-01-30 13:04:09 +00:00 |
|
dkp-marshal.list
|
feature: implement the .QoS interface -- still incomplete
|
2008-11-13 16:58:08 +00:00 |
|
dkp-polkit.c
|
Correct a few function names
|
2009-06-26 14:43:29 +01:00 |
|
dkp-polkit.h
|
bugfix: fix compile failure with gcc-4.4.0 and old versions of glib2
|
2009-02-04 09:41:53 +00:00 |
|
dkp-qos.c
|
trivial: remove egg-string
|
2009-02-27 12:50:05 +00:00 |
|
dkp-qos.h
|
feature: implement the .QoS interface -- still incomplete
|
2008-11-13 16:58:08 +00:00 |
|
dkp-wakeups.c
|
Add a has-capability to the org.freedesktop.DeviceKit.Power.Wakeups interface so clients can tell if the wakeups functionality can be supported
|
2009-04-22 16:55:24 +01:00 |
|
dkp-wakeups.h
|
trivial: implement org.freedesktop.DeviceKit.Power.Wakeups
|
2009-01-30 13:03:31 +00:00 |
|
egg-debug.c
|
trivial: egg update
|
2008-11-06 09:22:29 +00:00 |
|
egg-debug.h
|
trivial: egg update
|
2009-01-23 17:14:31 +00:00 |
|
Makefile.am
|
udev rules files now live in /lib/udev/rules.d, not /etc/udev/rules.d
|
2009-07-02 11:12:31 +01:00 |
|
org.freedesktop.DeviceKit.Power.conf.in
|
bugfix: allow all DBus properties to be read with the new DBus
|
2009-04-01 09:16:14 +01:00 |
|
org.freedesktop.DeviceKit.Power.Device.xml
|
feature: get rid of DkpObject and instead use the GObject property system correctly
|
2009-02-27 11:59:27 +00:00 |
|
org.freedesktop.DeviceKit.Power.QoS.xml
|
trivial: mae the PolicyKit file validate
|
2008-12-09 11:13:07 +00:00 |
|
org.freedesktop.DeviceKit.Power.service.in
|
forgot to add files
|
2008-05-08 22:32:17 -04:00 |
|
org.freedesktop.DeviceKit.Power.Wakeups.xml
|
Add a has-capability to the org.freedesktop.DeviceKit.Power.Wakeups interface so clients can tell if the wakeups functionality can be supported
|
2009-04-22 16:55:24 +01:00 |
|
org.freedesktop.DeviceKit.Power.xml
|
Add a property lid-is-closed so that we can finally drop the HAL dep in g-p-m and x-p-m
|
2009-05-05 12:51:26 +01:00 |
|
sysfs-utils.c
|
trivial: fix up the last patch to strip the newline before the compare
|
2009-04-01 09:14:45 +01:00 |
|
sysfs-utils.h
|
update my email address
|
2008-11-11 10:13:24 -05:00 |