[android-porting] Re: X86: Serial Penmount Touchscreen

2009-04-09 Thread Androidphan
The serial Penmount drivers is at the kernel config at Device Drivers - Input drivers - Touchscreen - Penmount I don't know if it works without modification. On Apr 8, 4:14 pm, yclin yclin...@hotmail.com wrote: My Penmount 9000 touchscreen still not works, how can I compile the Penmount

[android-porting] Re: X86: Serial Penmount Touchscreen

2009-03-11 Thread squix
I don't really understand that much of linux drivers. I thought that at least for the serial module a parameter for the kernel would be needed. My controller is attached directly to the serial port and someone has to tell the kernel which serial settings it should use to address the board. Do you

[android-porting] Re: X86: Serial Penmount Touchscreen

2009-03-11 Thread squix
Yes, I guess this could be detected automatically. What about the drivers from here? Have you ever tried? http://www.penmount.com.tw/down_2_1.php Did you compile this driver as module or built into the kernel? On Mar 11, 10:44 am, Androidphan niels.kee...@tass.nl wrote: Linux says I have the

[android-porting] Re: X86: Serial Penmount Touchscreen

2009-03-11 Thread Androidphan
I think the Penmount.c driver in the kernel is not the one where I should be. It says: Penmount serial touchscreen driver. I don't think it's the correct one for me because I'm using a USB touchscreen. That's why it's not showing the printk at the interrupt handler. At first I built it in the