wok view pm-utils/stuff/video-quirks/20-video-quirk-pm-apple.quirkdb @ rev 15315

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