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 <[email protected]> wrote:
> My Penmount 9000 touchscreen still not works, how can I compile the
> Penmount driver into Android kernel?
>
> On 3月11日, 下午6時31分, squix <[email protected]> wrote:
>
> > I only know that these drivershttp://www.penmount.com.tw/down_2_1.php
> > worked for me under a "normal" ubuntu distribution with X11. And there
> > seems to be also a driver for the Penmount 6000... But I don't know
> > how Android accesses input devices. If I should give the GPM driver a
> > shot..
>
> > On Mar 11, 11:20 am, Androidphan <[email protected]> wrote:
>
> > > 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 kernel. Because of driver development I then
> > > built it as kernel module.
>
> > > On Mar 11, 11:07 am, squix <[email protected]> wrote:
>
> > > > 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 <[email protected]> wrote:
>
> > > > > Linux says I have the USB controller. It's built in my device.
> > > > > With cat /proc/bus/input/devices it shows this:
>
> > > > > I: Bus=0003 Vendor=14e1 Product=6000 Version=0001
> > > > > N: Name="DIALOGUE INC PenMount USB"
> > > > > P: Phys=usb-0000:00:1d.7-4.1/input0
> > > > > S: Sysfs=/class/input/input6
> > > > > U: Uniq=
> > > > > H: Handlers=mouse0 event6 evbug
> > > > > B: EV=1b
> > > > > B: KEY=30000 0 0 0 0 0 0 0 0
> > > > > B: ABS=3
> > > > > B: MSC=10
>
> > > > > On 11 mrt, 10:40, squix <[email protected]> wrote:
>
> > > > > > 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 have a USB or serial controller? Have you
> > > > > > tried the drivers I mentioned in the last thread? Before putting
> > > > > > android on that device I successfully  could use the touch screen
> > > > > > under ubuntu...
>
> > > > > > On Mar 11, 10:26 am, Androidphan <[email protected]> wrote:
>
> > > > > > > I have a PenMount 6000. I noticed the kernel driver. But when I 
> > > > > > > put a
> > > > > > > printk("Test IRQ\n"); in the file at the interrupt handler and 
> > > > > > > then
> > > > > > > touch the screen, it's not printing anything... Still finding out 
> > > > > > > how
> > > > > > > it works. When I call geteevent, it does react on touchscreen 
> > > > > > > input.
>
> > > > > > > On 11 mrt, 08:05, squix <[email protected]> wrote:
>
> > > > > > > > Hi
>
> > > > > > > > My android machine has an old serial penmount touchscreen with 
> > > > > > > > a DMC
> > > > > > > > 9000 controller board. Now I don't really know which driver 
> > > > > > > > promises
> > > > > > > > best chances. The generic distribution independent drivers 
> > > > > > > > either
> > > > > > > > require Xorg or are GPM (general purpose mouse). In addition, 
> > > > > > > > there's
> > > > > > > > a kernel module for penmount available. Any ideas which is the 
> > > > > > > > most
> > > > > > > > promising driver? How android integrates input devices?
>
> > > > > > > > Penmounts drivers:http://www.penmount.com.tw/down_2_1_9k.php
>
> > > > > > > > Dani- 隱藏被引用文字 -
>
> > - 顯示被引用文字 -
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to