G'day
short version:
Please any pointers to how xorg uses event devices
long version:
I need to configure a microchip/hampshire/tshark touch panel.
The (no source) drivers from hampshire do not work
The 2.6.35 hampshire module does nothing. Why would it with no configuration.
How/where does it read its config. The src leads you on a merry dance:
117 static inline void *serio_get_drvdata(struct serio *serio)
118 {
119 return dev_get_drvdata(&serio->dev);
120 }
I have written a program that does read the tty device and gives sensible
touch position info.
Where can I find out WHAT to say to /dev/inpit/eventN
My prog says (touch [top left] [middle] [bottom right]
[UP] X:0x2b2 Y:0x22c
[DN] X 0x2ae Y:0x22f
[UP] X:0x8b8 Y:0x814
[DN] X:0x8b3 Y:0x814
[UP] X:0xd82 Y:0xe3c
[DN] X:0xd5c Y:0xe34
It works! now to feed that stream to eventN and I believe xorg will capture
any eventN found in /dev/input
Thanks
James
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html