From: Carsten Schlote <c.schlote@konzeptpark.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH][ATA] Add new CFcard pcmcia device to pata_pcmcia device table
Date: Sat, 10 Jan 2009 16:06:26 +0100 [thread overview]
Message-ID: <1231599986.10065.2.camel@kplaws107lx> (raw)
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),
reply other threads:[~2009-01-10 15:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1231599986.10065.2.camel@kplaws107lx \
--to=c.schlote@konzeptpark.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®