Comment 67 for bug 1504445

Revision history for this message
Thatoo (thatoo) wrote :

I forgot to say that to identify your laptop model you can run
sudo dmidecode | grep Product\ Name

you'll need to change
DMI_MATCH(DMI_PRODUCT_NAME, "X455LAB"),
by
DMI_MATCH(DMI_PRODUCT_NAME, "XXXXX"),

XXXXX being your laptop model