Skip to content

Commit

Permalink
x86, iosf: Add Quark X1000 PCI ID
Browse files Browse the repository at this point in the history
Add PCI device ID, i.e. that of the Host Bridge,
for IOSF MBI driver.

Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Link: http://lkml.kernel.org/r/1399668248-24199-4-git-send-email-david.e.box@linux.intel.com
Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
  • Loading branch information
Ong Boon Leong authored and H. Peter Anvin committed May 9, 2014
1 parent 7ef1def commit 90916e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/iosf_mbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ static int iosf_mbi_probe(struct pci_dev *pdev,

static DEFINE_PCI_DEVICE_TABLE(iosf_mbi_pci_ids) = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0F00) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0958) },
{ 0, },
};
MODULE_DEVICE_TABLE(pci, iosf_mbi_pci_ids);
Expand Down

0 comments on commit 90916e0

Please sign in to comment.