From a24c44375025576dd600ccf370ba365e5d94dc22 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Mon, 21 Mar 2011 16:01:29 -0700 Subject: Fix pressure->motion property format CARD32, not float. Signed-off-by: Derek Foreman Reviewed-by: Daniel Stone --- include/synaptics-properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/synaptics-properties.h b/include/synaptics-properties.h index 77a1806..c550cef 100644 --- a/include/synaptics-properties.h +++ b/include/synaptics-properties.h @@ -133,7 +133,7 @@ /* FLOAT, 2 values, speed, friction */ #define SYNAPTICS_PROP_COASTING_SPEED "Synaptics Coasting Speed" -/* 32 bit, 2 values, min, max */ +/* CARD32, 2 values, min, max */ #define SYNAPTICS_PROP_PRESSURE_MOTION "Synaptics Pressure Motion" /* FLOAT, 2 values, min, max */ -- cgit v1.2.3