summaryrefslogtreecommitdiff
path: root/ps2comm.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-07-17 01:01:47 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:03 +0200
commit05e4da98ca98e8ee05ed47e1d3d8cf9f5d635a33 (patch)
tree37e8f93bc526c3cd92e7841147b58d07850e5fdb /ps2comm.h
parentb88eeb58ee99167c94b7aa99c3957b478f3f5943 (diff)
White space fixes in ps2comm.[ch].
Diffstat (limited to 'ps2comm.h')
-rw-r--r--ps2comm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ps2comm.h b/ps2comm.h
index c40ddfa..eec6dbc 100644
--- a/ps2comm.h
+++ b/ps2comm.h
@@ -29,7 +29,7 @@
#define SYN_CAP_MULTI_BUTTON_NO(ec) ((ec&0x00f000)>>12)
/* synaptics modes query bits */
-#define SYN_MODE_ABSOLUTE(m) (m&(1<<7))
+#define SYN_MODE_ABSOLUTE(m) (m&(1<<7))
#define SYN_MODE_RATE(m) (m&(1<<6))
#define SYN_MODE_BAUD_SLEEP(m) (m&(1<<3))
#define SYN_MODE_DISABLE_GESTURE(m) (m&(1<<2))
@@ -57,8 +57,8 @@ synaptics_capability(int fd, unsigned long int *capability, unsigned long int *e
Bool
synaptics_identify(int fd, unsigned long int *ident);
-Bool
-synaptics_set_mode(int fd, byte cmd);
+Bool
+synaptics_set_mode(int fd, byte cmd);
Bool
synaptics_read_mode(int fd, unsigned char *mode);