[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1231599986.10065.2.camel@kplaws107lx>
Date: Sat, 10 Jan 2009 16:06:26 +0100
From: Carsten Schlote <c.schlote@...zeptpark.de>
To: linux-kernel@...r.kernel.org
Subject: [PATCH][ATA] Add new CFcard pcmcia device to pata_pcmcia device
table
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@...zeptpark.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),
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists