add csChange, pad fields to spiIOCTransfer struct#39
Closed
bgentry wants to merge 1 commit intokidoman:masterfrom
Closed
add csChange, pad fields to spiIOCTransfer struct#39bgentry wants to merge 1 commit intokidoman:masterfrom
bgentry wants to merge 1 commit intokidoman:masterfrom
Conversation
Per the discussion in kidoman#38, these two fields are part of the equivalent struct in the kernel SPI driver. Adding the fields allows the SPI driver to work on a Raspberry Pi Model 2 B. h/t @hbhasker Fixes kidoman#38. Fixes kidoman#24.
|
Any news on this one? The change looks good to me. |
Contributor
|
This is a showstopper for spi on raspberry pi 2. The fix looks good to me. Please review and merge. |
|
Fix my rpi2 as well. |
Owner
|
Has anyone gotten the chance to test this on the other RPi's ? |
|
This fixes the problem on mine as well |
|
@kidoman I have a model B1 running the latest version of Raspbian that was running into this issue, but this fix worked on the B1 version as well. |
Contributor
|
Closing as this should be fixed by #69, please reopen if I missed something. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Per the discussion in #38, these two fields are part of the equivalent struct in the kernel SPI driver. Adding the fields allows the SPI driver to work on a Raspberry Pi Model 2 B.
h/t @hbhasker
Fixes #38. Fixes #24.