PDA

View Full Version : Designing a touchscreen / buttons / battery driver


noone
1st June 2004, 01:17 AM
Hi all!

During the weekend I had a look at arch/arm/mach-pxa/himalaya_ts.c. It does touchscreen reading but no calibration. Support for button presses and battery reading is not existent so far.
It interfaces with drivers/input/tsdev.c. tslibdev.c in the same dir claims to be its successor and to do calibration and all but it also handles only raw values. On line 100 it calls itself obsolete.
As this is really confusing are there already any plans on the design of the tsc2200 driver. Or any good reading on a proposed design to fit with the kernel.

Thanks in advance

Matthias