On 09/20/2010 09:46 PM, Stéphane Chatty wrote: > > Le 28 août 10 à 16:29, Henrik Rydberg a écrit : > >> #define MAX_SLOTS 60 >> -#define MAX_TRKID 59 >> +#define MAX_TRKID USHRT_MAX >> > > Oops, I forgot this one: in the rest of the code, it seems to me that you use > your knowledge that TRACKINGID cannot be more than 59 (you use it to map the > tracking ID onto the slot ID). Therefore, why change TRKID to a larger value? There are only 60 slots available, but an infinite number of tracking ids. Nowhere is the tracking id assumed to be bounded by anything but MAX_TRKID. Henrik -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html