chiark / gitweb /
hostside: hidrawconv: add separator comments for each kind of reporter
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 20 Feb 2011 14:09:38 +0000 (14:09 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 20 Feb 2011 14:09:38 +0000 (14:09 +0000)
hostside/hidrawconv.h

index 8bf12be9961429b4de2e167ca76c8b0f51894f75..cc2c4ec6f2096293174d42996982ac7c0792ed7f 100644 (file)
@@ -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;