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

MdeModulePkg/TerminalDxe: Return success if device not support SetControl #6360

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

huama-intel
Copy link
Contributor

@huama-intel huama-intel commented Oct 22, 2024

MdeModulePkg/TerminalDxe: Return success if device not support SetControl

Description

Some serial device may not support SetControl.
Ignore the error from SetControl if EFI_UNSUPPORTED is return.

We see some compatible issue related to PR: https://github.com/tianocore/edk2/pull/6106/files
this patch can help on the compatible issue with some serial drivers which do not support SetControl.

  • Breaking change?
    • Breaking change - Does this PR cause a break in build or boot behavior?
    • Examples: Does it add a new library class or move a module to a different repo.
  • Impacts security?
    • Security - Does this PR have a direct security impact?
    • Examples: Crypto algorithm change or buffer overflow fix.
  • Includes tests?
    • Tests - Does this PR include any explicit test code?
    • Examples: Unit tests or integration tests.

How This Was Tested

<Describe the test(s) that were run to verify the changes.>

Integration Instructions

<Describe how these changes should be integrated. Use N/A if nothing is required.>

…trol

Some serial device may not support SetControl. Ignore the error from
SetControl if EFI_UNSUPPORTED is return.

Signed-off-by: Hua Ma <[email protected]>
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.

1 participant