projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef1def
)
x86, iosf: Add Quark X1000 PCI ID
author
Ong Boon Leong
<boon.leong.ong@intel.com>
Fri, 9 May 2014 20:44:07 +0000
(13:44 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Fri, 9 May 2014 21:57:23 +0000
(14:57 -0700)
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>
arch/x86/kernel/iosf_mbi.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/iosf_mbi.c
b/arch/x86/kernel/iosf_mbi.c
index
f4ff978
..
201a7ab
100644
(file)
--- a/
arch/x86/kernel/iosf_mbi.c
+++ b/
arch/x86/kernel/iosf_mbi.c
@@
-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);