mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][ATA] Add new CFcard pcmcia device to pata_pcmcia device table
@ 2009-01-10 15:06 Carsten Schlote
  0 siblings, 0 replies; only message in thread
From: Carsten Schlote @ 2009-01-10 15:06 UTC (permalink / raw)
  To: linux-kernel

I got a 4GB CF card label 'adata compactflash 4GB speed'. 

The card wasn't recognized by the pata_pcmcia driver, I checked the
systool output for the pcmcia device - the reported values didn't match
any entry in pata_pcmcia driver.

This patch adds the device 0x004f and card ID 0x0000 to the pata_pcmcia
driver.

Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de>
---
 drivers/ata/pata_pcmcia.c |    1 +
 1 file changed, 1 insertion(+)

Index: .kernel/drivers/ata/pata_pcmcia.c
===================================================================
--- .kernel.orig/drivers/ata/pata_pcmcia.c	2009-01-10 13:12:30.000000000
+0100
+++ .kernel/drivers/ata/pata_pcmcia.c	2009-01-10 14:55:12.000000000
+0100
@@ -384,6 +384,7 @@
 	PCMCIA_DEVICE_MANF_CARD(0x0032, 0x0704),
 	PCMCIA_DEVICE_MANF_CARD(0x0032, 0x2904),
 	PCMCIA_DEVICE_MANF_CARD(0x0045, 0x0401),	/* SanDisk CFA */
+	PCMCIA_DEVICE_MANF_CARD(0x004f, 0x0000),	/* adata CFA */
 	PCMCIA_DEVICE_MANF_CARD(0x0097, 0x1620), 	/* TI emulated */
 	PCMCIA_DEVICE_MANF_CARD(0x0098, 0x0000),	/* Toshiba */
 	PCMCIA_DEVICE_MANF_CARD(0x00a4, 0x002d),

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

only message in thread, other threads:[~2009-01-10 15:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-10 15:06 [PATCH][ATA] Add new CFcard pcmcia device to pata_pcmcia device table Carsten Schlote

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

all inboxes | Powered by JetHome®