hal-info: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Thu Oct 2 07:49:45 PDT 2008
fdi/information/10freedesktop/10-battery.fdi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
New commits:
commit 75b83d8ea10dbcbb48ea7c51c38b2671c8969001
Author: Daniel Drake <dsd at laptop.org>
Date: Thu Oct 2 16:49:28 2008 +0200
add fdi file with battery.quirk.do_not_poll for OLPC
Added fdi file with battery.quirk.do_not_poll for OLPC.
diff --git a/fdi/information/10freedesktop/10-battery.fdi b/fdi/information/10freedesktop/10-battery.fdi
new file mode 100644
index 0000000..cbb605b
--- /dev/null
+++ b/fdi/information/10freedesktop/10-battery.fdi
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- xml -*- -->
+
+<deviceinfo version="0.2">
+ <device>
+ <match key="info.category" string="battery">
+
+ <!-- OLPC's power management system provides charge level change notifications -->
+ <match key="info.udi" contains="olpc_battery">
+ <merge key="battery.quirk.do_not_poll" type="bool">true</merge>
+ </match>
+
+ </match>
+ </device>
+</deviceinfo>
More information about the hal-commit
mailing list