Skip to content

Commit 7500eeb

Browse files
tmassimiMatthew Garrett
authored andcommitted
Platform: samsung_laptop: add support for X520 machines.
my samsung laptop would be very happy if you add these lines to the file drivers/platform/x86/samsung-laptop.c Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Matthew Garrett <[email protected]>
1 parent f87d029 commit 7500eeb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/platform/x86/samsung-laptop.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,15 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
770770
DMI_MATCH(DMI_BOARD_NAME, "NC210/NC110"),
771771
},
772772
.callback = dmi_check_cb,
773+
},
774+
{
775+
.ident = "X520",
776+
.matches = {
777+
DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
778+
DMI_MATCH(DMI_PRODUCT_NAME, "X520"),
779+
DMI_MATCH(DMI_BOARD_NAME, "X520"),
780+
},
781+
.callback = dmi_check_cb,
773782
},
774783
{ },
775784
};

0 commit comments

Comments
 (0)