* [PATCH] toshiba_acpi: Add Toshiba TECRA A50-A to the alt keymap dmi list
@ 2014-10-23 8:18 Aaron Lu
2014-10-24 22:03 ` Darren Hart
0 siblings, 1 reply; 2+ messages in thread
From: Aaron Lu @ 2014-10-23 8:18 UTC (permalink / raw)
To: Darren Hart
Cc: Blindekinder, Azael Avalos, platform-driver-x86@vger.kernel.org
As bug #72551, the Toshiba TECRA A50-A series models also come with the
new keymap layout as found out by Azael Avalos, so add it to the dmi
table.
Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=76971
Reported-and-tested-by: Blindekinder <rafael.raccuia@blindekinder.com>
Cc: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Aaron Lu <aaron.lu@intel.com>
---
drivers/platform/x86/toshiba_acpi.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/platform/x86/toshiba_acpi.c b/drivers/platform/x86/toshiba_acpi.c
index ef3a1904e92f..ab6151f05420 100644
--- a/drivers/platform/x86/toshiba_acpi.c
+++ b/drivers/platform/x86/toshiba_acpi.c
@@ -240,6 +240,12 @@ static const struct dmi_system_id toshiba_alt_keymap_dmi[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Qosmio X75-A"),
},
},
+ {
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "TECRA A50-A"),
+ },
+ },
{}
};
--
1.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] toshiba_acpi: Add Toshiba TECRA A50-A to the alt keymap dmi list
2014-10-23 8:18 [PATCH] toshiba_acpi: Add Toshiba TECRA A50-A to the alt keymap dmi list Aaron Lu
@ 2014-10-24 22:03 ` Darren Hart
0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2014-10-24 22:03 UTC (permalink / raw)
To: Aaron Lu; +Cc: Blindekinder, Azael Avalos, platform-driver-x86@vger.kernel.org
On Thu, Oct 23, 2014 at 04:18:02PM +0800, Aaron Lu wrote:
> As bug #72551, the Toshiba TECRA A50-A series models also come with the
> new keymap layout as found out by Azael Avalos, so add it to the dmi
> table.
>
> Buglink: https://bugzilla.kernel.org/show_bug.cgi?id=76971
> Reported-and-tested-by: Blindekinder <rafael.raccuia@blindekinder.com>
> Cc: Azael Avalos <coproscefalo@gmail.com>
> Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Queued, thanks Aaron.
--
Darren Hart
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-24 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 8:18 [PATCH] toshiba_acpi: Add Toshiba TECRA A50-A to the alt keymap dmi list Aaron Lu
2014-10-24 22:03 ` Darren Hart
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.