I wrote a makexxconfig that will automatically detect keyboard and mouse, that are NOT the touchscreen.
the keyboard checks for key 'F4', and the mouse checks for "relative movement in the X direction" which the touchscreen does not have.
It also comments out the 5 way keypad, so if someone accidentally runs on the device with that, it wont break.
I also attached a copy of the xorg.conf that it generates.
The part to compare to the original in the makexconf is the loop where it checks all the devices:
# Scan for input device and call associate output function
do_input()
|