Pixel <[EMAIL PROTECTED]> writes:

> > Card:ATI Rage Mobility: ATI|Rage Mobility P/M AGP 2x [DISPLAY_VGA] (vendor:1002 
>device:4c4d subv:1025 subd:1010)
> 
> hum, i don't understand how this got through. It should match the isLaptop
> criteria... francois any idea?
> 
> sub isLaptop {
>     hasPCMCIA() || (matching_desc('C&T.*655[45]\d') || matching_desc('C&T.*68554') ||
>                   matching_desc('Neomagic.*Magic(Media|Graph)') ||
>                   matching_desc('ViRGE.MX') || matching_desc('S3.*Savage.*[IM]X') ||
>                   matching_desc('ATI.*(Mobility|LT)'));
> }

It should work for this ati chipset (last regexp), problably a problem somewhere
else, take a look.

Fran�ois.

Reply via email to