public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.4] add some cardbus bridges to override list in yenta.c
@ 2004-03-24 21:28 Daniel Ritz
  0 siblings, 0 replies; only message in thread
From: Daniel Ritz @ 2004-03-24 21:28 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: David Hinds, linux-kernel

hello marcelo

this one adds the missing TI15x0 (already in 2.6) and some TI clones from
ENE to yenta's override list. most importantly the override code enables PCI
card change interrupts which are required by yenta.

against 2.4-bk. please apply.

rgds
-daniel


--- 1.15/drivers/pcmcia/yenta.c	Tue Jan  6 05:55:05 2004
+++ edited/drivers/pcmcia/yenta.c	Wed Mar 24 14:35:38 2004
@@ -870,6 +870,13 @@
 	{ PD(TI,1420),	&ti_ops },
 	{ PD(TI,4410),	&ti_ops },
 	{ PD(TI,4451),	&ti_ops },
+	{ PD(TI,1510),  &ti_ops },
+	{ PD(TI,1520),  &ti_ops },
+
+	{ PD(ENE,1211),  &ti_ops },
+	{ PD(ENE,1225),  &ti_ops },
+	{ PD(ENE,1410),  &ti_ops },
+	{ PD(ENE,1420),  &ti_ops },
 
 	{ PD(RICOH,RL5C465), &ricoh_ops },
 	{ PD(RICOH,RL5C466), &ricoh_ops },
--- 1.85/include/linux/pci_ids.h	Tue Mar 16 14:08:27 2004
+++ edited/include/linux/pci_ids.h	Wed Mar 24 14:36:19 2004
@@ -660,6 +660,8 @@
 #define PCI_DEVICE_ID_TI_4410		0xac41
 #define PCI_DEVICE_ID_TI_4451		0xac42
 #define PCI_DEVICE_ID_TI_1420		0xac51
+#define PCI_DEVICE_ID_TI_1520		0xac55
+#define PCI_DEVICE_ID_TI_1510		0xac56
 
 #define PCI_VENDOR_ID_SONY		0x104d
 #define PCI_DEVICE_ID_SONY_CXD3222	0x8039
@@ -1686,6 +1688,12 @@
 #define PCI_DEVICE_ID_TIGON3_5901	0x170d
 #define PCI_DEVICE_ID_TIGON3_5901_2	0x170e
 #define PCI_DEVICE_ID_BCM4401		0x4401
+
+#define PCI_VENDOR_ID_ENE		0x1524
+#define PCI_DEVICE_ID_ENE_1211		0x1211
+#define PCI_DEVICE_ID_ENE_1225		0x1225
+#define PCI_DEVICE_ID_ENE_1410		0x1410
+#define PCI_DEVICE_ID_ENE_1420		0x1420
 
 #define PCI_VENDOR_ID_SYBA		0x1592
 #define PCI_DEVICE_ID_SYBA_2P_EPP	0x0782


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-24 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-24 21:28 [PATCH 2.4] add some cardbus bridges to override list in yenta.c Daniel Ritz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox