Skip to content

Make spidev driver work on platforms with high spidev names#33

Closed
claesjac wants to merge 3 commits intokidoman:masterfrom
botanist:master
Closed

Make spidev driver work on platforms with high spidev names#33
claesjac wants to merge 3 commits intokidoman:masterfrom
botanist:master

Conversation

@claesjac
Copy link
Copy Markdown

Some platforms, such as the Aria G25 board I'm using which is running the Atmel SAM9G25 ARM, names its spidev as /dev/spidev32766.*. Using only a byte makes it impossible to refer to this.

This patch changes spiDeviceMinor type from byte to an int.

@claesjac
Copy link
Copy Markdown
Author

commit ae869cc is probably irrelevant for inclusion in base embd

tve added a commit to tve/embd that referenced this pull request Sep 6, 2016
@tve
Copy link
Copy Markdown
Contributor

tve commented Sep 25, 2016

This should be fixed by #69, please reopen if not.

@tve tve closed this Sep 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants