Bugzilla – Bug 409366
x11-input-wacom-tools: 'xsetwacom list' don't work again
Last modified: 2008-07-21 13:17:24 UTC
The problem with 'xsetwacom list' (to list the active wacom devices) is back again in openSUSE 11.0. I attach an updated patch version which solves this problem from porting the patch: - if (info->use != IsXExtensionDevice) continue; + if (info->use != IsXExtensionDevice && info->use != IsXExtensionPointer) continue;
Created attachment 227934 [details] updated patch
@Anja: We need a YOU update to get the TabletPCs working again.
package and patchinfo file submitted. /work/src/done/11.0/x11-input-wacom/ /work/src/done/PATCHINFO/x11-input-wacom.patch.box SWAMPID still needs to be filled in. :-)
SWAMPID in patchinfo file is filled in now. Closing as fixed.
released