wok view pm-utils/stuff/video-quirks/20-video-quirk-pm-lenovo.quirkdb @ rev 17864

Up: netsurf (3.3)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 25 16:55:26 2015 +0200 (2015-03-25)
parents
children
line source
1 # <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
2 match system.hardware.vendor regex ^LENOVO$
3 # <!-- ThinkPads -->
4 # <!-- X60 / X60s / T61 / T61p / R61 / R61s / X61(s/Tablet) / X300 -->
5 # <!-- NOTE: there is a report that 6458 needs vbe_post/vbemode_restore -->
6 match system.hardware.product regex ^(1702|1704|1706|1709|2007|2478|2479|4108|4141|4143|6088|6363|6364|6365|6378|6379|6480|6458|6463|6464|6465|6466|6467|6468|6471|6476|6477|6478|7642|7643|7644|7645|7646|7647|7648|7649|7650|7657|7658|7659|7660|7661|7666|7667|7668|7673|7732|7733|7734|7735|7736|7737|7738|7762|7763|7764|7767|7768|7669|7670|7671|7673|7674|7675|7676|7678|7679|8808|8895|8896|8897|8898|8899|8900|8919|8930|8932|8933|8934|8935|8936|8937|8938|8939|8942|8943|8944|8945|8946|8947|8948|9452)
7 addquirk --quirk-s3-bios
8 addquirk --quirk-s3-mode
9 endmatch
10 match system.hardware.product regex ^(63664DU|1705CTO)
11 addquirk --quirk-vbe-post
12 endmatch
13 match system.hardware.product regex ^6457
14 addquirk --quirk-vbe-post
15 addquirk --quirk-vbemode-restore
16 endmatch
17 # <!-- R60 -->
18 match system.hardware.version regex_ncase ^ThinkPad R60
19 addquirk --quirk-s3-bios
20 # <!-- R60e 32bit works with S3_MODE, 64bit needs VBE_MODE -->
21 match system.hardware.product regex ^0657
22 addquirk --quirk-vbemode-restore
23 endmatch
24 match system.hardware.product regex_inverse 0657
25 addquirk --quirk-s3-mode
26 endmatch
27 endmatch
28 match system.hardware.version regex ^ThinkPad
29 # <!-- T60* -->
30 match system.hardware.version regex T60$
31 addquirk --quirk-s3-bios
32 addquirk --quirk-s3-mode
33 endmatch
34 # <!-- Z61*, R61e ... -->
35 match system.hardware.version regex T60p|Z61m|Z61t|Z60m|Z61p|R61e
36 addquirk --quirk-s3-bios
37 addquirk --quirk-s3-mode
38 endmatch
39 # <!-- W500 -->
40 match system.hardware.version regex W500$
41 addquirk --quirk-vbe-post
42 endmatch
43 endmatch
44 # <!-- T61 -->
45 match system.hardware.product regex ^7663
46 addquirk --quirk-s3-mode
47 endmatch
48 # <!-- T61 (8895), intel card 32bit works with S3_MODE, but 64bit needs VBE_MODE
49 # T61p (6460), does not work with the NVidia driver-->
50 match system.hardware.product regex ^(6460|6465)
51 addquirk --quirk-s3-bios
52 addquirk --quirk-vbemode-restore
53 endmatch
54 # <!-- T500 -->
55 match system.hardware.product regex ^2242CTO$
56 match system.hardware.version regex ^ThinkPad T500$
57 addquirk --quirk-vbe-post
58 addquirk --quirk-vbestate-restore
59 endmatch
60 endmatch
61 # <!-- These Thinkpads don't need a quirk: 6459 (T61p), 7664 (T60) see s2ram -->
62 match system.hardware.product regex ^(6459|7664|8918)
63 addquirk --quirk-none
64 endmatch
65 # <!-- Lenovos non-ThinkPads -->
66 match system.hardware.version regex_ncase ^3000 C100
67 match system.hardware.product regex ^0761
68 addquirk --quirk-none
69 endmatch
70 endmatch
71 match system.hardware.version regex_ncase ^3000 N100
72 match system.hardware.product regex ^(068928U|07686VG|076831G|076835U|0768BYG)
73 addquirk --quirk-none
74 endmatch
75 match system.hardware.product regex ^07687MM
76 addquirk --quirk-s3-mode
77 endmatch
78 match system.hardware.product regex ^076804U$
79 addquirk --quirk-s3-bios
80 addquirk --quirk-vbemode-restore
81 endmatch
82 endmatch
83 match system.hardware.version regex_ncase ^3000 N200
84 match system.hardware.product regex ^(0769BBG|0769AC6)$
85 addquirk --quirk-s3-bios
86 addquirk --quirk-s3-mode
87 endmatch
88 match system.hardware.product regex ^(0769B9G|0769BEG|0769AH9)$
89 addquirk --quirk-none
90 endmatch
91 endmatch
92 match system.hardware.version regex ^LENOVO3000 V100$
93 match system.hardware.product regex ^0763
94 addquirk --quirk-none
95 endmatch
96 endmatch
97 match system.hardware.product regex ^Soleil E660P
98 addquirk --quirk-none
99 endmatch
100 endmatch