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

« back to all changes in this revision

Viewing changes to video-quirks/20-video-quirk-pm-ibm.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:
32
32
   addquirk --quirk-dpms-suspend
33
33
  endmatch
34
34
 # <!-- X31, T30 , A31p-->
35
 
  match system.hardware.product regex ^(2366;2367;2653)
 
35
  match system.hardware.product regex ^(2366|2367|2653)
36
36
   addquirk --quirk-radeon-off
37
37
  endmatch
38
38
 # <!-- X22, X40, X32 -->
39
 
  match system.hardware.product regex ^(2662;2672;2673)
 
39
  match system.hardware.product regex ^(2662|2672|2673)
40
40
   addquirk --quirk-radeon-off
41
41
   match system.hardware.version regex_inverse X31
42
42
    addquirk --quirk-s3-bios
44
44
   endmatch
45
45
  endmatch
46
46
 # <!-- X31 -->
47
 
  match system.hardware.product regex ^(2672;2673;2884;2885;2890;2891)
 
47
  match system.hardware.product regex ^(2672|2673|2884|2885|2890|2891)
48
48
   match system.hardware.version regex X31
49
49
    addquirk --quirk-dpms-suspend
50
50
    addquirk --quirk-radeon-off
58
58
   addquirk --quirk-vbe-post
59
59
  endmatch
60
60
 # <!-- R50p, R52, X41t, X40, T30, T41p, T41p, T42, X40, Z60t, X41, Z60m-->
61
 
  match system.hardware.product regex ^(1832;1860;1869;2371;2373;2374;2376;2382;2386;2511;2513;2525;2526;2529;2530)
 
61
  match system.hardware.product regex ^(1832|1860|1869|2371|2373|2374|2376|2382|2386|2511|2513|2525|2526|2529|2530)
62
62
   addquirk --quirk-s3-bios
63
63
   addquirk --quirk-s3-mode
64
64
  endmatch
65
65
 # <!-- R52 ATI Mobility Radeon X300, G41 -->
66
 
  match system.hardware.product regex ^(1846;1847;2886)
 
66
  match system.hardware.product regex ^(1846|1847|2886)
67
67
   addquirk --quirk-vbe-post
68
68
   addquirk --quirk-vbemode-restore
69
69
  endmatch
72
72
   addquirk --quirk-s3-bios
73
73
  endmatch
74
74
 # <!-- T42, T42p -->
75
 
  match system.hardware.product regex ^(2378;2379)
 
75
  match system.hardware.product regex ^(2378|2379)
76
76
   match system.hardware.version regex ^ThinkPad T42
77
77
    addquirk --quirk-s3-bios
78
78
   endmatch
95
95
   addquirk --quirk-vbestate-restore
96
96
  endmatch
97
97
 # <!-- need no quirks: A21m, A21p, R32, R40 (2x)-->
98
 
  match system.hardware.product regex ^(2628;2629;2658;2681;2722)
 
98
  match system.hardware.product regex ^(2628|2629|2658|2681|2722)
99
99
   addquirk --quirk-none
100
100
  endmatch
101
101
 # <!-- need no quirks: a X40, T40 -->
102
102
  match system.hardware.version regex ^ThinkPad X40$
103
103
   match system.firmware.version regex ^1UETD2WW
104
 
    addquirk --quirk-none
105
 
   endmatch
106
 
  endmatch
107
 
  match system.hardware.version regex ^ThinkPad T40 $
108
 
   match system.firmware.version regex ^1RETDRWW
109
 
    addquirk --quirk-none
110
 
   endmatch
111
 
  endmatch
112
 
 endmatch
 
104
   # <!-- one particular X40 was reported to need above quirks -->
 
105
    addquirk --quirk-none
 
106
   endmatch
 
107
  endmatch
 
108
 endmatch
 
109
 match system.hardware.version regex ^ThinkPad T40 $
 
110
  match system.firmware.version regex ^1RETDRWW
 
111
   addquirk --quirk-none
 
112
  endmatch
 
113
 endmatch
 
114
endmatch
 
115
match system.hardware.vendor regex ^IBM CORPORATION$
 
116
 match system.hardware.product regex ^(4800723|4800743|4800783|4800C43)$
 
117
  addquirk --quirk-s3-bios
 
118
  addquirk --quirk-s3-mode
 
119
 endmatch
 
120
endmatch