xf86-video-intel: src/i830_quirks.c

Matthias Hopf mhopf at kemper.freedesktop.org
Thu Aug 13 06:48:48 PDT 2009


 src/i830_quirks.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 926c7e7d30458078f8185d4e0b9b32b40102b3d5
Author: Matthias Hopf <mhopf at suse.de>
Date:   Thu Aug 13 13:59:55 2009 +0200

    Add HP Mini 5101 to quirks list.

diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index b0a6490..00eff96 100644
--- a/src/i830_quirks.c
+++ b/src/i830_quirks.c
@@ -332,6 +332,8 @@ static i830_quirk i830_quirk_list[] = {
     { PCI_CHIP_GM45_GM, 0x103c, 0x30eb, quirk_pipea_force },
     /* HP Mini needs pipe A force quirk (LP: #322104) */
     { PCI_CHIP_I945_GME,0x103c, 0x361a, quirk_pipea_force },
+    /* HP Mini 5101 needs pipe A force quirk */
+    { PCI_CHIP_I945_GME,0x103c, 0x3632, quirk_pipea_force },
 
     /* Thinkpad R31 needs pipe A force quirk */
     { PCI_CHIP_I830_M, 0x1014, 0x0505, quirk_pipea_force },


More information about the xorg-commit mailing list