* [PATCH] pcmcia ide kingston compactflash's have a new manufacturer id
@ 2008-06-19 15:05 Philippe De Muyter
2008-06-20 17:23 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 2+ messages in thread
From: Philippe De Muyter @ 2008-06-19 15:05 UTC (permalink / raw)
To: linux-kernel
Hi everybody,
Up to now, Kingston compactflash cards (ab)used the Toshiba Manufacturer's ID,
In their new CF cards, they use a new one. Let's the ide subsystem
recognize CF cards with the new id.
Signed-off-by: Christophe Niclaes <cniclaes@develtech.com>
Acked-by: Philippe De Muyter <phdm@macqel.be>
diff -r 60ebd5153c48 drivers/ide/legacy/ide-cs.c
--- a/drivers/ide/legacy/ide-cs.c Wed Jun 18 22:12:50 2008 -0700
+++ b/drivers/ide/legacy/ide-cs.c Thu Jun 19 16:35:29 2008 +0200
@@ -410,6 +410,7 @@ static struct pcmcia_device_id ide_ids[]
PCMCIA_DEVICE_MANF_CARD(0x001c, 0x0001), /* Mitsubishi CFA */
PCMCIA_DEVICE_MANF_CARD(0x0032, 0x0704),
PCMCIA_DEVICE_MANF_CARD(0x0045, 0x0401), /* SanDisk CFA */
+ PCMCIA_DEVICE_MANF_CARD(0x004f, 0x0000), /* Kingston */
PCMCIA_DEVICE_MANF_CARD(0x0098, 0x0000), /* Toshiba */
PCMCIA_DEVICE_MANF_CARD(0x00a4, 0x002d),
PCMCIA_DEVICE_MANF_CARD(0x00ce, 0x0000), /* Samsung */
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] pcmcia ide kingston compactflash's have a new manufacturer id
2008-06-19 15:05 [PATCH] pcmcia ide kingston compactflash's have a new manufacturer id Philippe De Muyter
@ 2008-06-20 17:23 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 2+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-06-20 17:23 UTC (permalink / raw)
To: Philippe De Muyter; +Cc: linux-kernel, Dominik Brodowski, Alan Cox
On Thursday 19 June 2008, Philippe De Muyter wrote:
> Hi everybody,
>
> Up to now, Kingston compactflash cards (ab)used the Toshiba Manufacturer's ID,
> In their new CF cards, they use a new one. Let's the ide subsystem
> recognize CF cards with the new id.
>
> Signed-off-by: Christophe Niclaes <cniclaes@develtech.com>
> Acked-by: Philippe De Muyter <phdm@macqel.be>
applied, thanks
> diff -r 60ebd5153c48 drivers/ide/legacy/ide-cs.c
> --- a/drivers/ide/legacy/ide-cs.c Wed Jun 18 22:12:50 2008 -0700
> +++ b/drivers/ide/legacy/ide-cs.c Thu Jun 19 16:35:29 2008 +0200
> @@ -410,6 +410,7 @@ static struct pcmcia_device_id ide_ids[]
> PCMCIA_DEVICE_MANF_CARD(0x001c, 0x0001), /* Mitsubishi CFA */
> PCMCIA_DEVICE_MANF_CARD(0x0032, 0x0704),
> PCMCIA_DEVICE_MANF_CARD(0x0045, 0x0401), /* SanDisk CFA */
> + PCMCIA_DEVICE_MANF_CARD(0x004f, 0x0000), /* Kingston */
> PCMCIA_DEVICE_MANF_CARD(0x0098, 0x0000), /* Toshiba */
> PCMCIA_DEVICE_MANF_CARD(0x00a4, 0x002d),
> PCMCIA_DEVICE_MANF_CARD(0x00ce, 0x0000), /* Samsung */
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-20 18:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-19 15:05 [PATCH] pcmcia ide kingston compactflash's have a new manufacturer id Philippe De Muyter
2008-06-20 17:23 ` Bartlomiej Zolnierkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox