From: Michael Wright Date: Tue, 10 Jun 2014 01:56:43 +0000 (-0700) Subject: Bump axis limit X-Git-Tag: android-x86-6.0-r1~726^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8f6710fdeb96a3482adf1a6a2d46d67b0ce8e9db;p=android-x86%2Fframeworks-native.git Bump axis limit Change-Id: I53d18646be2b884c5022f10c7c4ea8f6cda176c8 --- diff --git a/include/input/Input.h b/include/input/Input.h index bba8f1e8bd..96b6885091 100644 --- a/include/input/Input.h +++ b/include/input/Input.h @@ -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)));