diff options
| -rw-r--r-- | drivers/input/mouse/elantech.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c index 9640232a868d..ee2a04d90d20 100644 --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c | |||
| @@ -849,7 +849,7 @@ static int elantech_set_absolute_mode(struct psmouse *psmouse) | |||
| 849 | if (etd->set_hw_resolution) | 849 | if (etd->set_hw_resolution) |
| 850 | etd->reg_10 = 0x0b; | 850 | etd->reg_10 = 0x0b; |
| 851 | else | 851 | else |
| 852 | etd->reg_10 = 0x03; | 852 | etd->reg_10 = 0x01; |
| 853 | 853 | ||
| 854 | if (elantech_write_reg(psmouse, 0x10, etd->reg_10)) | 854 | if (elantech_write_reg(psmouse, 0x10, etd->reg_10)) |
| 855 | rc = -1; | 855 | rc = -1; |
| @@ -1350,7 +1350,8 @@ static int elantech_reconnect(struct psmouse *psmouse) | |||
| 1350 | } | 1350 | } |
| 1351 | 1351 | ||
| 1352 | /* | 1352 | /* |
| 1353 | * Some hw_version 3 models go into error state when we try to set bit 3 of r10 | 1353 | * Some hw_version 3 models go into error state when we try to set |
| 1354 | * bit 3 and/or bit 1 of r10. | ||
| 1354 | */ | 1355 | */ |
| 1355 | static const struct dmi_system_id no_hw_res_dmi_table[] = { | 1356 | static const struct dmi_system_id no_hw_res_dmi_table[] = { |
| 1356 | #if defined(CONFIG_DMI) && defined(CONFIG_X86) | 1357 | #if defined(CONFIG_DMI) && defined(CONFIG_X86) |
