On Friday 7 October 2011, alexdeucher@gmail.com wrote:
From: Alex Deucher alexander.deucher@amd.com
When force == false, we don't do load detection in the connector detect functions. Unforunately, we also return the previous connector state so we never get disconnect events for DVI-I, DVI-A, or VGA. Save whether we detected the monitor via load detection previously and use that to determine whether we return the previous state or not.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=41561
Signed-off-by: Alex Deucher alexander.deucher@amd.com Cc: stable@kernel.org
This patch, and the preceding patch in this series are:
Tested-by: Simon Farnsworth simon.farnsworth@onelan.co.uk
The bugs.fdo link details the testing I've done, and the results of those tests.