]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/acpi/acpi_video.c
ACPI / video: Extend chassis-type detection with a "Lunch Box" check
[mirror_ubuntu-bionic-kernel.git] / drivers / acpi / acpi_video.c
index 9f56c066227cdda343beb3d3661562eaec4c846c..e39a1489cc7294c287902c241ff5f3ce347f1912 100644 (file)
@@ -2142,6 +2142,7 @@ static bool dmi_is_desktop(void)
        case 0x05: /* Pizza Box */
        case 0x06: /* Mini Tower */
        case 0x07: /* Tower */
+       case 0x10: /* Lunch Box */
        case 0x11: /* Main Server Chassis */
                return true;
        }