Comment 4 for bug 1936678

Revision history for this message
Alex Hung (alexhung) wrote :

The below patch is still in place so samsung-laptop will not work on EFI.

commit e0094244e41c4d0c7ad69920681972fc45d8ce34
Author: Matt Fleming <email address hidden>
Date: Thu Jan 3 09:02:37 2013 +0000

    samsung-laptop: Disable on EFI hardware

This is also before the DMI quirks, ex.

        if (efi_enabled(EFI_BOOT))
                return -ENODEV;

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

I am not aware of any updates on Samsung vs. Linux with EFI. It is really up to Samsung to make sure their BIOS doesn't get corrupted, so I guess this bug is a "won't fix".