Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283320
b: refs/heads/master
c: e702781
h: refs/heads/master
v: v3
  • Loading branch information
Dave Jones authored and Jesse Barnes committed Jan 6, 2012
1 parent 01b7d75 commit 72fa35c
Show file tree
Hide file tree
Showing 2 changed files with 13 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: 28c3c05d337f6fdf84faf69374e6325b80cbf9ad
refs/heads/master: e702781fa846dd726b73e673f91ffbd3b0e8d114
12 changes: 12 additions & 0 deletions trunk/arch/x86/pci/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ static const struct dmi_system_id pci_use_crs_table[] __initconst = {
},
},

/* Now for the blacklist.. */

/* https://bugzilla.redhat.com/show_bug.cgi?id=769657 */
{
.callback = set_nouse_crs,
.ident = "Dell Studio 1557",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "Studio 1557"),
DMI_MATCH(DMI_BIOS_VERSION, "A09"),
},
},
{}
};

Expand Down

0 comments on commit 72fa35c

Please sign in to comment.