[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <D7810733513F4840B4EBAAFA64D9C6A40130764F@stgw002a.ww002.siemens.net>
Date: Thu, 26 Apr 2007 11:49:35 +0200
From: "Aeschbacher, Fabrice" <Fabrice.Aeschbacher@...mens.com>
To: <linux-pcmcia@...ts.infradead.org>
Cc: "lkml" <linux-kernel@...r.kernel.org>,
"Peter Stuge" <stuge-linux-pcmcia@....org>,
"Aeschbacher, Fabrice" <Fabrice.Aeschbacher@...mens.com>
Subject: [PATCH] pata_pcmcia: recognize 2GB CompactFlash from Transcend
This patch allows the pata_pcmcia driver to automatically detect 2GB
CompactFlash cards from Transcend.
Signed-off-by: Fabrice Aeschbacher <fabrice.aeschbacher@...mens.com>
=====================================================================
--- linux-2.6.20.7-orig/drivers/ata/pata_pcmcia.c 2007-04-15
21:08:02.000000000 +0200
+++ linux-2.6.20.7/drivers/ata/pata_pcmcia.c 2007-04-26
11:35:38.000000000 +0200
@@ -350,6 +350,7 @@
PCMCIA_DEVICE_PROD_ID12("TOSHIBA", "MK2001MPL", 0xb4585a1a,
0x3489e003),
PCMCIA_DEVICE_PROD_ID1("TRANSCEND 512M ", 0xd0909443),
PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS1GCF80", 0x709b1bf1,
0x2a54d4b1),
+ PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS2GCF120", 0x709b1bf1,
0x969aa4f2),
PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS4GCF120", 0x709b1bf1,
0xf54a91c8),
PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852),
PCMCIA_DEVICE_PROD_ID12("WEIDA", "TWTTI", 0xcc7cf69c,
0x212bb918),
-
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