diff options
author | Christian Zigotzky <chzigotzky@xenosoft.de> | 2020-01-30 04:54:43 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-01-30 04:54:51 +0100 |
commit | 73e4eab0a8dacd0ad6921a1717eb38a959b53f09 (patch) | |
tree | 410a3ac2ecb99339b12471dd757c53a4d1b042dd /drivers/ata | |
parent | Merge tag 'docs-5.6' of git://git.lwn.net/linux (diff) | |
download | linux-73e4eab0a8dacd0ad6921a1717eb38a959b53f09.tar.xz linux-73e4eab0a8dacd0ad6921a1717eb38a959b53f09.zip |
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 <chzigotzky@xenosoft.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_pcmcia.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_pcmcia.c b/drivers/ata/pata_pcmcia.c index 3fe0754c0d52..8eb066abbd9c 100644 --- a/drivers/ata/pata_pcmcia.c +++ b/drivers/ata/pata_pcmcia.c @@ -309,6 +309,7 @@ static const struct pcmcia_device_id pcmcia_devices[] = { PCMCIA_DEVICE_MANF_CARD(0x0098, 0x0000), /* Toshiba */ PCMCIA_DEVICE_MANF_CARD(0x00a4, 0x002d), PCMCIA_DEVICE_MANF_CARD(0x00ce, 0x0000), /* Samsung */ + PCMCIA_DEVICE_MANF_CARD(0x00f1, 0x0101), /* SanDisk High (>8G) CFA */ PCMCIA_DEVICE_MANF_CARD(0x0319, 0x0000), /* Hitachi */ PCMCIA_DEVICE_MANF_CARD(0x2080, 0x0001), PCMCIA_DEVICE_MANF_CARD(0x4e01, 0x0100), /* Viking CFA */ |