diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-06-15 15:06:34 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-06-17 11:13:45 +1000 |
commit | 832dfd03bb3eb6b8291aba2b70fd0faf2e1976a5 (patch) | |
tree | 46d810c978de99e47a9b1d128b736388e92bb82a /src/ps2comm.c | |
parent | 078bad1582d7fc9a77e00d131bb32bf9d69d2a42 (diff) |
Reshuffle default value initialization.
No functional changes, just code structure. The eventcomm backened is the
only one with a real probe function right now. So provide a default query
proc that reads the touchpad coordinates in. The values provided are the
ones that then will give us the right edge settings in concordance with the
default we had before.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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 9d9e8a9..b9420bf 100644 --- a/src/ps2comm.c +++ b/src/ps2comm.c @@ -787,5 +787,5 @@ struct SynapticsProtocolOperations psaux_proto_operations = { PS2QueryHardware, PS2ReadHwState, PS2AutoDevProbe, - NULL /* ReadDevDimensions */ + SynapticsDefaultDimensions }; |