From 135339acc197f0d6a92b71c85048c5a7cb6ce9d6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 7 May 2014 09:27:24 +0200 Subject: daemon: Deprecate "IsDocked" property The IsDocked property has been incorrect for a number of laptops for a while, as it thought that laptops with hybrid graphics cards were always docked. The alternative would have been to use the platform/dock_station devices, but those are only exported for ACPI docking stations. Instead, whether an external display is attached (which isn't really docking) should be checked in the same place where the policy depending on the value should be applied, such as gnome-settings-daemon. https://bugs.freedesktop.org/show_bug.cgi?id=36818 --- etc/UPower.conf | 8 -------- 1 file changed, 8 deletions(-) (limited to 'etc') diff --git a/etc/UPower.conf b/etc/UPower.conf index 920b256..4282948 100644 --- a/etc/UPower.conf +++ b/etc/UPower.conf @@ -18,14 +18,6 @@ # default=false EnableWattsUpPro=false -# 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 - # Don't poll the kernel for battery level changes. # # Some hardware will send us battery level changes through -- cgit v1.2.1