And do nothing. USB devices are handled by the kernel, so we don't need to reset the HW. ISDV4 devices don't get reset on normal shutdown anyway, so we don't need to do anything here either.
Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> --- src/xf86Wacom.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xf86Wacom.c b/src/xf86Wacom.c index 4d38bb3..2a44f11 100644 --- a/src/xf86Wacom.c +++ b/src/xf86Wacom.c @@ -858,7 +858,10 @@ static int wcmDevProc(DeviceIntPtr pWcm, int what) } pWcm->public.on = FALSE; break; - +#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) * 100 + GET_ABI_MINOR(ABI_XINPUT_VERSION) >= 1901 + case DEVICE_ABORT: + break; +#endif default: xf86Msg(X_ERROR, "%s: invalid mode=%d. This is an X server bug.\n", pInfo->name, what); -- 1.8.1.4 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel