Comment 10 for bug 1245328

Revision history for this message
Maxwell Anselm (silverhammermba) wrote :

But there's also this bit on line 1158:

 if (SYN_CAP_PALMDETECT(priv->capabilities))
  input_report_abs(dev, ABS_TOOL_WIDTH, finger_width);

And my touchpad does report that it has the palm detection capability. It looks like I should be seeing widths reported then.