The server assigns "UNKNOWN", override it with something more specific.

Introduced in f85c4b580c074f7054eac98753d1f4e91f08305e.

Signed-off-by: Peter Hutterer <[email protected]>
---
 src/acecad.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/acecad.c b/src/acecad.c
index 604fe91..2b6aa45 100644
--- a/src/acecad.c
+++ b/src/acecad.c
@@ -346,6 +346,7 @@ AceCadPreInit(InputDriverPtr drv, InputInfoPtr local, int 
flags)
     local->private = priv;
 
     local->device_control = DeviceControl;
+    local->type_name = XI_TABLET;
 
     priv->acecadInc = xf86SetIntOption(local->options, "Increment", 0 );
 
-- 
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

Reply via email to