[PATCH 09/10] input: enable touch on 88pm860x

Mark Brown broonie at opensource.wolfsonmicro.com
Fri Nov 13 08:09:56 EST 2009


On Fri, Nov 13, 2009 at 04:04:44AM -0500, Haojian Zhuang wrote:
> +	} else {
> +		input_report_abs(touch->idev, ABS_PRESSURE, 0);
> +		input_report_abs(touch->idev, ABS_TOOL_WIDTH, 1);
> +		input_report_abs(touch->idev, BTN_TOUCH, 0);

This appears to be the only place ABS_TOOL_WIDTH is reported - could it
not just be omitted?



More information about the linux-arm-kernel mailing list