Hi, I'm currently working on a userspace interceptor for the synaptics cPad (an LCD backed touchpad) appearing on some laptops. The idea is to read the touch input in absolute mode from /dev/input/event? via this application and then either selectively forward relative mouse events to a fifo (similar to what gpm does) for 'normal' use by X, gpm etc. or contain the events for processing in an 'applet' using the cPad itself as its display.
This part is easy enough and well on its way to a releaseable state, but I've so far completely failed to get the evdev module to autoload via kmod. I've tried aliasing /dev/input/event* and char-major-13-64 to evdev with no success, though modprobing it myself works just fine. I presume I'm missing something really simple here, but I've not found the clue I'm looking for anywhere. If anyone has it, please cc me as I'm not on the list. thanks, Ron ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
