Merge "Bump axis limit"

This commit is contained in:
Michael Wright 2014-06-10 03:12:27 +00:00 committed by Android (Google) Code Review
commit e3b129d4ff
1 changed files with 1 additions and 1 deletions

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)));