Re: [directfb-dev] Gunze Input Touchscreen Driver...

2005-11-29 Thread Nathanael D. Noblet
So pretty much everything is done and working. The calibration software works (*needs a bit more calibration however), and the driver adjusts coordinates based on screen size/resolution. I'm quite happy with it actually. It took a few days to learn the xf86 driver methods, but I've reached a decent

Re: [directfb-dev] Gunze Input Touchscreen Driver...

2005-11-28 Thread Nathanael D. Noblet
On Sun, 2005-11-27 at 18:14 +0200, Ivan Daniluk wrote: > Hello Nathanael, > To add configurable values for your module, you'll need to work with two > files: > /src/misc/conf.c > /src/misc/conf.h > > Example patch for 0.9.24 source tree is attached. It just adds new dfbconfig > parameter, which

Re: [directfb-dev] Gunze Input Touchscreen Driver...

2005-11-27 Thread Ivan Daniluk
Hello Nathanael, To add configurable values for your module, you'll need to work with two files: ./src/misc/conf.c ./src/misc/conf.h Example patch for 0.9.24 source tree is attached. It just adds new dfbconfig parameter, which you can simply use in your input module. You will also need to add

[directfb-dev] Gunze Input Touchscreen Driver...

2005-11-26 Thread Nathanael D. Noblet
Hello, I'm attempting to provide an inputdriver for the gunze serial touchscreens. I'm using the MuTouch as a skeleton. Where do I find out about some of the internal API? For example the dfbconfig object it uses but doesn't seem to be declared anywhere etc... As they are both serial devices I'