* ps2_synaptics.c - small cleanup

* ps2_dev.c - accidentally turned Synaptics support back on with my last commit. Sorry.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28460 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-11-02 11:47:51 +00:00
parent 03973d27eb
commit 60266d74d9
2 changed files with 5 additions and 5 deletions
@@ -102,7 +102,7 @@ ps2_dev_detect_pointing(ps2_dev *dev, device_hooks **hooks)
// probe devices // probe devices
// the probe function has to set the dev name and the dev packet size // the probe function has to set the dev name and the dev packet size
#if 1 #if 0
status = probe_trackpoint(dev); status = probe_trackpoint(dev);
if (status == B_OK) { if (status == B_OK) {
*hooks = &gStandardMouseDeviceHooks; *hooks = &gStandardMouseDeviceHooks;