summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-03-03 14:02:27 +0000
committerRichard Hughes <richard@hughsie.com>2011-03-03 14:02:27 +0000
commit38199e44ff1e87b586d51d30b69d1f70e40d27f1 (patch)
treedbd1202d6d4609350d8a7c1d09b26256a164ce7c /etc
parent11301ae3d65bf28f97fb8c290b0f9e446658e824 (diff)
downloadupower-38199e44ff1e87b586d51d30b69d1f70e40d27f1.tar.gz
Add an option for polling dock devices in UPower.conf, defaulting to false
Diffstat (limited to 'etc')
-rw-r--r--etc/UPower.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/UPower.conf b/etc/UPower.conf
index 1b7f9c3..c82827a 100644
--- a/etc/UPower.conf
+++ b/etc/UPower.conf
@@ -20,3 +20,12 @@ SleepTimeout=1000
# default=true
AllowHibernateEncryptedSwap=true
+
+# Poll the kernel for dock state changes.
+#
+# Some drivers are still broken, and do not send out uvents when the
+# connected state changes.
+#
+# default=false
+PollDockDevices=false
+