https://bugzilla.novell.com/show_bug.cgi?id=417587 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=417587#c7 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #7 from Stefan Dirsch <sndirsch@novell.com> 2008-09-03 07:42:14 MDT --- fixed and submitted for STABLE and patch pushed upstream. commit fca7a4e9a5c73e1c129e94eeccf8fc795f729931 Author: Stefan Dirsch <sndirsch@suse.de> Date: Wed Sep 3 15:32:11 2008 +0200 Pipe A force quirk for Toshiba Satellite A30. diff --git a/src/i830_quirks.c b/src/i830_quirks.c index 038676e..089e458 100644 --- a/src/i830_quirks.c +++ b/src/i830_quirks.c @@ -293,6 +293,8 @@ static i830_quirk i830_quirk_list[] = { { PCI_CHIP_I855_GM, 0x1028, 0x014f, quirk_pipea_force }, /* Dell Inspiron 510m needs pipe A force quirk */ { PCI_CHIP_I855_GM, 0x1028, 0x0164, quirk_pipea_force }, + /* Toshiba Satellite A30 needs pipe A force quirk */ + { PCI_CHIP_I855_GM, 0x1179, 0xff00 , quirk_pipea_force }, /* Toshiba Protege R-205, S-209 needs pipe A force quirk */ { PCI_CHIP_I915_GM, 0x1179, 0x0001, quirk_pipea_force }, /* Intel 855GM hardware (See LP: #216490) */ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.