Egalax Touch Drivers Linux

Egalax Touch Drivers Linux Average ratng: 5,7/10 8152reviews
Egalax Touch Drivers LinuxEgalax Touch Drivers Linux

EETI eGalax serial touch screen controller is a I2C based multiple * touch screen controller, it supports 5 point multiple touch. */ /* TODO: - auto idle mode support */ #include linux/module.h>#include linux/i2c.h>#include linux/interrupt.h>#include linux/input.h>#include linux/irq.h>#include linux/gpio.h>#include. EGalax touchscreen drivers are easy to install on any Linux OS, see: Remember, most of the newer Linux kernel such as 2.6.

Welcome to LinuxQuestions.org, a friendly and active Linux Community. You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.

Note that registered members see fewer ads, and ContentLink is completely disabled once you log in. Are you new to LinuxQuestions.org? Medical Microbiology Videos Free Download. Visit the following links: If you have any problems with the registration process or your account login, please. If you need to reset your password,. Having a problem logging in?

Please visit to clear all LQ-related cookies. Introduction to Linux - A Hands on Guide This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own. To receive this Complete Guide absolutely free.

I have installed Fedora 7 on a VIA x86 compatible board. The touch screen that I have comes with both serial and USB input. I have installed the eGalax (touchkit) drivers with this touchscreen. The eGalax drivers are for both USB and serial inputs.

When I use the serial driver, then even without the keyboard and mouse attached, the system boots perfectly fine and the touch screen functions successfully, as calibrated. The serial device on which the touch screen is attached is /dev/ttyS0.

But with USB attached, the touch screen works only with the keyboard and mouse attached. If I boot the system with keyboard and mouse attached, the touch screen works as calibrated on the USB input. The USB input is /dev/event4.

If after booting, I remove the keyboard and mouse, the touch screen still continues to work. However, if I remove the keyboard and the mouse and then booth the system, the touch screen function erratically, and seems totally out of calibration. For both USB and serial driver, I am using eGalax's provided X11 drivers and not the kernel modules. Is the problem I am facing is because of using the X11 drivers for the USB input?

Someone gave me the idea that with keyboard and mouse attached, the kernel load into different configuration which changes when kernel boots without keyboard and mouse.