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

ksz9477: MMD indirect access check fix #287

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Commits on Sep 20, 2024

  1. ksz9477: MMD indirect access check fix

    Instead of verifying MMD indirect access by checking
    EEE ADVERTISEMENT register has value 0x6 (which may be changed),
    the verification is done by write and check LED MODE register.
    1. Backup current LED_MODE register value
    2. Write value Single-LED mode (0x10) to LED_MODE
    3. Read LED_MODE register and verify it returns value 0x10
    4. Write original (backup) value to LED_MODE
    jnippula committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3c2baf3 View commit details
    Browse the repository at this point in the history