Comment 157 for bug 681904

Revision history for this message
clemmy (luca-clem) wrote :

I'm very interested in comment #154 by nik.martin. I've understood that I should assign a 0 as the missing arg, but I'm not sure about how to do it in practice.

Line 699 looks like this now:
  input_mt_init_slots(dev, 2);
Should I change it to something like the following?
  input_mt_init_slots(dev, 2, 0);

Thanks a lot for any help