Bump axis limit

Change-Id: I53d18646be2b884c5022f10c7c4ea8f6cda176c8
This commit is contained in:
Michael Wright 2014-06-09 18:56:43 -07:00
parent 0d7271527f
commit 8f6710fdeb

View File

@ -186,7 +186,7 @@ enum {
* Pointer coordinate data.
*/
struct PointerCoords {
enum { MAX_AXES = 14 }; // 14 so that sizeof(PointerCoords) == 64
enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128
// Bitfield of axes that are present in this structure.
uint64_t bits __attribute__((aligned(8)));