summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-06-28 00:43:18 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-06-28 00:43:40 +1000
commit9aaaf67f5e0bb7419c24df041a75bb93e2f7c601 (patch)
treeecc602b8df731073697061c0982809ea74f4e1eb
parent041959f3fcdc473cb92437227522b2e986a1055e (diff)
Don't call DEVICE_OFF during Uninit
The server will do it for us before anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/xf86MuTouch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xf86MuTouch.c b/src/xf86MuTouch.c
index 01fb684..aaf16df 100644
--- a/src/xf86MuTouch.c
+++ b/src/xf86MuTouch.c
@@ -1043,8 +1043,6 @@ xf86MuTUninit(InputDriverPtr drv,
{
MuTPrivatePtr priv = (MuTPrivatePtr) pInfo->private;
- xf86MuTControl(pInfo->dev, DEVICE_OFF);
-
if (priv) {
priv->stylus->private = NULL;
priv->finger->private = NULL;