ICN8505_MAX_TOUCHES
if (touch_data.touch_count > ICN8505_MAX_TOUCHES) {
touch_data.touch_count, ICN8505_MAX_TOUCHES);
touch_data.touch_count = ICN8505_MAX_TOUCHES;
error = input_mt_init_slots(input, ICN8505_MAX_TOUCHES,
struct icn8505_touch touches[ICN8505_MAX_TOUCHES];