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

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (15 months ago)
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