Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349414
b: refs/heads/master
c: e009424
h: refs/heads/master
v: v3
  • Loading branch information
Matt Fleming authored and H. Peter Anvin committed Jan 30, 2013
1 parent 409bd17 commit a50d9cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 83e68189745ad931c2afd45d8ee3303929233e7f
refs/heads/master: e0094244e41c4d0c7ad69920681972fc45d8ce34
4 changes: 4 additions & 0 deletions trunk/drivers/platform/x86/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/seq_file.h>
#include <linux/debugfs.h>
#include <linux/ctype.h>
#include <linux/efi.h>
#include <acpi/video.h>

/*
Expand Down Expand Up @@ -1544,6 +1545,9 @@ static int __init samsung_init(void)
struct samsung_laptop *samsung;
int ret;

if (efi_enabled(EFI_BOOT))
return -ENODEV;

quirks = &samsung_unknown;
if (!force && !dmi_check_system(samsung_dmi_table))
return -ENODEV;
Expand Down

0 comments on commit a50d9cd

Please sign in to comment.