<div dir="ltr"><span style="font-size:12.8px">Hi,</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">I'm working on a touchpad kernel driver (in the psmouse module) for BYD touchpads.  However, Xorg always selects the evdev 'pointer' driver (not even the evdev 'touhpad' driver).  I've browsed through other touchpad drivers in the psmouse module, and I don't seem to be missing anything obvious that my driver would need to do.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">What do I need to do in my kernel driver for Xorg to load the synaptics driver rather than the evdev driver?  </span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">kernel source: </span><a href="https://github.com/pospeselr/linux/blob/master/data/drivers/input/mouse/byd.c" target="_blank" style="font-size:12.8px">https://github.com/pospeselr/linux/blob/master/data/drivers/input/mouse/byd.c</a><br style="font-size:12.8px"><span style="font-size:12.8px">Xorg.0.log: </span><a href="http://pastebin.com/GkCVHu9t" target="_blank" style="font-size:12.8px">http://pastebin.com/GkCVHu9t</a><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">I have already tried enabling the MatchDevicePath /dev/input/event* line.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">thanks,</span><br style="font-size:12.8px"><span style="font-size:12.8px">-Richard</span><br></div>