diff options
-rw-r--r-- | arch/x86/pci/acpi.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/x86/pci/acpi.c b/arch/x86/pci/acpi.c index 546f18ad09f0..ff9911707160 100644 --- a/arch/x86/pci/acpi.c +++ b/arch/x86/pci/acpi.c | |||
@@ -81,6 +81,17 @@ static const struct dmi_system_id pci_crs_quirks[] __initconst = { | |||
81 | DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"), | 81 | DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"), |
82 | }, | 82 | }, |
83 | }, | 83 | }, |
84 | /* https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/931368 */ | ||
85 | /* https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1033299 */ | ||
86 | { | ||
87 | .callback = set_use_crs, | ||
88 | .ident = "Foxconn K8M890-8237A", | ||
89 | .matches = { | ||
90 | DMI_MATCH(DMI_BOARD_VENDOR, "Foxconn"), | ||
91 | DMI_MATCH(DMI_BOARD_NAME, "K8M890-8237A"), | ||
92 | DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"), | ||
93 | }, | ||
94 | }, | ||
84 | 95 | ||
85 | /* Now for the blacklist.. */ | 96 | /* Now for the blacklist.. */ |
86 | 97 | ||