If the kernel's HID driver is used rather than wacom.ko, its very possible that the device will not have "Wacom" anywhere in its device name. To ensure we are able to match Wacom tablets in this situation, we add matches based on the known USB and PnP IDs.
Signed-off-by: Jason Gerecke <killert...@gmail.com> --- conf/50-wacom.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf index 95f10e9..fc0eed2 100644 --- a/conf/50-wacom.conf +++ b/conf/50-wacom.conf @@ -1,4 +1,18 @@ Section "InputClass" + Identifier "Wacom USB device class" + MatchUSBID "056a:*" + MatchDevicePath "/dev/input/event*" + Driver "wacom" +EndSection + +Section "InputClass" + Identifier "Wacom PnP device class" + MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9" + MatchDevicePath "/dev/input/event*" + Driver "wacom" +EndSection + +Section "InputClass" Identifier "Wacom class" MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4" MatchDevicePath "/dev/input/event*" -- 2.0.2 ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel