DO NOT MERGE: fix build try #2
am: 778b6f4902

* commit '778b6f4902ad824d5fc62071caaa837bb47deee5':
  DO NOT MERGE: fix build try #2
diff --git a/include/input/Input.h b/include/input/Input.h
index df6921a..235813e 100644
--- a/include/input/Input.h
+++ b/include/input/Input.h
@@ -114,7 +114,7 @@
 /*
  * Maximum number of samples supported per motion event.
  */
-#define MAX_SAMPLES UINT16_MAX
+#define MAX_SAMPLES 65535
 
 /*
  * Maximum pointer id value supported in a motion event.