Bug 409366 - x11-input-wacom-tools: 'xsetwacom list' don't work again
Summary: x11-input-wacom-tools: 'xsetwacom list' don't work again
Status: RESOLVED FIXED
Alias: None
Product: openSUSE 11.0
Classification: openSUSE
Component: X.Org (show other bugs)
Version: Final
Hardware: Other Other
: P5 - None : Critical (vote)
Target Milestone: ---
Assignee: Stefan Dirsch
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 409526 385149
  Show dependency treegraph
 
Reported: 2008-07-15 20:38 UTC by Danny Al-Gaaf
Modified: 2008-07-21 13:17 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
updated patch (5.98 KB, patch)
2008-07-15 20:40 UTC, Danny Al-Gaaf
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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