diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-18 20:27:31 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:12 +0200 |
commit | 264bbfd70a6102dd2a9b8b347e6a31a633984bc0 (patch) | |
tree | 861d6e03f87b27a3967f607b45cbb6c3c590e019 /synproto.h | |
parent | 8148d66fb55dc3307fb653242c5120c7192e9773 (diff) |
Added (untested) support for the FreeBSD psm mouse driver.
Diffstat (limited to 'synproto.h')
-rw-r--r-- | synproto.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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_ */ |