Mailinglist Archive: opensuse-bugs (13084 mails)
| < Previous | Next > |
[Bug 409366] New: x11-input-wacom-tools: 'xsetwacom list' don't work again
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 15 Jul 2008 14:38:16 -0600 (MDT)
- Message-id: <bug-409366-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=409366
Summary: x11-input-wacom-tools: 'xsetwacom list' don't work again
Product: openSUSE 11.0
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: X.Org
AssignedTo: sndirsch@xxxxxxxxxx
ReportedBy: dkukawka@xxxxxxxxxx
QAContact: xorg-maintainer-bugs@xxxxxxxxxxxxxxxxxxxxxx
Found By: ---
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;
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: x11-input-wacom-tools: 'xsetwacom list' don't work again
Product: openSUSE 11.0
Version: Final
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: X.Org
AssignedTo: sndirsch@xxxxxxxxxx
ReportedBy: dkukawka@xxxxxxxxxx
QAContact: xorg-maintainer-bugs@xxxxxxxxxxxxxxxxxxxxxx
Found By: ---
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;
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |