~ubuntu-branches/ubuntu/precise/pm-utils/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-11-17 05:23:08 UTC
  • mfrom: (40.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20101117052308-7c199zhpliihcqhe
Tags: 1.4.1-4
* debian/patches/12-fix-intel-audio-powersave-hook.patch
  - Fix path in intel-audio-powersave hook and the log output.
    (Closes: #598006). Thanks Florian Kriener for the patch!
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
  - Drop quilt from Build-Depends.
  - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk include.
  - Remove debian/README.source.
  - Move video-quirks to debian/ so they are handled properly by
    dpkg-source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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