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/alpscomm.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/alpscomm.c')
-rw-r--r-- | src/alpscomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alpscomm.c b/src/alpscomm.c index e1a059c..c58c405 100644 --- a/src/alpscomm.c +++ b/src/alpscomm.c @@ -255,5 +255,5 @@ struct SynapticsProtocolOperations alps_proto_operations = { ALPSQueryHardware, ALPSReadHwState, ALPSAutoDevProbe, - NULL /* ReadDevDimensions */ + SynapticsDefaultDimensions }; |