* [PATCH] Add SanDisk ConnectPlus to the device table
@ 2005-07-13 20:33 ` Pavel Roskin
2005-07-15 16:58 ` Dominik Brodowski
0 siblings, 1 reply; 2+ messages in thread
From: Pavel Roskin @ 2005-07-13 20:33 UTC (permalink / raw)
To: pcmcia, linux-ide
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Add SanDisk ConnectPlus to the device table
2005-07-13 20:33 ` [PATCH] Add SanDisk ConnectPlus to the device table Pavel Roskin
@ 2005-07-15 16:58 ` Dominik Brodowski
0 siblings, 0 replies; 2+ messages in thread
From: Dominik Brodowski @ 2005-07-15 16:58 UTC (permalink / raw)
To: Pavel Roskin; +Cc: pcmcia, linux-ide
Hi,
On Wed, Jul 13, 2005 at 04:33:57PM -0400, Pavel Roskin wrote:
> Sorry for cross-post, not sure who should apply this patch.
Will push it upstream via pcmcia.
> 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.
Applied.
> There are two problems with the message about missing callback
> functions: it's not written in correct English and it lacks newline at
> the end.
Also applied. /me wears a brown paper bag for that spelling "bug"...
Thanks,
Dominik
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-07-15 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1121203461.9992.3.camel@dv>
[not found] ` <1121284071.10274.2.camel@dv>
2005-07-13 20:33 ` [PATCH] Add SanDisk ConnectPlus to the device table Pavel Roskin
2005-07-15 16:58 ` Dominik Brodowski
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.