aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPierre Ossman <drzeus@drzeus.cx>2008-04-04 13:36:59 -0400
committerPierre Ossman <drzeus@drzeus.cx>2008-07-15 08:14:40 -0400
commit4489428ab5a49a6f443d9aa17f1d891417787d7b (patch)
treefe95fd7aed4858e03af828805461716eb27d7d7c /include
parent45211e21598441a32e53cf5032b7faeac143df6d (diff)
sdhci: support JMicron secondary interface
JMicron chips sometimes have two interfaces to work around limitations in Microsoft's sdhci driver. This patch allows us to use either interface. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'include')
-rw-r--r--include/linux/pci_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 65953822c9cb..30153473bc37 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2188,6 +2188,7 @@
2188#define PCI_DEVICE_ID_JMICRON_JMB366 0x2366 2188#define PCI_DEVICE_ID_JMICRON_JMB366 0x2366
2189#define PCI_DEVICE_ID_JMICRON_JMB368 0x2368 2189#define PCI_DEVICE_ID_JMICRON_JMB368 0x2368
2190#define PCI_DEVICE_ID_JMICRON_JMB38X_SD 0x2381 2190#define PCI_DEVICE_ID_JMICRON_JMB38X_SD 0x2381
2191#define PCI_DEVICE_ID_JMICRON_JMB38X_MMC 0x2382
2191#define PCI_DEVICE_ID_JMICRON_JMB38X_MS 0x2383 2192#define PCI_DEVICE_ID_JMICRON_JMB38X_MS 0x2383
2192 2193
2193#define PCI_VENDOR_ID_KORENIX 0x1982 2194#define PCI_VENDOR_ID_KORENIX 0x1982