Comment 37 for bug 199059

Revision history for this message
Nick Steeves (nick-0) wrote :

Hi,

I just did a fresh install of Hardy, ran the updates, etc. The backlight of my 2673WKS Thinkpad X32 *still* stays on during suspend. It appears line 40:
<merge key="power_management.quirk.dpms_suspend" type="bool">true</merge>
is being skipped, because the if condition
<match key="system.hardware.version" contains="X31">
fails. Even though I have a 2673, it's not an X31...

Could you please change lines 37 and 39 to test for X32, or else and and "or" condition to the if contains "X31"... so, if system.hardware.version contains "X31" or "X32", however that is done. If an "or" is not possible, could you please and a special clause for the X32? Thanks!