* [PATCH] pata_pcmcia.c: add card ident for jvc cdrom
@ 2007-05-08 14:20 Richard Kennedy
2007-05-10 0:17 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Richard Kennedy @ 2007-05-08 14:20 UTC (permalink / raw)
To: jgarzik; +Cc: linux-ide
update pata_pcmcia to add card ident for JVC MP-CDX1 cdrom drive
card info:
PRODID_1="KME"
PRODID_2="KXLC005"
PRODID_3="00"
MANFID=0032,2904
Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
---
patch against 2.6.21.1
This gets my laptop cd drive working with the new libata driver.
thanks
Richard
--- linux-2.6.21.1/drivers/ata/pata_pcmcia.c 2007-04-27 22:49:26.000000000 +0100
+++ linux-2.6.21.1/drivers/ata/pata_pcmcia.c.new 2007-05-08 12:18:35.000000000 +0100
@@ -322,6 +322,7 @@ static struct pcmcia_device_id pcmcia_de
PCMCIA_DEVICE_MANF_CARD(0x000a, 0x0000), /* I-O Data CFA */
PCMCIA_DEVICE_MANF_CARD(0x001c, 0x0001), /* Mitsubishi CFA */
PCMCIA_DEVICE_MANF_CARD(0x0032, 0x0704),
+ PCMCIA_DEVICE_MANF_CARD(0x0032, 0x2904),
PCMCIA_DEVICE_MANF_CARD(0x0045, 0x0401), /* SanDisk CFA */
PCMCIA_DEVICE_MANF_CARD(0x0098, 0x0000), /* Toshiba */
PCMCIA_DEVICE_MANF_CARD(0x00a4, 0x002d),
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] pata_pcmcia.c: add card ident for jvc cdrom
2007-05-08 14:20 [PATCH] pata_pcmcia.c: add card ident for jvc cdrom Richard Kennedy
@ 2007-05-10 0:17 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-05-10 0:17 UTC (permalink / raw)
To: Richard Kennedy; +Cc: linux-ide
Richard Kennedy wrote:
> update pata_pcmcia to add card ident for JVC MP-CDX1 cdrom drive
> card info:
> PRODID_1="KME"
> PRODID_2="KXLC005"
> PRODID_3="00"
> MANFID=0032,2904
>
> Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
> ---
> patch against 2.6.21.1
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-10 0:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-08 14:20 [PATCH] pata_pcmcia.c: add card ident for jvc cdrom Richard Kennedy
2007-05-10 0:17 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).