summaryrefslogtreecommitdiff
path: root/ps2comm.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-22 23:32:25 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:14 +0200
commita4ba6e264a52d475ccecf381e9b9acc63190d4f4 (patch)
treeb012ab81692c2b4b424d9b48b12162b03aa7efb2 /ps2comm.h
parentf1146f67f7e377d1f6f32a26bb833fc2b0ed2ed6 (diff)
Added (untested) support for ALPS touchpads using the 2.4
linux kernel.
Diffstat (limited to 'ps2comm.h')
-rw-r--r--ps2comm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ps2comm.h b/ps2comm.h
index 486dd36..9e2bba1 100644
--- a/ps2comm.h
+++ b/ps2comm.h
@@ -51,6 +51,9 @@
typedef unsigned char byte;
+Bool ps2_synaptics_enable_device(int fd);
+Bool ps2_synaptics_disable_device(int fd);
+
struct SynapticsHwInfo;
void ps2_print_ident(const struct SynapticsHwInfo *synhw);