input: edt-ft5x06: Include I2C details in names for the devices
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 8 Nov 2023 15:50:39 +0000 (15:50 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:16 +0000 (11:35 +0000)
commit3b986550d95a71aabfaa71a51a41b03e6d2e9deb
tree6e7bd1005a5ad89ae4f354595bf9d9d0add17e35
parentc9e86e22d14a6c4b3bf8f389f9140ee71ee96c71
input: edt-ft5x06: Include I2C details in names for the devices

libinput uses the input device name alone. If you have two
identical input devices, then there is no way to differentiate
between them, and in the case of touchscreens that means no
way to associate them with the appropriate display device.

Add the I2C bus and address to the start of the input device
name so that the name is always unique within the system.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/input/touchscreen/edt-ft5x06.c