* Alex Chiang <achiang@xxxxxxxxxxxxx>: > + .callback = init_set_sci_en_on_resume, > + .ident = "Lenovo ThinkPad X201", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), > + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201"), > + }, > + }, > + { > + .callback = init_set_sci_en_on_resume, > + .ident = "Lenovo ThinkPad X201", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), > + DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201s"), > + }, > + }, > + { Whoops, not only is the .ident line wrong for the second entry above (should be X201s), it's also extraneous, as the first entry will catch it. I'll resubmit. /ac -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html