[PATCH aiptek 3/3] Don't pretend successfully opening the device is an error.
Peter Hutterer
peter.hutterer at who-t.net
Sun Jun 26 21:26:49 PDT 2011
I mean, you shouldn't be running this driver and all, but still -
success is success.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/xf86Aiptek.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/xf86Aiptek.c b/src/xf86Aiptek.c
index 3a60d13..6a4ba96 100644
--- a/src/xf86Aiptek.c
+++ b/src/xf86Aiptek.c
@@ -1479,7 +1479,7 @@ xf86AiptekProc(DeviceIntPtr pAiptek, int requestCode)
xf86Msg(X_ERROR, "Unable to open aiptek device\n");
return !Success;
}
- xf86Msg(X_ERROR, "Able to open aiptek device\n");
+ xf86Msg(X_INFO, "Able to open aiptek device\n");
xf86AddEnabledDevice(pInfo);
pAiptek->public.on = TRUE;
}
--
1.7.5.4
More information about the xorg-devel
mailing list