]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: psmouse - disable changing resolution/rate/scale for FocalTech
authorMathias Gottschlag <mgottschlag@gmail.com>
Sat, 7 Mar 2015 21:32:10 +0000 (13:32 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 7 Mar 2015 21:40:21 +0000 (13:40 -0800)
commit4ec212f003d2430b0b2748b8a3008255f39cfe13
tree1077e083925422e0b7a05a5f309f2e8cf0930fa6
parent679d83ea9390636ded518f533af0cefbade317c7
Input: psmouse - disable changing resolution/rate/scale for FocalTech

These PS/2 commands make some touchpads stop responding, so this commit
adds some dummy functions to replace the generic implementation. Because
scale changes were not encapsulated in a method of struct psmouse yet, this
commit adds a method set_scale to psmouse.

Signed-off-by: Mathias Gottschlag <mgottschlag@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/focaltech.c
drivers/input/mouse/psmouse-base.c
drivers/input/mouse/psmouse.h