diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-22 23:32:25 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:14 +0200 |
commit | a4ba6e264a52d475ccecf381e9b9acc63190d4f4 (patch) | |
tree | b012ab81692c2b4b424d9b48b12162b03aa7efb2 /ps2comm.h | |
parent | f1146f67f7e377d1f6f32a26bb833fc2b0ed2ed6 (diff) |
Added (untested) support for ALPS touchpads using the 2.4
linux kernel.
Diffstat (limited to 'ps2comm.h')
-rw-r--r-- | ps2comm.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |