diff options
Diffstat (limited to 'src/ps2comm.c')
-rw-r--r-- | src/ps2comm.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ps2comm.c b/src/ps2comm.c index a6e052c..0e9b861 100644 --- a/src/ps2comm.c +++ b/src/ps2comm.c @@ -660,17 +660,11 @@ PS2ReadHwState(InputInfoPtr pInfo, return PS2ReadHwStateProto(pInfo, &psaux_proto_operations, comm, hwRet); } -static Bool -PS2AutoDevProbe(InputInfoPtr pInfo) -{ - return FALSE; -} - struct SynapticsProtocolOperations psaux_proto_operations = { NULL, PS2DeviceOffHook, PS2QueryHardware, PS2ReadHwState, - PS2AutoDevProbe, + NULL, NULL }; |