summaryrefslogtreecommitdiff
path: root/src/synproto.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-04-29 21:29:57 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-05-08 14:17:36 +1000
commit609b6728effb53006b2d0be1fac55d4ab1f269d2 (patch)
treef8b5411d24ad2fbb5a661ed959702d35b4cc79fa /src/synproto.h
parentc3ab0ae4f3f04da7018173662ede174c97710c8a (diff)
Purge SynapticsHWInfo stuff, move it into proto_data.
This was only used in PS/2, on linux only on kernel 2.4 and it clobbered up the rest. Move it to the ps2comm parts only, keep it private there. This includes adding a "proto_data" field to the SynapticsPrivate. This patch removes the -h option for synclient. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Christoph Brill <egore911@egore911.de>
Diffstat (limited to 'src/synproto.h')
-rw-r--r--src/synproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synproto.h b/src/synproto.h
index 22763e2..f7be819 100644
--- a/src/synproto.h
+++ b/src/synproto.h
@@ -91,8 +91,8 @@ struct CommData;
struct SynapticsProtocolOperations {
void (*DeviceOnHook)(LocalDevicePtr local, struct _SynapticsParameters *para);
void (*DeviceOffHook)(LocalDevicePtr local);
- Bool (*QueryHardware)(LocalDevicePtr local, struct SynapticsHwInfo *synhw);
- Bool (*ReadHwState)(LocalDevicePtr local, struct SynapticsHwInfo *synhw,
+ Bool (*QueryHardware)(LocalDevicePtr local);
+ Bool (*ReadHwState)(LocalDevicePtr local,
struct SynapticsProtocolOperations *proto_ops,
struct CommData *comm, struct SynapticsHwState *hwRet);
Bool (*AutoDevProbe)(LocalDevicePtr local);