diff mbox series

Using of new SanDisk High (>8G) CF cards with the pata_pcmcia driver

Message ID c88372ea-1cb7-6ae4-21dd-ff67304c7885@xenosoft.de
State Not Applicable
Delegated to: David Miller
Headers show
Series Using of new SanDisk High (>8G) CF cards with the pata_pcmcia driver | expand

Commit Message

Christian Zigotzky Jan. 28, 2020, 8:49 a.m. UTC
Add new SanDisk High (>8G) CF cards to the pata_pcmcia driver.

Signed-off-by: Christian Zigotzky <chzigotzky@xenosoft.de>

      PCMCIA_DEVICE_MANF_CARD(0x4e01, 0x0100),    /* Viking CFA */

Comments

Jens Axboe Jan. 30, 2020, 3:55 a.m. UTC | #1
On 1/28/20 1:49 AM, Christian Zigotzky wrote:
> Add new SanDisk High (>8G) CF cards to the pata_pcmcia driver.

This patch is corrupt, you need to check your mailer setup. I've
applied it by hand, thanks.
Christian Zigotzky Jan. 30, 2020, 5:48 a.m. UTC | #2
On 30 January 2020 at 04:55 am, Jens Axboe wrote:
> On 1/28/20 1:49 AM, Christian Zigotzky wrote:
>> Add new SanDisk High (>8G) CF cards to the pata_pcmcia driver.
> This patch is corrupt, you need to check your mailer setup. I've
> applied it by hand, thanks.
>
Thanks a lot for applying the patch and thanks for the hint because of 
my mailer setup. I will check it.
diff mbox series

Patch

diff -rupN a/drivers/ata/pata_pcmcia.c b/drivers/ata/pata_pcmcia.c
--- a/drivers/ata/pata_pcmcia.c    2019-06-23 01:01:36.000000000 +0200
+++ b/drivers/ata/pata_pcmcia.c    2019-06-24 05:43:41.283993351 +0200
@@ -309,6 +309,7 @@  static const struct pcmcia_device_id pcm
      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),