forked from kylelemons/xbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to support Logic3 Rock Candy Controller for Xbox One
- Loading branch information
Ignacio Quezada
committed
Oct 14, 2015
1 parent
c6efaf7
commit 6c4842e
Showing
1 changed file
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit 6c4842e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the xpad driver currently does not really allow to send multiple packets one after another. If all of the above packets are indeed needed, you can try usb_interrupt_msg API or modify xpad_irq_out
to send the next packet once the first is through..
how much of the stuff above this line is really needed? This packet is identical to:
https://github.com/paroj/xpad/blob/master/xpad.c#L1107
see also:
https://github.com/quantus/xbox-one-controller-protocol#0x05-start-controller-with-input