-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Input: xpad - add support for NEW Xbox One controllers #1202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is a known issue in upstream Linux, and a patch has been posted there. |
I suspect if you provide a link to the (accepted?) upstream patch, @popcornmix will be happy to pull it into this repo. |
@Ferroin can you point at the upstream commit? I'm not seeing it on 4.4 for example. |
I don't know the exact commit, and I don't recall when it got merged, but I'm pretty sure something ended up in 4.3 to fix it. I can defiantly look though, but it may be tomorrow or Wednesday before I get a chance to. |
Okay it seems to be in 4.4: we are moving to this kernel in the near future and it can be tested early with: |
@drsternau has your issue been resolved? If so, please close this issue. Thanks. |
@Ruffio Sorry! Yeah, the issue has been resolved. |
When I plug in the new Xbox One Controller (this one has a audio jack) my system crashes.
The issue seems to be the unrecognized id of the controller.
As Erik Lundgren pointed out, this issue can be addressed by adding
{ 0x045e, 0x02dd, "Microsoft X-Box One pad (Covert Forces)", 0, XTYPE_XBOXONE },
as line 128.
It it possible to insert this?
The text was updated successfully, but these errors were encountered: