The server guarantees that if we ever hit this bit, the device is already off.
Signed-off-by: Peter Hutterer <[email protected]> --- src/xf86Aiptek.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/xf86Aiptek.c b/src/xf86Aiptek.c index d9a7665..8421a70 100644 --- a/src/xf86Aiptek.c +++ b/src/xf86Aiptek.c @@ -1781,8 +1781,6 @@ xf86AiptekUninit(InputDriverPtr drv, DBG(1, "xf86AiptekUninit\n"); - xf86AiptekProc(pInfo->dev, DEVICE_OFF); - if (device->common && device->common->xCapacity != -10101) { device->common->xCapacity = -10101; -- 1.7.5.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
