aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLeandro Dorileo <dorileo@ossystems.com.br>2007-07-25 17:47:04 -0400
committerPierre Ossman <drzeus@drzeus.cx>2007-07-25 19:53:09 -0400
commitb8352260d28b30cb2bb2df99814fb9c360e38901 (patch)
tree008c36650fc15a3a7e0d3b6e5930f05b2b40fb42 /include/linux
parent43b58b36b7e6554b8a96be6b9f63542c583c06e5 (diff)
sdhci: add support to ENE-CB714
Added its pci_id and implemented a quirk for it because this controller needs to reset cmd and data when setting ios. Signed-off-by: Leandro Dorileo <dorileo@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/pci_ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index cbabb9c675c9..0befd9513f85 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1972,6 +1972,8 @@
1972#define PCI_VENDOR_ID_ENE 0x1524 1972#define PCI_VENDOR_ID_ENE 0x1524
1973#define PCI_DEVICE_ID_ENE_CB712_SD 0x0550 1973#define PCI_DEVICE_ID_ENE_CB712_SD 0x0550
1974#define PCI_DEVICE_ID_ENE_CB712_SD_2 0x0551 1974#define PCI_DEVICE_ID_ENE_CB712_SD_2 0x0551
1975#define PCI_DEVICE_ID_ENE_CB714_SD 0x0750
1976#define PCI_DEVICE_ID_ENE_CB714_SD_2 0x0751
1975#define PCI_DEVICE_ID_ENE_1211 0x1211 1977#define PCI_DEVICE_ID_ENE_1211 0x1211
1976#define PCI_DEVICE_ID_ENE_1225 0x1225 1978#define PCI_DEVICE_ID_ENE_1225 0x1225
1977#define PCI_DEVICE_ID_ENE_1410 0x1410 1979#define PCI_DEVICE_ID_ENE_1410 0x1410