summaryrefslogtreecommitdiff
path: root/synproto.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-18 01:18:06 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:06 +0200
commitf574d42c776f0687cce5c15406ea870211058b39 (patch)
treea9ac2c5fa547997581b353587a8d01ad6f1d0fcb /synproto.h
parent7bd534c0e315a2b9bb3f549df0a30f113d21ee93 (diff)
Moved autodev handling to the protocol specific files.
Diffstat (limited to 'synproto.h')
-rw-r--r--synproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/synproto.h b/synproto.h
index 4cb7cfd..b653ad6 100644
--- a/synproto.h
+++ b/synproto.h
@@ -63,6 +63,7 @@ struct SynapticsProtocolOperations {
Bool (*QueryHardware)(LocalDevicePtr local, struct synapticshw *synhw);
Bool (*ReadHwState)(LocalDevicePtr local, struct synapticshw *synhw,
struct CommData *comm, struct SynapticsHwState *hwRet);
+ Bool (*autoDevProbe)(LocalDevicePtr local);
};
extern struct SynapticsProtocolOperations psaux_proto_operations;