Re: [PATCH v5 RESEND] Input: alps - Don't handle ALPS cs19 trackpoint-only device

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Hui,

On Mon, Jul 08, 2019 at 10:24:58AM +0800, Hui Wang wrote:
> +	if ((param[0] == TP_VARIANT_ALPS) && (param[1] & 0x20)) {
> +		if (IS_ENABLED(MOUSE_PS2_TRACKPOINT))
> +			psmouse_dbg(psmouse,
> +				    "ALPS CS19 trackpoint-only device detected, not using ALPS touchpad driver\n");
> +		else
> +			psmouse_warn(psmouse,
> +				     "ALPS CS19 trackpoint-only device detected but MOUSE_PS2_TRACKPOINT not enabled, fallback to bare PS/2 mouse\n");

I do not think that trackpoint driver not being enabled deserves a
warning, especially coming from unrelated driver. As far as I understand
the device still works reasonably well when handled as generic mouse.

I condensed both messages down to "ALPS CS19 trackpoint-only device
detected, ignoring", moved it down to alps_is_cs19_trackpoint() call
site, and applied the patch.

Keeping Pali's reviewed-by as the core idea of the patch has not
changed.

Thanks.

-- 
Dmitry



[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux