From 162c9482007b5d3b8a391ac1fa2c42d4bcfaaf8a Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 10 Sep 2011 18:57:54 +0000 Subject: [PATCH] Product ID 0xA011 confirmed as working (at least with ABIv0). git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@41252 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/devs/monitors/IntelGMA/intelG45_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/devs/monitors/IntelGMA/intelG45_init.c b/workbench/devs/monitors/IntelGMA/intelG45_init.c index 51cfe6563a..7c7681cbae 100644 --- a/workbench/devs/monitors/IntelGMA/intelG45_init.c +++ b/workbench/devs/monitors/IntelGMA/intelG45_init.c @@ -82,7 +82,7 @@ static BOOL IsCompatible(UWORD product_id) // || product_id == 0x3582 // || product_id == 0x358e // || product_id == 0xa001 -// || product_id == 0xa011 + || product_id == 0xa011 ; } -- 2.11.4.GIT