Chameleon

Chameleon Commit Details

Date:2010-12-06 16:00:14 (13 years 4 months ago)
Author:Evan Lojewski
Commit:652
Parents: 651
Message:Added resolution support for desktop gma3150 devices
Changes:
M/branches/meklort/i386/modules/Resolution/915resolution.c

File differences

branches/meklort/i386/modules/Resolution/915resolution.c
161161
162162
163163
164
164
165
165166
166167
167168
......
183184
184185
185186
186
187
188
187189
188190
189191
type = CT_G45;
break;
case 0xA0108086:
case 0xA0108086:// mobile
case 0xA0008086:// desktop
type = CT_3150;
break;
{
//printf("Unknown chipset 0x%llX, please email id to meklort@gmail.com", id);
//getc();
type = CT_UNKWN_INTEL;
//type = CT_UNKWN_INTEL;
type = CT_UNKWN;
}
type = CT_UNKWN;

Archive Download the corresponding diff file

Revision: 652