Thanks for the links.

I got my Penmount 6000 USB to work.

I forgot to add Power Management support:

* Suspend to RAM and standby
* Wake lock
  * Wake lock stats
  * Userspace wake locks
  * Early suspend

I had to write my own device driver, because it got added as USB HID.
I added BTN_TOUCH support. I also added automatic calibration with the
values of /etc/pointercal in the driver.

I added tslib to the Android source tree with the following
Android.mk:

http://pastebin.com/f48da891a

On 3 apr, 16:21, virstud <[email protected]> wrote:
> http://groups.google.com/group/android-porting/browse_thread/thread/b...http://groups.google.com/group/android-porting/browse_thread/thread/d...
>
> On 3 апр, 17:52, Androidphan <[email protected]> wrote:
>
> > I've got a USB touch screen. I created my own driver that reports
> > BTN_TOUCH, ABS_X, ABS_Y, ABS_PRESSURE values. It's calibrated with the
> > steps following at this 
> > site:http://home.androidin.com/space.php?uid=17708&do=blog&id=21.
>
> > The pressure can't be acquired from the device so when BTN_TOUCH is 1,
> > ABS_PRESSURE will be around 60. When BTN_TOUCH is 0, ABS_PRESSURE is
> > 0.
>
> > With the test application from the above site, I was getting good X
> > and Y values between 0 and about 900.
>
> > But all I'm getting inside Android is when I touch the screen
> > (anywhere), only the most upper notification bar gets a bit down. I
> > can't pull this down.
>
> > What's wrong here?
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to