Commit 8aa2bb43 authored by Riccardo Magliocchetti's avatar Riccardo Magliocchetti Committed by Greg Kroah-Hartman

Staging: samsung-laptop: Add P460 to supported laptops

Signed-off-by: default avatarRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent dc5ecf45
...@@ -629,6 +629,15 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = { ...@@ -629,6 +629,15 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
}, },
.callback = dmi_check_cb, .callback = dmi_check_cb,
}, },
{
.ident = "P460",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "P460"),
DMI_MATCH(DMI_BOARD_NAME, "P460"),
},
.callback = dmi_check_cb,
},
{ }, { },
}; };
MODULE_DEVICE_TABLE(dmi, samsung_dmi_table); MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment