summaryrefslogtreecommitdiff
path: root/synproto.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-18 20:27:31 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:12 +0200
commit264bbfd70a6102dd2a9b8b347e6a31a633984bc0 (patch)
tree861d6e03f87b27a3967f607b45cbb6c3c590e019 /synproto.h
parent8148d66fb55dc3307fb653242c5120c7192e9773 (diff)
Added (untested) support for the FreeBSD psm mouse driver.
Diffstat (limited to 'synproto.h')
-rw-r--r--synproto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/synproto.h b/synproto.h
index 1b1d042..d73c1e8 100644
--- a/synproto.h
+++ b/synproto.h
@@ -66,7 +66,8 @@ struct CommData {
enum SynapticsProtocol {
SYN_PROTO_PSAUX, /* Raw psaux device */
- SYN_PROTO_EVENT /* Linux kernel event interface */
+ SYN_PROTO_EVENT, /* Linux kernel event interface */
+ SYN_PROTO_PSM /* FreeBSD psm driver */
};
struct SynapticsHwInfo;
@@ -83,6 +84,7 @@ struct SynapticsProtocolOperations {
extern struct SynapticsProtocolOperations psaux_proto_operations;
extern struct SynapticsProtocolOperations event_proto_operations;
+extern struct SynapticsProtocolOperations psm_proto_operations;
#endif /* _SYNPROTO_H_ */