Egbert Eich changed bug 912589
What Removed Added
CC   admin@different-perspectives.com
Flags   needinfo?(admin@different-perspectives.com)

Comment # 1 on bug 912589 from
David, thanks for the links! Since I cannot check this myself:
Could you:
* Test with a later kernel, if you still need the usbhid quirk?
  If you can, please try the KOTD: 
    https://en.opensuse.org/openSUSE:Kernel_of_the_day
* Try with a later xf86-input-wacom driver (ie from X11:XOrg) if you 
  still need to add the line: 
   MatchIsTablet "on"
  in the section with
   MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL|ISD-V4" 
  in 50-wacom.conf?
If the driver in xf86-input-wacom in X11:XOrg doesn't load for you, please let
me know, I will try to get you a different one.

Of course you can also use a current Tumbleweed to see if it works without
these workarounds. 

The suggested modification for 50-wacom.conf will break things for devices,
therefore this needs to be handled differently for 13.2: 
Could you please check if it also works if you:
1. remove the 
    MatchIsTablet "on" 
   from the section containing 
    MatchProduct "Wacom|WACOM|Hanwang|PTK-540WL|ISD-V4"
   in 50-wacom.conf
2. add:
   The section: 
   Section "InputClass"
        Identifier "Wacom Bamboo keypad class"
        MatchUSBID "0x056a:0x0319"
        MatchIsTablet "off"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
   EndSection

Thanks!


You are receiving this mail because: