From 1d6839444eaac3a05fbc554d300a6d71c04730b2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 20 Feb 2011 14:09:38 +0000 Subject: [PATCH] hostside: hidrawconv: add separator comments for each kind of reporter --- hostside/hidrawconv.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hostside/hidrawconv.h b/hostside/hidrawconv.h index 8bf12be..cc2c4ec 100644 --- a/hostside/hidrawconv.h +++ b/hostside/hidrawconv.h @@ -29,6 +29,8 @@ void dispatch(LastReports *lasts, const char *message_prefix, /*---------- specific reporters ----------*/ +/*----- "bits", ie keys and buttons -----*/ + typedef struct { const char *str; int pos; @@ -38,6 +40,7 @@ typedef struct { void reportbits(const uint8_t msg[], const uint8_t last[], int len, const KeyBit keybits[]); +/*----- "vals", ie absolute values -----*/ typedef struct { const char *str; -- 2.30.2