On Tue, Apr 4, 2017 at 4:35 PM, Santeri Toivonen <santeri.toivonen@xxxxxxxxxx> wrote: > There were indeed some issues wit hthe mail client ruining the formatting > which should finally be fixed in the following: Now, patch looks indeed good.Though I need a better commit message. Please, resend - as a separate mail - having clear commit message. Thanks! > > Signed-off-by: Santeri Toivonen <santeri.toivonen@xxxxxxxxxx> > --- > drivers/platform/x86/asus-nb-wmi.c | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/drivers/platform/x86/asus-nb-wmi.c > b/drivers/platform/x86/asus-nb-wmi.c > index dea98ffb6f60..1ae58d906536 100644 > --- a/drivers/platform/x86/asus-nb-wmi.c > +++ b/drivers/platform/x86/asus-nb-wmi.c > @@ -144,6 +144,15 @@ static const struct dmi_system_id asus_quirks[] = { > }, > { > .callback = dmi_matched, > + .ident = "ASUSTeK COMPUTER INC. X302UA", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), > + DMI_MATCH(DMI_PRODUCT_NAME, "X302UA"), > + }, > + .driver_data = &quirk_asus_wapf4, > + }, > + { > + .callback = dmi_matched, > .ident = "ASUSTeK COMPUTER INC. X401U", > .matches = { > DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), > -- > 2.11.0.windows.3 -- With Best Regards, Andy Shevchenko