Patrick Steiner a écrit :
> On Sunday, 25. February 2007 16:48:26 Pierre GAUFILLET wrote:
>> Patrick Steiner a écrit :
>>> hi,
>>>
>>> i currently try to get the touchscreen working with my angstrom image.
>>>
>>> could someone describe my how i can set this up?
>>>
>>> modprobe aximx50_ts  works, but lsmod says it is used my 0
>>>
>>> anything else todo?
>> No, I think it is ok.
>>
>> On the other hand, I did not verify the behavior of aximx50_ts with
>> .freq = 100000
>>
>> It may be required to replace it by .freq = 1850000 in aximx50_ts.c,
>> but I think that's all.
>>
>> Now, a simple way to verify it is working is to verify the debug output
>> of the kernel, or to enable printk line 167 in
>> drivers/input/touchscreen/ts-adc-debounce.c :
>>
>>      } else {
>>              printk("%04d %04d\n", (int)ts_pos.xd, (int)ts_pos.yd);
>>              report_touchpanel(ts, ts_pos.xd, ts_pos.yd, 1);
>>
>>
>>
>> Pierre
>>
>>>  patrick
> 
> Ok i saw that you build a new patch. i haved applied this. but it doesnt 
> apply 
> do the latest hh-kernel HEAD version, perhaps you could build a new patch...

I did not build any new patch since 2.6.20-hh1. This kernel is up to
date regarding aximx50 touchscreen driver (but it does not mean that it
is working either...).


> 
> after that i can try it again.
> 
> regards,
>  patrick
> 

-- 
_______________________________________________
Aximx50-port mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/aximx50-port

Reply via email to