MatchProduct "stylus" won't work since the "stylus" bit is appended by the driver, after the server has already applied the MatchProduct directives. This only applies to the parent device.
Signed-off-by: Peter Hutterer <[email protected]> --- man/wacom.man | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/man/wacom.man b/man/wacom.man index d5dc9f1..bdf4665 100644 --- a/man/wacom.man +++ b/man/wacom.man @@ -51,6 +51,12 @@ Dependent devices may be assigned tool-specific options through additional sections. We recommend that a .B MatchDriver "wacom" line is used in these sections in addition to the user-specific pattern. +.PP +Match directives are applied by the X server before the driver is selected. +The type name of the parent device is appended by the driver. It is not +possible to use a +.B MatchProduct +directive to match against this appended type name. .SH CONFIGURATION DETAILS Please refer to xorg.conf(5x) or xorg.conf.d(5x) for general configuration details and for options that can be used with all input drivers. This -- 1.7.4.4 ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
