From: Jeff Garzik <jeff@garzik.org>
To: Marc Pignat <marc.pignat@hevs.ch>
Cc: linux-pcmcia@lists.infradead.org, linux-ide@vger.kernel.org
Subject: Re: [PATCH] pata_pcmcia: another memory card support
Date: Tue, 11 Nov 2008 03:02:23 -0500 [thread overview]
Message-ID: <49193C0F.5000908@garzik.org> (raw)
In-Reply-To: <200811061144.35556.marc.pignat@hevs.ch>
Marc Pignat wrote:
> Support for Apacer photo steno pro card.
>
> Signed-off-by: Marc Pignat <marc.pignat@hevs.ch>
> ---
>
> Hi all!
>
> Here is a new ID for ide-cs and pata_pcmcia. I tried all the card
> I can find in the labs, only this one was unknown.
>
> Best regards
>
> Marc
>
>
>
> diff --git a/drivers/ata/pata_pcmcia.c b/drivers/ata/pata_pcmcia.c
> index 271cb64..64b2e22 100644
> --- a/drivers/ata/pata_pcmcia.c
> +++ b/drivers/ata/pata_pcmcia.c
> @@ -416,6 +416,7 @@ static struct pcmcia_device_id pcmcia_devices[] = {
> PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209),
> PCMCIA_DEVICE_PROD_ID12("STI", "Flash 5.0", 0xbf2df18d, 0x8cb57a0e),
> PCMCIA_MFC_DEVICE_PROD_ID12(1, "SanDisk", "ConnectPlus", 0x7a954bd9, 0x74be00c6),
> + PCMCIA_DEVICE_PROD_ID2("Flash Card", 0x5a362506),
> PCMCIA_DEVICE_NULL,
> };
>
> diff --git a/drivers/ide/ide-cs.c b/drivers/ide/ide-cs.c
> index cb199c8..f50210f 100644
> --- a/drivers/ide/ide-cs.c
> +++ b/drivers/ide/ide-cs.c
> @@ -444,6 +444,7 @@ static struct pcmcia_device_id ide_ids[] = {
> PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209),
> PCMCIA_DEVICE_PROD_ID12("STI", "Flash 5.0", 0xbf2df18d, 0x8cb57a0e),
> PCMCIA_MFC_DEVICE_PROD_ID12(1, "SanDisk", "ConnectPlus", 0x7a954bd9, 0x74be00c6),
> + PCMCIA_DEVICE_PROD_ID2("Flash Card", 0x5a362506),
> PCMCIA_DEVICE_NULL,
> };
> MODULE_DEVICE_TABLE(pcmcia, ide_ids);
> --
applied pata_pcmcia bit
next prev parent reply other threads:[~2008-11-11 8:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-06 10:44 [PATCH] pata_pcmcia: another memory card support Marc Pignat
2008-11-06 11:55 ` Komuro
2008-11-06 12:09 ` Marc Pignat
2008-11-06 21:09 ` Komuro
2008-11-09 20:37 ` Dominik Brodowski
2008-11-11 8:02 ` Jeff Garzik [this message]
2008-11-11 8:40 ` Dominik Brodowski
2008-11-11 8:44 ` Jeff Garzik
2008-11-11 11:22 ` Dominik Brodowski
2008-11-11 11:59 ` Alan Cox
2008-11-11 12:25 ` Dominik Brodowski
2008-11-11 11:37 ` Alan Cox
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=49193C0F.5000908@garzik.org \
--to=jeff@garzik.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-pcmcia@lists.infradead.org \
--cc=marc.pignat@hevs.ch \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.