PATCH: Add an id to ide-cs.c

Matt Reimer mattjreimer at gmail.com
Thu Oct 26 18:56:00 EDT 2006


On 10/25/06, Dominik Brodowski <linux at dominikbrodowski.net> wrote:
> Hi,
>
> On Wed, Oct 25, 2006 at 05:52:46PM -0700, Matt Reimer wrote:
> > Below is a patch against 2.6.18.1 to add another CF card id:
> >
> > product info: "TRANSCEND", "TS1GCF80", "", ""
> > manfid: 0x000a, 0x0000
> > function: 4 (fixed disk)
>
> Thanks for reporting it and sending a patch. Could you update the table in
> drivers/ata/pata_pcmcia.c accordingly, please, and re-send the patch with a
> "Signed-off-by:" line (as per Documentation/SubmittingPatches )?

Ok, take two:

Below is a patch against 2.6.19-rc3 to add another CF card id:

product info: "TRANSCEND", "TS1GCF80", "", ""
manfid: 0x000a, 0x0000
function: 4 (fixed disk)

Signed-off-by: Matt Reimer <mreimer at vpop.net>

--- drivers/ide/legacy/ide-cs.c.orig    2006-10-26 15:46:45.000000000 -0700
+++ drivers/ide/legacy/ide-cs.c 2006-10-26 15:45:48.000000000 -0700
@@ -408,6 +408,7 @@ static struct pcmcia_device_id ide_ids[]
        PCMCIA_DEVICE_PROD_ID12("SMI VENDOR", "SMI PRODUCT",
0x30896c92, 0x703cc5f6),
        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", "TS4GCF120", 0x709b1bf1,
0xf54a91c8),
        PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852),
        PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209),
--- drivers/ata/pata_pcmcia.c.orig      2006-10-26 15:46:25.000000000 -0700
+++ drivers/ata/pata_pcmcia.c   2006-10-26 15:46:06.000000000 -0700
@@ -356,6 +356,7 @@ static struct pcmcia_device_id pcmcia_de
        PCMCIA_DEVICE_PROD_ID12("SMI VENDOR", "SMI PRODUCT",
0x30896c92, 0x703cc5f6),
        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", "TS4GCF120", 0x709b1bf1,
0xf54a91c8),
        PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852),
        PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209),



More information about the linux-pcmcia mailing list