I want to install a patch to get my touchscreen working, but can’t seem to find this one file.
Running ubuntu netbook edition 10.10, with no custom kernel.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s linux/drivers/input/evdev.c (
apt-get install linux-source) and xf86-input-evdev/src/evdev.c (apt-get source xserver-xorg-input-evdev). The former is how the kernel exports input events to userspace through the/dev/input/eventXdevice nodes; the latter is how the X server translates those into X events. It’s not obvious from the question which you mean.