mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 01:20:10 +01:00
ddc: Don't probe for DDC/CI or EEPROM
For whatever reason, some (broken) monitors will crash if you do this.
We're not actually using this information for anything, so let's just
not do it.
Originally reported as http://bugzilla.redhat.com/620333
Reviewed-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit d2064fbb68)
This commit is contained in:
parent
87f84e8e66
commit
4f7b19a40d
1 changed files with 0 additions and 4 deletions
|
|
@ -311,10 +311,6 @@ DDC2Init(int scrnIndex, I2CBusPtr pBus)
|
|||
dev = DDC2MakeDevice(pBus, 0x00A0, "ddc2");
|
||||
if (xf86I2CProbeAddress(pBus, 0x0060))
|
||||
DDC2MakeDevice(pBus, 0x0060, "E-EDID segment register");
|
||||
if (xf86I2CProbeAddress(pBus, 0x0062))
|
||||
DDC2MakeDevice(pBus, 0x0062, "EDID EEPROM interface");
|
||||
if (xf86I2CProbeAddress(pBus, 0x006E))
|
||||
DDC2MakeDevice(pBus, 0x006E, "DDC control interface");
|
||||
|
||||
return dev;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue