diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-04-17 16:04:07 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-04-26 21:00:55 +1000 |
commit | c09a3d50e995302ec08c5d5f8c679148613e1656 (patch) | |
tree | 9c1c1f4bcaf60d31f9ac2b3637d74f5c8bc71de9 /src/ps2comm.c | |
parent | 93a533120fa477fce63ef6daa9f5c836b5245e5d (diff) |
Remove Synaptics SHM configuration bits.
The only thing we still export through SHM is the hardware state.
Diffstat (limited to 'src/ps2comm.c')
-rw-r--r-- | src/ps2comm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ps2comm.c b/src/ps2comm.c index 6c62918..6486765 100644 --- a/src/ps2comm.c +++ b/src/ps2comm.c @@ -40,6 +40,7 @@ #include "ps2comm.h" #include "synproto.h" #include "synaptics.h" +#include "synapticsstr.h" #include <xf86.h> #define MAX_UNSYNC_PACKETS 10 /* i.e. 10 to 60 bytes */ @@ -445,7 +446,7 @@ ps2_print_ident(const struct SynapticsHwInfo *synhw) static void -PS2DeviceOnHook(LocalDevicePtr local, SynapticsSHM* para) +PS2DeviceOnHook(LocalDevicePtr local, SynapticsParameters* para) { } |