Bug 409366

Summary: x11-input-wacom-tools: 'xsetwacom list' don't work again
Product: [openSUSE] openSUSE 11.0 Reporter: Danny Al-Gaaf <dalgaaf>
Component: X.OrgAssignee: Stefan Dirsch <sndirsch>
Status: RESOLVED FIXED QA Contact: E-mail List <xorg-maintainer-bugs>
Severity: Critical    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 409526, 385149    
Attachments: updated patch

Description Danny Al-Gaaf 2008-07-15 20:38:15 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;
Comment 1 Danny Al-Gaaf 2008-07-15 20:40:02 UTC
Created attachment 227934 [details]
updated patch
Comment 2 Danny Al-Gaaf 2008-07-15 20:40:49 UTC
@Anja: We need a YOU update to get the TabletPCs working again.
Comment 3 Stefan Dirsch 2008-07-16 06:58:12 UTC
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. :-)
Comment 6 Stefan Dirsch 2008-07-16 12:42:24 UTC
SWAMPID in patchinfo file is filled in now. Closing as fixed.
Comment 7 Anja Stock 2008-07-21 13:17:24 UTC
released