From: Dmitry Torokhov Date: Wed, 21 Dec 2005 04:03:50 +0000 (-0500) Subject: Manual merge with Linus (conflict in drivers/input/misc/wistron_bnts.c) X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~55889^2~20 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=041387d98460b3947587929ef3a4773b8c48538f;p=mirror_ubuntu-focal-kernel.git Manual merge with Linus (conflict in drivers/input/misc/wistron_bnts.c) --- 041387d98460b3947587929ef3a4773b8c48538f diff --cc drivers/input/misc/wistron_btns.c index ef7ee924ecc6,bac3085185fe..b77e2692ba3a --- a/drivers/input/misc/wistron_btns.c +++ b/drivers/input/misc/wistron_btns.c @@@ -330,16 -320,7 +330,16 @@@ static struct dmi_system_id dmi_ids[] }, .driver_data = keymap_acer_aspire_1500 }, + { + .callback = dmi_matched, + .ident = "Acer TravelMate 240", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 240"), + }, + .driver_data = keymap_acer_travelmate_240 + }, - { 0, } + { NULL, } }; static int __init select_keymap(void)