Commit 7249bdbd authored by Hans de Goede's avatar Hans de Goede Committed by Dmitry Torokhov

Input: novatek-nvt-ts - add touchscreen model number to description

A phoronix forum member actual found documentation on what the model
number for the touchscreen controller on the Acer Iconia One 7 B1-750 is.

Update the driver's description to include this.

Link: https://www.phoronix.com/forums/forum/hardware/general-hardware/1382535-10-years-later-linux-getting-a-touchscreen-driver-for-a-once-popular-tablet?p=1384707#post1384707Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20230710123633.323937-2-hdegoede@redhat.comSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 85429376
...@@ -655,10 +655,10 @@ config TOUCHSCREEN_MTOUCH ...@@ -655,10 +655,10 @@ config TOUCHSCREEN_MTOUCH
module will be called mtouch. module will be called mtouch.
config TOUCHSCREEN_NOVATEK_NVT_TS config TOUCHSCREEN_NOVATEK_NVT_TS
tristate "Novatek NVT-ts touchscreen support" tristate "Novatek NT11205 touchscreen support"
depends on I2C depends on I2C
help help
Say Y here if you have a Novatek NVT-ts touchscreen. Say Y here if you have a Novatek NT11205 touchscreen.
If unsure, say N. If unsure, say N.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
......
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
/* /*
* Driver for Novatek i2c touchscreen controller as found on * Driver for Novatek NT11205 i2c touchscreen controller as found
* the Acer Iconia One 7 B1-750 tablet. The Touchscreen controller * on the Acer Iconia One 7 B1-750 tablet.
* model-number is unknown. Android calls this a "NVT-ts" touchscreen,
* but that may apply to other Novatek controller models too.
* *
* Copyright (c) 2023 Hans de Goede <hdegoede@redhat.com> * Copyright (c) 2023 Hans de Goede <hdegoede@redhat.com>
*/ */
...@@ -296,6 +294,6 @@ static struct i2c_driver nvt_ts_driver = { ...@@ -296,6 +294,6 @@ static struct i2c_driver nvt_ts_driver = {
module_i2c_driver(nvt_ts_driver); module_i2c_driver(nvt_ts_driver);
MODULE_DESCRIPTION("Novatek NVT-ts touchscreen driver"); MODULE_DESCRIPTION("Novatek NT11205 touchscreen driver");
MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment