wok diff pm-utils/stuff/video-quirks/20-video-quirk-pm-acer.quirkdb @ rev 25055

linux: disable Realtek RTL8723AU Wireless LAN NIC driver
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 06 09:43:10 2022 +0000 (2022-06-06)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pm-utils/stuff/video-quirks/20-video-quirk-pm-acer.quirkdb	Mon Jun 06 09:43:10 2022 +0000
     1.3 @@ -0,0 +1,158 @@
     1.4 +# <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
     1.5 + match system.hardware.vendor regex_ncase ^Acer
     1.6 +  match system.hardware.product regex ^TravelMate
     1.7 +   match system.hardware.product regex C300
     1.8 +    addquirk --quirk-vbestate-restore
     1.9 +   endmatch
    1.10 +   match system.hardware.product regex 2350|2410|2420|2490|3220|4000|4650|5320
    1.11 +    addquirk --quirk-s3-bios
    1.12 +    addquirk --quirk-s3-mode
    1.13 +   endmatch
    1.14 +   match system.hardware.product regex 3000|4100
    1.15 +    addquirk --quirk-vbe-post
    1.16 +    addquirk --quirk-vbestate-restore
    1.17 +   endmatch
    1.18 +   match system.hardware.product regex 2300|2310|3010|3020|6291
    1.19 +    addquirk --quirk-vbe-post
    1.20 +    addquirk --quirk-vbemode-restore
    1.21 +   endmatch
    1.22 +   match system.hardware.product regex 3260
    1.23 +    addquirk --quirk-vbe-post
    1.24 +    addquirk --quirk-vbemode-restore
    1.25 +    addquirk --quirk-pci-save
    1.26 +   endmatch
    1.27 +   match system.hardware.product regex 7520|8000
    1.28 +    addquirk --quirk-s3-bios
    1.29 +   endmatch
    1.30 +   match system.hardware.product regex C100|6460
    1.31 +    addquirk --quirk-vbe-post
    1.32 +   endmatch
    1.33 +   match system.hardware.product regex C200|2450|4400|6492
    1.34 +    addquirk --quirk-none
    1.35 +   endmatch
    1.36 +  # <!-- Acer TravalMate 4002 Wlmi with ATI RadeOn Mobility 9700. mashine suspends, wakes up, but "vbetool post" hangs -->
    1.37 +   match system.hardware.product regex 4000
    1.38 +    match system.hardware.primary_video.product numeric_compare_eq 20048
    1.39 +     match system.hardware.primary_video.vendor numeric_compare_eq 4098
    1.40 +      addquirk --quirk-vbe-post
    1.41 +      addquirk --quirk-vbemode-restore
    1.42 +      addquirk --quirk-dpms-on
    1.43 +     endmatch
    1.44 +    endmatch
    1.45 +   endmatch
    1.46 +  # <!-- these need the full name to prevent mixes with other machines
    1.47 +  # NOTE: HAL removes whitespaces at the end of the sysfs and dmidecode output,
    1.48 +  # we need to do exact string matches.
    1.49 +  # -->
    1.50 +   match system.hardware.product regex ^(TravelMate 240|TravelMate 250|TravelMate 650)$
    1.51 +    addquirk --quirk-vbe-post
    1.52 +    addquirk --quirk-vbestate-restore
    1.53 +   endmatch
    1.54 +   match system.hardware.product regex ^TravelMate 380$
    1.55 +    addquirk --quirk-vbe-post
    1.56 +    addquirk --quirk-vbestate-restore
    1.57 +    addquirk --quirk-s3-mode
    1.58 +   endmatch
    1.59 +  # <!-- TravelMate 630Lci -->
    1.60 +   match system.hardware.product regex ^(TravelMate 630|TravelMate 230)$
    1.61 +    addquirk --quirk-s3-bios
    1.62 +    addquirk --quirk-s3-mode
    1.63 +   endmatch
    1.64 +   match system.hardware.product regex ^TravelMate 660$
    1.65 +    addquirk --quirk-vbe-post
    1.66 +    addquirk --quirk-vbemode-restore
    1.67 +   endmatch
    1.68 +   match system.hardware.product regex ^TravelMate 800$
    1.69 +    addquirk --quirk-vbe-post
    1.70 +   endmatch
    1.71 +  endmatch
    1.72 +  match system.hardware.product regex ^Aspire
    1.73 +   match system.hardware.product regex 5050
    1.74 +    addquirk --quirk-s3-bios
    1.75 +   endmatch
    1.76 +   match system.hardware.product regex 1670|3610|3620|3690|5630
    1.77 +    addquirk --quirk-s3-bios
    1.78 +    addquirk --quirk-s3-mode
    1.79 +   endmatch
    1.80 +   match system.hardware.product regex 5610
    1.81 +   # <!-- report from s2ram for a 5610Z, not sure if the 5610 is the same, so do this check -->
    1.82 +    match system.hardware.product regex 5610Z
    1.83 +     addquirk --quirk-s3-bios
    1.84 +     addquirk --quirk-s3-mode
    1.85 +    endmatch
    1.86 +    match system.hardware.product regex_inverse 5610Z
    1.87 +     addquirk --quirk-vbe-post
    1.88 +    endmatch
    1.89 +   endmatch
    1.90 +   match system.hardware.product regex 5000|5020|5500
    1.91 +    addquirk --quirk-vbe-post
    1.92 +   endmatch
    1.93 +   match system.hardware.product regex 1640
    1.94 +    addquirk --quirk-vbestate-restore
    1.95 +   endmatch
    1.96 +   match system.hardware.product regex 1500|3000
    1.97 +    addquirk --quirk-vbe-post
    1.98 +    addquirk --quirk-vbestate-restore
    1.99 +   endmatch
   1.100 +   match system.hardware.product regex 1520|1650|5100|5110|5570|5920
   1.101 +    addquirk --quirk-vbe-post
   1.102 +    addquirk --quirk-vbemode-restore
   1.103 +   endmatch
   1.104 +   match system.hardware.product regex 1690|1694
   1.105 +    addquirk --quirk-vbe-post
   1.106 +    addquirk --quirk-vbestate-restore
   1.107 +    addquirk --quirk-no-fb
   1.108 +   endmatch
   1.109 +   match system.hardware.product regex 1350$
   1.110 +    addquirk --quirk-vbe-post
   1.111 +    addquirk --quirk-vbemode-restore
   1.112 +    addquirk --quirk-no-fb
   1.113 +   endmatch
   1.114 +   match system.hardware.product regex 2010|2920|3100|4520|5500Z|5580|5920G
   1.115 +    addquirk --quirk-none
   1.116 +   endmatch
   1.117 +  endmatch
   1.118 +  match system.hardware.product regex ^Extensa
   1.119 +   match system.hardware.product regex 6220
   1.120 +    addquirk --quirk-s3-bios
   1.121 +   endmatch
   1.122 +   match system.hardware.product regex 2900|3000|4150|5620
   1.123 +    addquirk --quirk-s3-bios
   1.124 +    addquirk --quirk-s3-mode
   1.125 +   endmatch
   1.126 +   match system.hardware.product regex 5220
   1.127 +    addquirk --quirk-s3-bios
   1.128 +    addquirk --quirk-vbe-post
   1.129 +   endmatch
   1.130 +  endmatch
   1.131 +  match system.hardware.product regex ^Ferrari
   1.132 +   match system.hardware.product regex 4000
   1.133 +    addquirk --quirk-vbe-post
   1.134 +    addquirk --quirk-vbestate-restore
   1.135 +    addquirk --quirk-no-fb
   1.136 +   endmatch
   1.137 +   match system.hardware.product regex 1000
   1.138 +    addquirk --quirk-vbe-post
   1.139 +    addquirk --quirk-vbestate-restore
   1.140 +   endmatch
   1.141 +  # <!-- does not work with fglrx -->
   1.142 +   match system.hardware.product regex 5000
   1.143 +    addquirk --quirk-vbe-post
   1.144 +    addquirk --quirk-vbemode-restore
   1.145 +   endmatch
   1.146 +  endmatch
   1.147 +  match system.hardware.product regex ^Xspire
   1.148 +   match system.hardware.product regex 1650
   1.149 +    addquirk --quirk-none
   1.150 +   endmatch
   1.151 +  endmatch
   1.152 +  match system.hardware.product regex ^AcerPower
   1.153 +   match system.hardware.product regex 2000
   1.154 +    addquirk --quirk-none
   1.155 +   endmatch
   1.156 +  endmatch
   1.157 + # <!-- Aspire One 110 -->
   1.158 +  match system.hardware.product regex ^(AOA110|AOA150)
   1.159 +   addquirk --quirk-none
   1.160 +  endmatch
   1.161 + endmatch