diff options
Diffstat (limited to 'src/psmcomm.c')
-rw-r--r-- | src/psmcomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psmcomm.c b/src/psmcomm.c index 6664c93..8a96101 100644 --- a/src/psmcomm.c +++ b/src/psmcomm.c @@ -188,5 +188,5 @@ struct SynapticsProtocolOperations psm_proto_operations = { PSMQueryHardware, PSMReadHwState, PSMAutoDevProbe, - NULL /* ReadDevDimensions */ + SynapticsDefaultDimensions }; |