xfree86: Fix description of DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZE

The message ending up in the log is misleading as to what the quirk
actually does: It ignores the sizes in the detailed timings and
replaces them with the display "Max Image Size".

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Tormod Volden 2009-10-28 23:10:43 +01:00 committed by Keith Packard
parent ccf4a69db7
commit 757c11630d
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ static const ddc_quirk_map_t ddc_quirks[] = {
},
{
quirk_detailed_use_maximum_size, DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZE,
"Detailed timings give sizes in cm."
"Use maximum size instead of detailed timing sizes."
},
{
quirk_first_detailed_preferred, DDC_QUIRK_FIRST_DETAILED_PREFERRED,