From f574d42c776f0687cce5c15406ea870211058b39 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sun, 18 Apr 2004 01:18:06 +0200 Subject: Moved autodev handling to the protocol specific files. --- synproto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'synproto.h') 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; -- cgit v1.2.3