[Bug 39891] In Split/ Second all Wireless XBox 360 controllers are mapped to the Joystick 3 entry instead of js0- >Joystick 0, js1->Joystick 1, etc

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 14 16:08:45 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=39891

--- Comment #27 from Omar <gamingpakker+wine at gmail.com> ---
Ok this is what I've found about the hierarchy of the wireless
receiver/controller between Windows and Linux.

Windows:
TL/DR; Both the receiver and controllers are unique devices.
- Receiver
-- Separate device, attached to a USB port, hub-style device ('Xbox 360
peripheral')
-- Product ID 0x0719
- Controllers (x4)
-- Separate device, attached to the receiver, game controller
-- Product ID 0x02A1

Linux:
TL/DR; The receiver and controllers are the same device (receiver = 4
controllers).
- Receiver
-- Attached to a USB port, seen as 4 game controllers.
-- Product ID 0x0719.
- Controller (4x)
-- Not handled as a separate device.
-- Should have Product ID = 0x02A1.
-- In the system tree the controllers are located underneath the receiver:
   /sys/bus/usb/devices/[receiver usb]/[receiver-usb]:[controller]


I'm fairly certain that we can now classify this as a driver issue. I probably
need to report this bug with the xpad kernel driver.
If after that there are still issues with the wireless controller in WINE we'll
just have to look at that when it happens.

For the record, is there a way to spoof the product ID (either in Linux or
WINE) so I could test this?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list