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

Huawei LTE SSDP improvements #81643

Merged
merged 8 commits into from
Dec 14, 2022
Merged

Huawei LTE SSDP improvements #81643

merged 8 commits into from
Dec 14, 2022

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    4bd2e28 View commit details
    Browse the repository at this point in the history
  2. Fix Huawei manufacturer match

    It's not a substring, but a whole string match.
    scop committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    959f996 View commit details
    Browse the repository at this point in the history
  3. Trigger on SoyeaLink devices

    scop committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    7dd6ada View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ce7f97 View commit details
    Browse the repository at this point in the history
  5. Use manufacturer from SSDP

    scop committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    bbf1abf View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Match on plain "Huawei" manufacturer still

    Some older supported dongles have that.
    scop committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    66a2dca View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    c431a1f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Remove heuristic friendly name filtering against non-LTE devices

    This is fragile at best, and actually prevents some devices from being
    considered. Leave it to the user to decide instead.
    scop committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f12e378 View commit details
    Browse the repository at this point in the history