Skip to content

Commit 73e4eab

Browse files
chzigotzkyaxboe
authored andcommitted
pata_pcmia: add SanDisk High (>8G) CF card to supported list
Add new SanDisk High (>8G) CF cards to the pata_pcmcia driver. Signed-off-by: Christian Zigotzky <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent 05ef8b9 commit 73e4eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ata/pata_pcmcia.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ static const struct pcmcia_device_id pcmcia_devices[] = {
309309
PCMCIA_DEVICE_MANF_CARD(0x0098, 0x0000), /* Toshiba */
310310
PCMCIA_DEVICE_MANF_CARD(0x00a4, 0x002d),
311311
PCMCIA_DEVICE_MANF_CARD(0x00ce, 0x0000), /* Samsung */
312+
PCMCIA_DEVICE_MANF_CARD(0x00f1, 0x0101), /* SanDisk High (>8G) CFA */
312313
PCMCIA_DEVICE_MANF_CARD(0x0319, 0x0000), /* Hitachi */
313314
PCMCIA_DEVICE_MANF_CARD(0x2080, 0x0001),
314315
PCMCIA_DEVICE_MANF_CARD(0x4e01, 0x0100), /* Viking CFA */

0 commit comments

Comments
 (0)