projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc170e6
)
[libata] pata_pcmcia: another memory card support
author
Marc Pignat
<marc.pignat@hevs.ch>
Thu, 6 Nov 2008 10:44:34 +0000
(11:44 +0100)
committer
Jeff Garzik
<jgarzik@redhat.com>
Tue, 11 Nov 2008 07:59:13 +0000
(
02:59
-0500)
Support for Apacer photo steno pro card.
Signed-off-by: Marc Pignat <marc.pignat@hevs.ch>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_pcmcia.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_pcmcia.c
b/drivers/ata/pata_pcmcia.c
index 271cb64d429e6bb81ab90bc3c5d9946e70b4ce7c..64b2e2281ee781bb691bd4c85785cc5fbc702033 100644
(file)
--- 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,
};