On Fri, Feb 10, 2012 at 12:27 PM, Peter Hutterer <[email protected]> wrote: > On Fri, Feb 10, 2012 at 05:55:16PM +0000, Przemo Firszt wrote: >> Intuos4 Wireless doesn't match list of devices in 50-wacom.conf, so evdev was >> taking over. This patch fixes it, so now wacom driver is used fo Intuoe4 WL >> PTK-540WL >> >> Signed-off-by: Przemo Firszt <[email protected]> > > out of interest - did MatchVendor work at all?
Przemo, if you want the inside scope of what it checks, run "edevadm info --export-db" and look for area that defines your /dev/input/event*. The line with NAME=PTK-540WL is where the Product Name came from and the the line ID_VENDOR=xxx is were I believe MatchVendor gets its value. Chris > > Cheers, > Peter > >> --- >> conf/50-wacom.conf | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf >> index 2c9ccb6..5cf5fdf 100644 >> --- a/conf/50-wacom.conf >> +++ b/conf/50-wacom.conf >> @@ -1,6 +1,6 @@ >> Section "InputClass" >> Identifier "Wacom class" >> - MatchProduct "Wacom|WACOM|WALTOP|Hanwang" >> + MatchProduct "Wacom|WACOM|WALTOP|Hanwang|PTK-540WL" >> MatchDevicePath "/dev/input/event*" >> Driver "wacom" >> EndSection >> -- >> 1.7.6.4 >> > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Linuxwacom-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
