1
Angstrom & OpenZaurus / Sandisk Connectplus Wifi & Ide At The Same Time?
« on: July 16, 2005, 08:04:09 pm »
I found this which was posted July 13th, 2005.
http://lists.infradead.org/pipermail/linux...uly/002255.html
I'm wondering if someone could test it out? I'd like to see if it allows both Wifi & ide at the same time.
I'd build it myself, but I don't currently have a PC to do it on (Though my new laptop's coming! Woo hoo!). Will someone give it a whirl and see if it allows both wifi & ide usage at the same time?
http://lists.infradead.org/pipermail/linux...uly/002255.html
I'm wondering if someone could test it out? I'd like to see if it allows both Wifi & ide at the same time.
Code: [Select]
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);
I'd build it myself, but I don't currently have a PC to do it on (Though my new laptop's coming! Woo hoo!). Will someone give it a whirl and see if it allows both wifi & ide usage at the same time?