~ubuntu-branches/ubuntu/maverick/pm-utils/maverick

« back to all changes in this revision

Viewing changes to video-quirks/20-video-quirk-pm-hp.quirkdb

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Martin Pitt, Michael Biebl
  • Date: 2010-03-19 03:05:11 UTC
  • mfrom: (41.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100319030511-mb66vviko36no4t5
Tags: 1.3.0-1
[ Martin Pitt ]
* Final 1.3.0 release (two small bug fixes since 1.3.0~rc3-2).
  - Re-adds "chvt" quirk for nvidia driver (LP: #488720, Closes: #495347)
* Drop patches applied upstream:
  - 01-fix-DMI-attribute-matching.patch
  - 03-fix-usage-of-find_native.patch
  - 04-fix-alternatives-matching-in-native-quirks-DB.patch
  - 07-fix-typo-pm-action.patch
  - 11_nvidia_suspend.patch
* video-quirks/*: Update from http://pm-utils.freedesktop.org/releases/
  pm-quirks-20100316.tar.gz

[ Michael Biebl ]
* Refresh and update patches.
* debian/patches/11-handle-on_ac_power-255-return-code.patch
  - If on_ac_power can not determine the AC power state, assume it is a
    desktop machine and behave like "pm-powersave false". (Closes: #572060)
* debian/patches/12-man-page-fixes.patch
  - Various man page updates and fixes. (Closes: #570174)
    Thanks to Filipus Klutiero for the proofreading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 match system.hardware.vendor regex ^Compaq
4
4
 # <!-- Compaq Amada -->
5
5
  match system.hardware.product regex ^Armada
6
 
   match system.hardware.product regex     E500  ;     M70  ;    M700 
 
6
   match system.hardware.product regex     E500  |     M70  |    M700 
7
7
    addquirk --quirk-none
8
8
   endmatch
9
9
  # <!-- This Armada m300 seems not to have a useful model description, so to make sure also check the bios_version-->
30
30
     addquirk --quirk-vbemode-restore
31
31
    endmatch
32
32
   endmatch
33
 
   match system.hardware.product regex D510 USDT; N400c
 
33
   match system.hardware.product regex D510 USDT| N400c
34
34
    addquirk --quirk-none
35
35
   endmatch
36
36
  endmatch
40
40
    addquirk --quirk-vbestate-restore
41
41
    addquirk --quirk-no-fb
42
42
   endmatch
43
 
   match system.hardware.product regex V3000 \\(EZ674UA#;V3700 Notebook PC
 
43
   match system.hardware.product regex V3000 \(EZ674UA#|V3700 Notebook PC
44
44
    addquirk --quirk-s3-bios
45
45
    addquirk --quirk-s3-mode
46
46
   endmatch
48
48
    addquirk --quirk-vbe-post
49
49
    addquirk --quirk-vbestate-restore
50
50
   endmatch
51
 
   match system.hardware.product regex V3000 \\(EZ755UA#;V5000 \\(ET826UA#;2100 \\(DP835E\\);F500 \\(GF596UA#;2200 \\(PR309UA#;C700 \\(GV681LA#
 
51
   match system.hardware.product regex  V2000 
 
52
    addquirk --quirk-dpms-on
 
53
   endmatch
 
54
   match system.hardware.product regex V3000 \(EZ755UA#|V5000 \(ET826UA#|2100 \(DP835E\)|F500 \(GF596UA#|2200 \(PR309UA#|C700 \(GV681LA#
52
55
    addquirk --quirk-none
53
56
   endmatch
54
57
  endmatch
64
67
  endmatch
65
68
 endmatch
66
69
 match system.hardware.vendor regex ^Hewlett-Packard
67
 
  match system.hardware.product regex V2000 \\(EP381UA#;X1000 \\(DK454AV\\); 6715s;6820s
 
70
  match system.hardware.product regex V2000 \(EP381UA#|X1000 \(DK454AV\)| 6715s|6820s
68
71
   addquirk --quirk-s3-bios
69
72
  endmatch
70
73
  match system.hardware.product regex  8510w
75
78
  match system.hardware.product regex HP OmniBook XT1000
76
79
   addquirk --quirk-s3-mode
77
80
  endmatch
78
 
  match system.hardware.product regex V3000 \\(RL377PA#;EW434AVABA;R3000;R4100;nc6000
 
81
  match system.hardware.product regex V3000 \(RL377PA#|EW434AVABA|R3000|R4100|nc6000
79
82
   addquirk --quirk-s3-bios
80
83
   addquirk --quirk-s3-mode
81
84
  endmatch
82
 
  match system.hardware.product regex nx6125;nc6230;nx8220
 
85
  match system.hardware.product regex nx6125|nc6230|nx8220
83
86
   addquirk --quirk-vbestate-restore
84
87
   addquirk --quirk-no-fb
85
88
  endmatch
86
 
  match system.hardware.product regex OmniBook XE3 G;R3200;nx5000;nx7000;nc6120;nx6325;2510p
 
89
  match system.hardware.product regex OmniBook XE3 G|R3200|nx5000|nx7000|nc6120|nx6325|2510p
87
90
   addquirk --quirk-vbe-post
88
91
   addquirk --quirk-vbestate-restore
89
92
  endmatch
93
96
   addquirk --quirk-vbestate-restore
94
97
  endmatch
95
98
 # <!-- Note: PY507ET# is a nc6120 -->
96
 
  match system.hardware.product regex nc2400;nx6110;nc6120;nc6320;nx7300;6720s;2710p;8510p;PY507ET#;6715b
 
99
  match system.hardware.product regex nc2400|nx6110|nc6120|nc6320|nx7300|6720s|2710p|8510p|PY507ET#|6715b
97
100
   addquirk --quirk-vbe-post
98
101
   addquirk --quirk-vbemode-restore
99
102
  endmatch
104
107
    addquirk --quirk-vbemode-restore
105
108
   endmatch
106
109
  endmatch
107
 
  match system.hardware.product regex M2000 \\(EQ547PA
 
110
  match system.hardware.product regex M2000 \(EQ547PA
108
111
   addquirk --quirk-s3-bios
109
112
   addquirk --quirk-vbemode-restore
110
113
  endmatch
111
 
  match system.hardware.product regex nx6120;nc4200;HP 530 Notebook PC
 
114
  match system.hardware.product regex tc4400|nc4400|tc4200|nx6120|nc4200|HP 530 Notebook PC
112
115
   addquirk --quirk-vbe-post
113
116
  endmatch
114
117
  match system.hardware.product regex HP Compaq nc6400 
115
118
   match system.hardware.version regex ^68YCU
116
 
    match system.hardware.product regex \\(EH522AV\\);\\(EY582ES;\\(RH560EA
 
119
    match system.hardware.product regex \(EH522AV\)|\(EY582ES|\(RH560EA
117
120
     addquirk --quirk-vbemode-restore
118
121
     addquirk --quirk-vbe-post
119
122
    endmatch
131
134
    addquirk --quirk-vbemode-restore
132
135
   endmatch
133
136
  endmatch
134
 
  match system.hardware.product regex HP Compaq dc5800 Small Form Factor;HP d330 uT; nw9440;nw8440
 
137
  match system.hardware.product regex HP Compaq dc5800 Small Form Factor|HP d330 uT| nw9440|nw8440
135
138
   addquirk --quirk-none
136
139
  endmatch
137
 
  match system.hardware.product regex HP Compaq 2133;HP 2133
 
140
  match system.hardware.product regex HP Compaq 2133|HP 2133
138
141
   match system.firmware.version regex 68VGU
139
142
    addquirk --quirk-s3-bios
140
143
    addquirk --quirk-s3-mode
172
175
   endmatch
173
176
  endmatch
174
177
  match system.hardware.product regex 6715b
175
 
   match system.hardware.product regex GB835EA;RK156AV
 
178
   match system.hardware.product regex GB835EA|RK156AV
176
179
    addquirk --quirk-s3-bios
177
180
    addquirk --quirk-s3-mode
178
181
   endmatch
220
223
   endmatch
221
224
  endmatch
222
225
  match system.hardware.product regex_ncase Pavilion 
223
 
   match system.hardware.product regex dv4000 \\(ES973EA#
 
226
   match system.hardware.product regex dv4000 \(ES973EA#
224
227
    addquirk --quirk-vbe-post
225
228
    addquirk --quirk-vbestate-restore
226
229
    addquirk --quirk-no-fb
227
230
   endmatch
228
 
   match system.hardware.product regex dv4000 \\(EB911EA#; dv2600; dv6500
 
231
   match system.hardware.product regex dv4000 \(EB911EA#| dv2600| dv6500
229
232
    addquirk --quirk-s3-bios
230
233
   endmatch
231
 
   match system.hardware.product regex dv4000 \\(PX306UA#; dv6700 
 
234
   match system.hardware.product regex dv4000 \(PX306UA#| dv6700 
232
235
    addquirk --quirk-s3-bios
233
236
    addquirk --quirk-s3-mode
234
237
   endmatch
235
 
   match system.hardware.product regex zd8000 \\(EL030EA#
 
238
   match system.hardware.product regex zd8000 \(EL030EA#
236
239
    addquirk --quirk-vbe-post
237
240
   endmatch
238
241
   match system.hardware.product regex ze2000
239
 
    match system.hardware.product regex \\(EK791EA#
 
242
    match system.hardware.product regex \(EK791EA#
240
243
     addquirk --quirk-none
241
244
    endmatch
242
 
    match system.hardware.product regex_inverse \\(EK791EA#
 
245
    match system.hardware.product regex_inverse \(EK791EA#
243
246
     addquirk --quirk-s3-bios
244
247
     addquirk --quirk-s3-mode
245
248
    endmatch
253
256
    endmatch
254
257
   endmatch
255
258
   match system.hardware.product regex  dv6000 
256
 
    match system.hardware.version regex \\(GA378UA#;\\(GH907EA#
 
259
    match system.hardware.version regex \(GA378UA#|\(GH907EA#
257
260
     addquirk --quirk-s3-mode
258
261
    endmatch
259
262
   # <!-- note: (RP153UA#: suspend maybe only with binary nvidia module -->
260
 
    match system.hardware.version regex \\(EW434AV#;\\(RP153UA#
 
263
    match system.hardware.version regex \(EW434AV#|\(RP153UA#
261
264
     addquirk --quirk-s3-bios
262
265
     addquirk --quirk-s3-mode
263
266
    endmatch
264
 
    match system.hardware.version regex \\(EY798AV#;\\(GF688EA;\\(RM469EA;\\(RP980EA#
 
267
    match system.hardware.version regex \(EY798AV#|\(GF688EA|\(RM469EA|\(RP980EA#
265
268
     addquirk --quirk-none
266
269
    endmatch
267
270
   endmatch
281
284
     endmatch
282
285
    endmatch
283
286
   endmatch
284
 
   match system.hardware.product regex 8710p;dv2000;dv2500;tx1000;dv5000 \\(EZ535UA#;HP d530 SFF;ze4900; dv9700 
 
287
   match system.hardware.product regex 8710p|dv2000|dv2500|tx1000|dv5000 \(EZ535UA#|HP d530 SFF|ze4900| dv9700 
285
288
    addquirk --quirk-none
286
289
   endmatch
287
290
  endmatch
292
295
   addquirk --quirk-vbe-post
293
296
   addquirk --quirk-vbestate-restore
294
297
  endmatch
295
 
  match system.hardware.product regex ^(D7223K-ABA A650E;EJ192AA-ABS t3250\.se;EP198AA-UUZ t3335\.ch;ES061AA-ABD t3320;PC098A-ABA M1070N)$
 
298
  match system.hardware.product regex ^(D7223K-ABA A650E|EJ192AA-ABS t3250\.se|EP198AA-UUZ t3335\.ch|ES061AA-ABD t3320|PC098A-ABA M1070N)$
296
299
   addquirk --quirk-none
297
300
  endmatch
298
301
 endmatch