wok annotate pm-utils/stuff/video-quirks/20-video-quirk-pm-apple.quirkdb @ rev 13019

Up perl-berkeleydb (0.51)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 10:39:06 2012 +0200 (2012-06-09)
parents
children
rev   line source
domcox@12209 1 # <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
domcox@12209 2 match system.hardware.vendor regex ^Apple
domcox@12209 3 match system.hardware.product regex ^MacBook2,1$
domcox@12209 4 match system.hardware.vendor regex ^Apple Inc\.
domcox@12209 5 match system.hardware.version regex ^1\.0$
domcox@12209 6 # <!-- needs VBE_SAVE from console, but that slows resuming -->
domcox@12209 7 addquirk --quirk-none
domcox@12209 8 endmatch
domcox@12209 9 endmatch
domcox@12209 10 match system.hardware.vendor regex Computer, Inc\.
domcox@12209 11 addquirk --quirk-vbe-post
domcox@12209 12 endmatch
domcox@12209 13 endmatch
domcox@12209 14 match system.hardware.product regex ^(MacBook1,1|MacBook3,1)$
domcox@12209 15 # <!-- s2ram uses vbe_post + vbemode_restore for MacBook1,1 -->
domcox@12209 16 addquirk --quirk-vbestate-restore
domcox@12209 17 endmatch
domcox@12209 18 match system.hardware.product regex ^MacBookPro1,1$
domcox@12209 19 addquirk --quirk-vbe-post
domcox@12209 20 endmatch
domcox@12209 21 match system.hardware.product regex ^MacBookPro2,2$
domcox@12209 22 addquirk --quirk-vbe-post
domcox@12209 23 addquirk --quirk-vbemode-restore
domcox@12209 24 endmatch
domcox@12209 25 endmatch