<div dir="ltr">Hi,<br>
<br>
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.<br>
<br>
What do I need to do in my kernel driver for Xorg to load the synaptics driver rather than the evdev driver?  <br>
<br>
kernel source: <a href="https://github.com/pospeselr/linux/blob/master/data/drivers/input/mouse/byd.c">https://github.com/pospeselr/linux/blob/master/data/drivers/input/mouse/byd.c</a><br>
Xorg.0.log: <a href="http://pastebin.com/GkCVHu9t">http://pastebin.com/GkCVHu9t</a><br>
<br>I have already tried enabling the MatchDevicePath /dev/input/event* line.<br><br>
thanks,<br>
-Richard<br></div>