|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Silead touchscreen driver DMI based configuration code
|
|
|
+ * Touchscreen driver DMI based configuration code
|
|
|
*
|
|
|
* Copyright (c) 2017 Red Hat Inc.
|
|
|
*
|
|
@@ -20,7 +20,7 @@
|
|
|
#include <linux/property.h>
|
|
|
#include <linux/string.h>
|
|
|
|
|
|
-struct silead_ts_dmi_data {
|
|
|
+struct ts_dmi_data {
|
|
|
const char *acpi_name;
|
|
|
const struct property_entry *properties;
|
|
|
};
|
|
@@ -36,7 +36,7 @@ static const struct property_entry chuwi_hi8_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data chuwi_hi8_data = {
|
|
|
+static const struct ts_dmi_data chuwi_hi8_data = {
|
|
|
.acpi_name = "MSSL0001:00",
|
|
|
.properties = chuwi_hi8_props,
|
|
|
};
|
|
@@ -50,7 +50,7 @@ static const struct property_entry chuwi_hi8_pro_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data chuwi_hi8_pro_data = {
|
|
|
+static const struct ts_dmi_data chuwi_hi8_pro_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = chuwi_hi8_pro_props,
|
|
|
};
|
|
@@ -65,7 +65,7 @@ static const struct property_entry chuwi_vi8_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data chuwi_vi8_data = {
|
|
|
+static const struct ts_dmi_data chuwi_vi8_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = chuwi_vi8_props,
|
|
|
};
|
|
@@ -81,7 +81,7 @@ static const struct property_entry chuwi_vi10_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data chuwi_vi10_data = {
|
|
|
+static const struct ts_dmi_data chuwi_vi10_data = {
|
|
|
.acpi_name = "MSSL0002:00",
|
|
|
.properties = chuwi_vi10_props,
|
|
|
};
|
|
@@ -95,7 +95,7 @@ static const struct property_entry cube_iwork8_air_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data cube_iwork8_air_data = {
|
|
|
+static const struct ts_dmi_data cube_iwork8_air_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = cube_iwork8_air_props,
|
|
|
};
|
|
@@ -109,7 +109,7 @@ static const struct property_entry dexp_ursus_7w_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data dexp_ursus_7w_data = {
|
|
|
+static const struct ts_dmi_data dexp_ursus_7w_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = dexp_ursus_7w_props,
|
|
|
};
|
|
@@ -125,7 +125,7 @@ static const struct property_entry digma_citi_e200_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data digma_citi_e200_data = {
|
|
|
+static const struct ts_dmi_data digma_citi_e200_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = digma_citi_e200_props,
|
|
|
};
|
|
@@ -140,7 +140,7 @@ static const struct property_entry gp_electronic_t701_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data gp_electronic_t701_data = {
|
|
|
+static const struct ts_dmi_data gp_electronic_t701_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = gp_electronic_t701_props,
|
|
|
};
|
|
@@ -154,7 +154,7 @@ static const struct property_entry itworks_tw891_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data itworks_tw891_data = {
|
|
|
+static const struct ts_dmi_data itworks_tw891_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = itworks_tw891_props,
|
|
|
};
|
|
@@ -168,7 +168,7 @@ static const struct property_entry jumper_ezpad_6_pro_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data jumper_ezpad_6_pro_data = {
|
|
|
+static const struct ts_dmi_data jumper_ezpad_6_pro_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = jumper_ezpad_6_pro_props,
|
|
|
};
|
|
@@ -182,7 +182,7 @@ static const struct property_entry jumper_ezpad_mini3_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data jumper_ezpad_mini3_data = {
|
|
|
+static const struct ts_dmi_data jumper_ezpad_mini3_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = jumper_ezpad_mini3_props,
|
|
|
};
|
|
@@ -199,7 +199,7 @@ static const struct property_entry onda_obook_20_plus_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data onda_obook_20_plus_data = {
|
|
|
+static const struct ts_dmi_data onda_obook_20_plus_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = onda_obook_20_plus_props,
|
|
|
};
|
|
@@ -216,7 +216,7 @@ static const struct property_entry onda_v891w_v1_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data onda_v891w_v1_data = {
|
|
|
+static const struct ts_dmi_data onda_v891w_v1_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = onda_v891w_v1_props,
|
|
|
};
|
|
@@ -231,7 +231,7 @@ static const struct property_entry pipo_w2s_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data pipo_w2s_data = {
|
|
|
+static const struct ts_dmi_data pipo_w2s_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = pipo_w2s_props,
|
|
|
};
|
|
@@ -249,7 +249,7 @@ static const struct property_entry pov_mobii_wintab_p800w_v20_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data pov_mobii_wintab_p800w_v20_data = {
|
|
|
+static const struct ts_dmi_data pov_mobii_wintab_p800w_v20_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = pov_mobii_wintab_p800w_v20_props,
|
|
|
};
|
|
@@ -264,7 +264,7 @@ static const struct property_entry pov_mobii_wintab_p800w_v21_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data pov_mobii_wintab_p800w_v21_data = {
|
|
|
+static const struct ts_dmi_data pov_mobii_wintab_p800w_v21_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = pov_mobii_wintab_p800w_v21_props,
|
|
|
};
|
|
@@ -278,7 +278,7 @@ static const struct property_entry teclast_x3_plus_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data teclast_x3_plus_data = {
|
|
|
+static const struct ts_dmi_data teclast_x3_plus_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = teclast_x3_plus_props,
|
|
|
};
|
|
@@ -294,7 +294,7 @@ static const struct property_entry teclast_x98plus2_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data teclast_x98plus2_data = {
|
|
|
+static const struct ts_dmi_data teclast_x98plus2_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = teclast_x98plus2_props,
|
|
|
};
|
|
@@ -309,7 +309,7 @@ static const struct property_entry trekstor_primebook_c13_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data trekstor_primebook_c13_data = {
|
|
|
+static const struct ts_dmi_data trekstor_primebook_c13_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = trekstor_primebook_c13_props,
|
|
|
};
|
|
@@ -324,7 +324,7 @@ static const struct property_entry trekstor_surftab_twin_10_1_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data trekstor_surftab_twin_10_1_data = {
|
|
|
+static const struct ts_dmi_data trekstor_surftab_twin_10_1_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = trekstor_surftab_twin_10_1_props,
|
|
|
};
|
|
@@ -339,13 +339,13 @@ static const struct property_entry trekstor_surftab_wintron70_props[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data trekstor_surftab_wintron70_data = {
|
|
|
+static const struct ts_dmi_data trekstor_surftab_wintron70_data = {
|
|
|
.acpi_name = "MSSL1680:00",
|
|
|
.properties = trekstor_surftab_wintron70_props,
|
|
|
};
|
|
|
|
|
|
/* NOTE: Please keep this table sorted alphabetically */
|
|
|
-static const struct dmi_system_id silead_ts_dmi_table[] = {
|
|
|
+static const struct dmi_system_id touchscreen_dmi_table[] = {
|
|
|
{
|
|
|
/* Chuwi Hi8 */
|
|
|
.driver_data = (void *)&chuwi_hi8_data,
|
|
@@ -586,22 +586,22 @@ static const struct dmi_system_id silead_ts_dmi_table[] = {
|
|
|
{ },
|
|
|
};
|
|
|
|
|
|
-static const struct silead_ts_dmi_data *silead_ts_data;
|
|
|
+static const struct ts_dmi_data *ts_data;
|
|
|
|
|
|
-static void silead_ts_dmi_add_props(struct i2c_client *client)
|
|
|
+static void ts_dmi_add_props(struct i2c_client *client)
|
|
|
{
|
|
|
struct device *dev = &client->dev;
|
|
|
int error;
|
|
|
|
|
|
if (has_acpi_companion(dev) &&
|
|
|
- !strncmp(silead_ts_data->acpi_name, client->name, I2C_NAME_SIZE)) {
|
|
|
- error = device_add_properties(dev, silead_ts_data->properties);
|
|
|
+ !strncmp(ts_data->acpi_name, client->name, I2C_NAME_SIZE)) {
|
|
|
+ error = device_add_properties(dev, ts_data->properties);
|
|
|
if (error)
|
|
|
dev_err(dev, "failed to add properties: %d\n", error);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-static int silead_ts_dmi_notifier_call(struct notifier_block *nb,
|
|
|
+static int ts_dmi_notifier_call(struct notifier_block *nb,
|
|
|
unsigned long action, void *data)
|
|
|
{
|
|
|
struct device *dev = data;
|
|
@@ -611,7 +611,7 @@ static int silead_ts_dmi_notifier_call(struct notifier_block *nb,
|
|
|
case BUS_NOTIFY_ADD_DEVICE:
|
|
|
client = i2c_verify_client(dev);
|
|
|
if (client)
|
|
|
- silead_ts_dmi_add_props(client);
|
|
|
+ ts_dmi_add_props(client);
|
|
|
break;
|
|
|
|
|
|
default:
|
|
@@ -621,22 +621,22 @@ static int silead_ts_dmi_notifier_call(struct notifier_block *nb,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static struct notifier_block silead_ts_dmi_notifier = {
|
|
|
- .notifier_call = silead_ts_dmi_notifier_call,
|
|
|
+static struct notifier_block ts_dmi_notifier = {
|
|
|
+ .notifier_call = ts_dmi_notifier_call,
|
|
|
};
|
|
|
|
|
|
-static int __init silead_ts_dmi_init(void)
|
|
|
+static int __init ts_dmi_init(void)
|
|
|
{
|
|
|
const struct dmi_system_id *dmi_id;
|
|
|
int error;
|
|
|
|
|
|
- dmi_id = dmi_first_match(silead_ts_dmi_table);
|
|
|
+ dmi_id = dmi_first_match(touchscreen_dmi_table);
|
|
|
if (!dmi_id)
|
|
|
return 0; /* Not an error */
|
|
|
|
|
|
- silead_ts_data = dmi_id->driver_data;
|
|
|
+ ts_data = dmi_id->driver_data;
|
|
|
|
|
|
- error = bus_register_notifier(&i2c_bus_type, &silead_ts_dmi_notifier);
|
|
|
+ error = bus_register_notifier(&i2c_bus_type, &ts_dmi_notifier);
|
|
|
if (error)
|
|
|
pr_err("%s: failed to register i2c bus notifier: %d\n",
|
|
|
__func__, error);
|
|
@@ -649,4 +649,4 @@ static int __init silead_ts_dmi_init(void)
|
|
|
* itself is ready (which happens at postcore initcall level), but before
|
|
|
* ACPI starts enumerating devices (at subsys initcall level).
|
|
|
*/
|
|
|
-arch_initcall(silead_ts_dmi_init);
|
|
|
+arch_initcall(ts_dmi_init);
|