Re: [PATCH] ACPI: DMI init_set_sci_en_on_resume for multipleLenovo ThinkPads

From: Alex Chiang
Date: Thu Apr 22 2010 - 16:41:35 EST


* 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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/