* 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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user