Examinating Larry's report, my suspect is that some touchscreen drivers report pressure as EV_KEY BTN_TOUCH, while other ones report EV_ABS ABS_PRESSURE. My driver manages only the first one, but it's very easy to add 3 lines of code to manage also the second one. I don't agree on Larry's modifies on devmouse.c, calibration should be performed at higher levels by nxcal. Regards Davide Rizzo
2011/7/26 Greg Haerr <g...@censoft.com> > Davide - > > Looks good. Are you saying that Larry's problem was that > the upper level didn't properly handle reading the mouse > driver with the proper event, while this driver does? > Regards, > > Greg >