diff options
Diffstat (limited to 'src/ps2comm.c')
-rw-r--r-- | src/ps2comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ps2comm.c b/src/ps2comm.c index 74bd937..5b34414 100644 --- a/src/ps2comm.c +++ b/src/ps2comm.c @@ -650,7 +650,7 @@ PS2ReadHwStateProto(InputInfoPtr pInfo, } } hw->millis = GetTimeInMillis(); - *hwRet = *hw; + SynapticsCopyHwState(hwRet, hw); return TRUE; } |