mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 09:56:00 +00:00
Input: imx6ul_tsc - fix controller name
We should better write "Touchscreen". Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
5eab3cf3e4
commit
002801fc53
@ -355,7 +355,7 @@ static int imx6ul_tsc_probe(struct platform_device *pdev)
|
||||
if (!input_dev)
|
||||
return -ENOMEM;
|
||||
|
||||
input_dev->name = "iMX6UL TouchScreen Controller";
|
||||
input_dev->name = "iMX6UL Touchscreen Controller";
|
||||
input_dev->id.bustype = BUS_HOST;
|
||||
|
||||
input_dev->open = imx6ul_tsc_open;
|
||||
|
Loading…
Reference in New Issue
Block a user