Skip to content
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

ftdi_gpio: Turn on OUTPUT_ENABLE first #77

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

eberman-quic
Copy link
Contributor

@eberman-quic eberman-quic commented Jun 5, 2024

Observed instability in controlling devices when OUTPUT_ENABLE wasn't enabled in the first step. I couldn't find any documented reason why this is, but the documentation does say: "FtdiOutput Pin always kept at 1".

Alpaca always keeps OUTUT_ENABLE as 1, and never turns it off. The documentation seems to imply it should always be left on. This change updates the open sequence so that the OUTPUT_ENABLE bit is set first.

@eberman-quic eberman-quic force-pushed the master branch 2 times, most recently from 797c526 to 57c5195 Compare June 5, 2024 00:33
@eberman-quic
Copy link
Contributor Author

Delta in the force-pushes was updating commit text and removing whitespace that needed to go

@lumag
Copy link
Collaborator

lumag commented Jun 5, 2024

@eberman-quic all commits should be signed using SSH or PGP key. See docs for additional details.

@superna9999
Copy link
Member

LGTM

@eberman-quic eberman-quic force-pushed the master branch 2 times, most recently from bfe13bf to d95b8cc Compare June 5, 2024 17:36
Observed instability in controlling devices when OUTPUT_ENABLE wasn't
enabled in the first step. I couldn't find any documented reason why
this is, but the documentation does say: "FtdiOutput Pin always kept at
1".

Alpaca always keeps OUTUT_ENABLE as 1, and never turns it off. The
documentation seems to imply it should always be left on. This change
updates the open sequence so that the OUTPUT_ENABLE bit is set first.

Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
@eberman-quic
Copy link
Contributor Author

@eberman-quic all commits should be signed using SSH or PGP key. See docs for additional details.

Done

@konradybcio konradybcio merged commit 2f3e661 into linux-msm:master Jun 18, 2024
51 checks passed
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.

4 participants