Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197327 - x11-misc/xinput-1.2 patch for x11-base/xorg-x11-7.3
Summary: x11-misc/xinput-1.2 patch for x11-base/xorg-x11-7.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-28 20:23 UTC by Jeff Glover
Modified: 2007-11-01 23:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fix for reported bug (xinput-1.2-ext_fix.patch,1.73 KB, patch)
2007-10-28 20:25 UTC, Jeff Glover
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Glover 2007-10-28 20:23:43 UTC
xinput fails to set set-button-map for use with multiple input devices. Also, 'xinput list' doesn't properly report the the type of devices.

Reproducible: Always

Steps to Reproduce:
run xinput


Actual Results:  
xinput set-button-map MX610-usb-0000:00:1d.2-2/input0 1 8 3 4 5 6 7 2 9 10 11 12 13 14 15 16 17 18 19 20
unable to find device MX610-usb-0000:00:1d.2-2/input0

Expected Results:  
Returns nothing and buttons are properly mapped.
Comment 1 Jeff Glover 2007-10-28 20:25:12 UTC
Created attachment 134565 [details, diff]
fix for reported bug

I don't really know C, but this patch seems to work. The changes in list.c are not critical to functionality.