Just one patch here ... Patch 1 fixes problems on some Asus touchpads where set_rate sets the register reg_07 to 0, which disables the absolute mode setting and makes the touchpad unusable. This was seen in 3 different scenario's: 1) At startup or module load, the touchpad did not work. Value of reg_07 becomes 0. 2) When writing the content of the sysfs touchpad rate file again to the same file (or any different value most probably), the touchpad does not work anymore.The value of reg_07 in the hardware becomes 0. 3) When returning from suspend to sleep, the touchpad dos not work anymore. The value of reg_07 in the hardware becomes 0. When writing again a 1 to the sysfs reg_07 file, the touchpad works (again). Ulrik De Bie (1): Input: elantech - fix absolute mode setting on some Asus touchpads drivers/input/mouse/elantech.c | 22 ++++++++++++++++++++++ drivers/input/mouse/elantech.h | 1 + 2 files changed, 23 insertions(+) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html