wok view pm-utils/stuff/video-quirks/20-video-quirk-pm-acer.quirkdb @ rev 16396

Up iw (3.14) and add to ARM
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 16 03:24:21 2014 +0200 (2014-04-16)
parents
children
line source
1 # <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
2 match system.hardware.vendor regex_ncase ^Acer
3 match system.hardware.product regex ^TravelMate
4 match system.hardware.product regex C300
5 addquirk --quirk-vbestate-restore
6 endmatch
7 match system.hardware.product regex 2350|2410|2420|2490|3220|4000|4650|5320
8 addquirk --quirk-s3-bios
9 addquirk --quirk-s3-mode
10 endmatch
11 match system.hardware.product regex 3000|4100
12 addquirk --quirk-vbe-post
13 addquirk --quirk-vbestate-restore
14 endmatch
15 match system.hardware.product regex 2300|2310|3010|3020|6291
16 addquirk --quirk-vbe-post
17 addquirk --quirk-vbemode-restore
18 endmatch
19 match system.hardware.product regex 3260
20 addquirk --quirk-vbe-post
21 addquirk --quirk-vbemode-restore
22 addquirk --quirk-pci-save
23 endmatch
24 match system.hardware.product regex 7520|8000
25 addquirk --quirk-s3-bios
26 endmatch
27 match system.hardware.product regex C100|6460
28 addquirk --quirk-vbe-post
29 endmatch
30 match system.hardware.product regex C200|2450|4400|6492
31 addquirk --quirk-none
32 endmatch
33 # <!-- Acer TravalMate 4002 Wlmi with ATI RadeOn Mobility 9700. mashine suspends, wakes up, but "vbetool post" hangs -->
34 match system.hardware.product regex 4000
35 match system.hardware.primary_video.product numeric_compare_eq 20048
36 match system.hardware.primary_video.vendor numeric_compare_eq 4098
37 addquirk --quirk-vbe-post
38 addquirk --quirk-vbemode-restore
39 addquirk --quirk-dpms-on
40 endmatch
41 endmatch
42 endmatch
43 # <!-- these need the full name to prevent mixes with other machines
44 # NOTE: HAL removes whitespaces at the end of the sysfs and dmidecode output,
45 # we need to do exact string matches.
46 # -->
47 match system.hardware.product regex ^(TravelMate 240|TravelMate 250|TravelMate 650)$
48 addquirk --quirk-vbe-post
49 addquirk --quirk-vbestate-restore
50 endmatch
51 match system.hardware.product regex ^TravelMate 380$
52 addquirk --quirk-vbe-post
53 addquirk --quirk-vbestate-restore
54 addquirk --quirk-s3-mode
55 endmatch
56 # <!-- TravelMate 630Lci -->
57 match system.hardware.product regex ^(TravelMate 630|TravelMate 230)$
58 addquirk --quirk-s3-bios
59 addquirk --quirk-s3-mode
60 endmatch
61 match system.hardware.product regex ^TravelMate 660$
62 addquirk --quirk-vbe-post
63 addquirk --quirk-vbemode-restore
64 endmatch
65 match system.hardware.product regex ^TravelMate 800$
66 addquirk --quirk-vbe-post
67 endmatch
68 endmatch
69 match system.hardware.product regex ^Aspire
70 match system.hardware.product regex 5050
71 addquirk --quirk-s3-bios
72 endmatch
73 match system.hardware.product regex 1670|3610|3620|3690|5630
74 addquirk --quirk-s3-bios
75 addquirk --quirk-s3-mode
76 endmatch
77 match system.hardware.product regex 5610
78 # <!-- report from s2ram for a 5610Z, not sure if the 5610 is the same, so do this check -->
79 match system.hardware.product regex 5610Z
80 addquirk --quirk-s3-bios
81 addquirk --quirk-s3-mode
82 endmatch
83 match system.hardware.product regex_inverse 5610Z
84 addquirk --quirk-vbe-post
85 endmatch
86 endmatch
87 match system.hardware.product regex 5000|5020|5500
88 addquirk --quirk-vbe-post
89 endmatch
90 match system.hardware.product regex 1640
91 addquirk --quirk-vbestate-restore
92 endmatch
93 match system.hardware.product regex 1500|3000
94 addquirk --quirk-vbe-post
95 addquirk --quirk-vbestate-restore
96 endmatch
97 match system.hardware.product regex 1520|1650|5100|5110|5570|5920
98 addquirk --quirk-vbe-post
99 addquirk --quirk-vbemode-restore
100 endmatch
101 match system.hardware.product regex 1690|1694
102 addquirk --quirk-vbe-post
103 addquirk --quirk-vbestate-restore
104 addquirk --quirk-no-fb
105 endmatch
106 match system.hardware.product regex 1350$
107 addquirk --quirk-vbe-post
108 addquirk --quirk-vbemode-restore
109 addquirk --quirk-no-fb
110 endmatch
111 match system.hardware.product regex 2010|2920|3100|4520|5500Z|5580|5920G
112 addquirk --quirk-none
113 endmatch
114 endmatch
115 match system.hardware.product regex ^Extensa
116 match system.hardware.product regex 6220
117 addquirk --quirk-s3-bios
118 endmatch
119 match system.hardware.product regex 2900|3000|4150|5620
120 addquirk --quirk-s3-bios
121 addquirk --quirk-s3-mode
122 endmatch
123 match system.hardware.product regex 5220
124 addquirk --quirk-s3-bios
125 addquirk --quirk-vbe-post
126 endmatch
127 endmatch
128 match system.hardware.product regex ^Ferrari
129 match system.hardware.product regex 4000
130 addquirk --quirk-vbe-post
131 addquirk --quirk-vbestate-restore
132 addquirk --quirk-no-fb
133 endmatch
134 match system.hardware.product regex 1000
135 addquirk --quirk-vbe-post
136 addquirk --quirk-vbestate-restore
137 endmatch
138 # <!-- does not work with fglrx -->
139 match system.hardware.product regex 5000
140 addquirk --quirk-vbe-post
141 addquirk --quirk-vbemode-restore
142 endmatch
143 endmatch
144 match system.hardware.product regex ^Xspire
145 match system.hardware.product regex 1650
146 addquirk --quirk-none
147 endmatch
148 endmatch
149 match system.hardware.product regex ^AcerPower
150 match system.hardware.product regex 2000
151 addquirk --quirk-none
152 endmatch
153 endmatch
154 # <!-- Aspire One 110 -->
155 match system.hardware.product regex ^(AOA110|AOA150)
156 addquirk --quirk-none
157 endmatch
158 endmatch