Comment 18 for bug 361988

Revision history for this message
Tarek Loubani (tareko) wrote :

I'm trying to figure out how to properly add a quirk line into HAL. It seems that it should go in here:

/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi

I think these are the lines to add (will test now):

      <match key="system.hardware.product" contains="2530p">
        <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
      </match>

I have attached a patch. How do I get this bug also crosslinked into HAL??