On Mon, Mar 20, 2006 at 01:32:44PM +1000, Serge Nikolaenko wrote:
> There is a typo in a730_pcmcia.c file, line 128, causing incorrect
> card detection (detects insertion on card eject and vice versa).
>
> Original line: "state->detect = GET_A730_GPIO(CF_CARD_DETECT_N) ?
> 1 : 0;//new"
> Replace it with: "state->detect = GET_A730_GPIO(CF_CARD_DETECT_N) ? 0 :
> 1;//new"
>
> After that, CF-IDE works for me (phew ;))
Thanks!! I haven't had time to work on this.
> BTW, is a730 project still alive ? Any news ?
It's alive, although progress is slow.
I've managed to get bluetooth working. Audio is woking partially (i've tested
only playback, also doesn't work after resume yet(dma problem)).
--
"I used to understand the Theory of Relativity, but then the
mathematicians got hold of it."
-- Albert Einstein
Received on Mon Mar 20 2006 - 05:32:18 EST
This archive was generated by hypermail 2.2.0 : Mon Mar 20 2006 - 05:32:22 EST