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 6486765..2b7e8a9 100644 --- a/src/ps2comm.c +++ b/src/ps2comm.c @@ -444,12 +444,6 @@ ps2_print_ident(const struct SynapticsHwInfo *synhw) } } - -static void -PS2DeviceOnHook(LocalDevicePtr local, SynapticsParameters* para) -{ -} - static void PS2DeviceOffHook(LocalDevicePtr local) { @@ -756,7 +750,7 @@ PS2AutoDevProbe(LocalDevicePtr local) } struct SynapticsProtocolOperations psaux_proto_operations = { - PS2DeviceOnHook, + NULL, PS2DeviceOffHook, PS2QueryHardware, PS2ReadHwState, |