]> git.baikalelectronics.ru Git - kernel.git/commit
Input: elantech - Prepare a complete software node for the device
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Mon, 29 Mar 2021 10:50:46 +0000 (13:50 +0300)
committerWolfram Sang <wsa@kernel.org>
Sat, 10 Apr 2021 19:43:02 +0000 (21:43 +0200)
commitb2f333fdc1d65021ec8bdaaf26122ae285292038
tree2438664a518ea88d50df75cc9de6b1eb5fbe7cc3
parent7aa7167b2098e746f502de8adde51354e63b0c2c
Input: elantech - Prepare a complete software node for the device

Creating a software node and supplying that for the device
instead of only the device properties in it. A software
node was always created in any case to hold the additional
device properties, so this change does not have any real
effect.

This change makes it possible to remove support for the
problematic "dangling" device properties from i2c subsystem,
i.e. the "properties" member from struct i2c_board_info. The
problems caused by them are not related to this driver.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/input/mouse/elantech.c