From: Peter Hutterer Date: Thu, 7 Feb 2019 23:13:27 +0000 (+1000) Subject: include: add MT_TOOL_DIAL to freebsd's input.h X-Git-Tag: 1.12.901~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11428d1949b9e698cc32330660cb14c7c80703c4;p=platform%2Fupstream%2Flibinput.git include: add MT_TOOL_DIAL to freebsd's input.h Missing from 6d683213dbbf17ee0e03138802bb071efb6944cd Signed-off-by: Peter Hutterer --- diff --git a/include/linux/freebsd/input.h b/include/linux/freebsd/input.h index 72733f21..89074997 100644 --- a/include/linux/freebsd/input.h +++ b/include/linux/freebsd/input.h @@ -269,10 +269,11 @@ struct input_mask { /* * MT_TOOL types */ -#define MT_TOOL_FINGER 0 -#define MT_TOOL_PEN 1 -#define MT_TOOL_PALM 2 -#define MT_TOOL_MAX 2 +#define MT_TOOL_FINGER 0x00 +#define MT_TOOL_PEN 0x01 +#define MT_TOOL_PALM 0x02 +#define MT_TOOL_DIAL 0x0a +#define MT_TOOL_MAX 0x0f /* * Values describing the status of a force-feedback effect