summaryrefslogtreecommitdiff
path: root/src/i830_quirks.c
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2009-08-13 13:59:55 +0200
committerMatthias Hopf <mhopf@suse.de>2009-08-13 15:48:21 +0200
commit926c7e7d30458078f8185d4e0b9b32b40102b3d5 (patch)
tree79805c381c69a14ef622ea8b7e1384acec9ebeb8 /src/i830_quirks.c
parent713820197755ea53003b36a920922c3c525eeeea (diff)
Add HP Mini 5101 to quirks list.
Diffstat (limited to 'src/i830_quirks.c')
-rw-r--r--src/i830_quirks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_quirks.c b/src/i830_quirks.c
index b0a64909..00eff96d 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 },