diff options
Diffstat (limited to 'src/ps2comm.c')
-rw-r--r-- | src/ps2comm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ps2comm.c b/src/ps2comm.c index 3178175..b7995ee 100644 --- a/src/ps2comm.c +++ b/src/ps2comm.c @@ -369,11 +369,13 @@ ps2_print_ident(InputInfoPtr pInfo, const struct PS2SynapticsHwInfo *synhw) } } -static void +static Bool PS2DeviceOffHook(InputInfoPtr pInfo) { ps2_synaptics_reset(pInfo->fd); ps2_synaptics_enable_device(pInfo->fd); + + return TRUE; } static Bool |