Comment 11 for bug 453963

Revision history for this message
Iain Buclaw (iainb) wrote :

Quick question on this bug, if you don't mind.

Regarding this part of the patch:

 .callback = init_set_sci_en_on_resume,
 .ident = "Hewlett-Packard Pavilion dv4",
 .matches = {
  DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
  DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4"),
  },
 },

If dmidecode -s system-product-name returned: "HP Pavillion dv4 Notebook PC"
Would the above code catch that? Or will dv4 Laptops with that product name - instead of "HP Pavilion dv4" still be affected?

Regards
Iain