Applied patch (with minor edits) by lukove. Adds device id's for
"GMA_X4500_VGA" to intel_extreme. Fixes #6641. Thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38724 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
eea6d49bd6
commit
d0e8dc2469
@ -69,6 +69,7 @@ const struct supported_device {
|
||||
{0x29c0, 0x29c2, INTEL_TYPE_G33, "Q35"},
|
||||
{0x29d0, 0x29d2, INTEL_TYPE_G33, "Q33"},
|
||||
|
||||
{0x2e30, 0x2e32, INTEL_TYPE_GM45, "GMA_X4500_VGA"},
|
||||
{0x2a40, 0x2a42, INTEL_TYPE_GM45, "GM45"},
|
||||
};
|
||||
|
||||
|
@ -56,6 +56,8 @@ const struct supported_device {
|
||||
{0x29b2, INTEL_TYPE_G33, "G33G"},
|
||||
{0x29c2, INTEL_TYPE_G33, "Q35G"},
|
||||
{0x29d2, INTEL_TYPE_G33, "Q33G"},
|
||||
|
||||
{0x2e32, INTEL_TYPE_GM45, "GMA_X4500_VGA"},
|
||||
{0x2a42, INTEL_TYPE_GM45, "GM45"},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user