Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34cd206b authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am b1e0a870: Merge "Fix crashes caused by some input devices." into honeycomb

* commit 'b1e0a870e4099490127bb917bb4fc7a8f48db893':
  Fix crashes caused by some input devices.
parents 972b486b 4d6f482a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -50,8 +50,10 @@ enum {
/*
 * Maximum number of pointers supported per motion event.
 * Smallest number of pointers is 1.
 * (We want at least 10 but some touch controllers obstensibly configured for 10 pointers
 * will occasionally emit 11.  There is not much harm making this constant bigger.)
 */
#define MAX_POINTERS 10
#define MAX_POINTERS 16

/*
 * Maximum pointer id value supported in a motion event.