From: <mar...@us...> - 2007-08-12 15:55:31
|
Revision: 1235 http://hackndev.svn.sourceforge.net/hackndev/?rev=1235&view=rev Author: marex_z71 Date: 2007-08-12 08:55:18 -0700 (Sun, 12 Aug 2007) Log Message: ----------- PalmTX: pcmcia corrections, still not working Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx_pcmcia.c Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx_pcmcia.c =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx_pcmcia.c 2007-08-11 05:21:30 UTC (rev 1234) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmtx/palmtx_pcmcia.c 2007-08-12 15:55:18 UTC (rev 1235) @@ -58,7 +58,7 @@ static int palmtx_pcmcia_hw_init (struct soc_pcmcia_socket *skt) { - set_irq_type(PALMTX_PCMCIA_IRQ, IRQT_FALLING); +/* set_irq_type(PALMTX_PCMCIA_IRQ, IRQT_FALLING);*/ /* turns off backlight :-/ */ skt->irq = IRQ_GPIO(PALMTX_PCMCIA_IRQ); palmtx_pcmcia_dbg("%s:%i, Socket:%d\n", __FUNCTION__, __LINE__, skt->nr); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |