Re: [PATCH evdev] Make the slot-state per slot

2014-08-14 Thread walter harms
Am 14.08.2014 05:43, schrieb Peter Hutterer: > The previous approach only had the slot state for the current slot. If we > changed slots, that means we lost the information if the slot was ever > initialized. If the ABS_MT_TRACKING_ID was never received, the slot would > still update and try to s

[PATCH evdev] Make the slot-state per slot

2014-08-13 Thread Peter Hutterer
The previous approach only had the slot state for the current slot. If we changed slots, that means we lost the information if the slot was ever initialized. If the ABS_MT_TRACKING_ID was never received, the slot would still update and try to send events (which the server refused with a warning).