|
From: <mar...@us...> - 2006-12-26 23:57:14
|
Revision: 715
http://svn.sourceforge.net/hackndev/?rev=715&view=rev
Author: marex_z71
Date: 2006-12-26 15:57:02 -0800 (Tue, 26 Dec 2006)
Log Message:
-----------
l4p: revert buggy commit
Modified Paths:
--------------
linux4palm/linux/trunk/drivers/pcmcia/pxa2xx_base.c
Modified: linux4palm/linux/trunk/drivers/pcmcia/pxa2xx_base.c
===================================================================
--- linux4palm/linux/trunk/drivers/pcmcia/pxa2xx_base.c 2006-12-26 18:56:46 UTC (rev 714)
+++ linux4palm/linux/trunk/drivers/pcmcia/pxa2xx_base.c 2006-12-26 23:57:02 UTC (rev 715)
@@ -197,8 +197,9 @@
MECR |= MECR_CIT;
/* Set MECR:NOS (Number Of Sockets) */
- if (nr > 0) /* Dunno if this is ok,
- but it fixes card detection */
+ /* Use (nr > 0) on Palm LifeDrive to get WiFi
+ chip detected */
+ if (nr > 1)
MECR |= MECR_NOS;
else
MECR &= ~MECR_NOS;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|