Re: [asus-port] Mypal a730 pcmcia

From: Michal Sroczynski <msroczyn_at_elka.pw.edu.pl>
Date: Mon, 20 Mar 2006 11:30:34 +0100

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