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 4e372b3..a34613e 100644 --- a/src/ps2comm.c +++ b/src/ps2comm.c @@ -672,5 +672,5 @@ struct SynapticsProtocolOperations psaux_proto_operations = { PS2QueryHardware, PS2ReadHwState, PS2AutoDevProbe, - SynapticsDefaultDimensions + NULL }; |