diff options
author | Adam Jackson <ajax@redhat.com> | 2008-01-19 15:34:56 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-01-19 15:34:56 -0500 |
commit | b5e43552f6b2a8ce8f405411a4ba6496e57d5100 (patch) | |
tree | 0ef661266e6ffbd97d859b5389ea939edac8613a /src | |
parent | cd2436c57d6b197ce0f58bf39ade903393cea842 (diff) |
Disable I2C on G200SE for now.
Diffstat (limited to 'src')
-rw-r--r-- | src/mga_driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mga_driver.c b/src/mga_driver.c index b9ebc79..c5d27ef 100644 --- a/src/mga_driver.c +++ b/src/mga_driver.c @@ -1175,6 +1175,9 @@ MGAdoDDC(ScrnInfoPtr pScrn) hwp = VGAHWPTR(pScrn); pMga = MGAPTR(pScrn); + if (pMga->is_G200SE) + return NULL; /* boo hiss */ + /* Load DDC if we have the code to use it */ /* This gives us DDC1 */ if (pMga->ddc1Read || pMga->i2cInit) { |