All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Roskin <proski@gnu.org>
To: pcmcia <linux-pcmcia@lists.infradead.org>, linux-ide@vger.kernel.org
Subject: [PATCH] Add SanDisk ConnectPlus to the device table
Date: Wed, 13 Jul 2005 16:33:57 -0400	[thread overview]
Message-ID: <1121286837.2763.6.camel@dv> (raw)

Hello!

Sorry for cross-post, not sure who should apply this patch.

SanDisk ConnectPlus has two functions.  Function 0 is prism2 card,
currently only supported by HostAP (not in the kernel).  Function 1 is
128M flash, supported by ide-cs.  This patch adds an entry for function
1 to ide-cs.c.

Signed-off-by: Pavel Roskin <proski@gnu.org>

diff --git a/drivers/ide/legacy/ide-cs.c b/drivers/ide/legacy/ide-cs.c
--- a/drivers/ide/legacy/ide-cs.c
+++ b/drivers/ide/legacy/ide-cs.c
@@ -481,6 +481,7 @@ static struct pcmcia_device_id ide_ids[]
 	PCMCIA_DEVICE_PROD_ID12("TOSHIBA", "MK2001MPL", 0xb4585a1a, 0x3489e003),
 	PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852),
 	PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209),
+	PCMCIA_MFC_DEVICE_PROD_ID12(1, "SanDisk", "ConnectPlus", 0x7a954bd9, 0x74be00c6),
 	PCMCIA_DEVICE_NULL,
 };
 MODULE_DEVICE_TABLE(pcmcia, ide_ids);


-- 
Regards,
Pavel Roskin


             reply	other threads:[~2005-07-13 20:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1121203461.9992.3.camel@dv>
     [not found] ` <1121284071.10274.2.camel@dv>
2005-07-13 20:33   ` Pavel Roskin [this message]
2005-07-15 16:58     ` [PATCH] Add SanDisk ConnectPlus to the device table Dominik Brodowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1121286837.2763.6.camel@dv \
    --to=proski@gnu.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-pcmcia@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.