-
Notifications
You must be signed in to change notification settings - Fork 84
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
driver: apdu: add MBIM backend #166
Conversation
I'm planning on checking on a quectel device as well, but that'll be after the weekend. |
8e61bf2
to
42b788b
Compare
GitHub use this way to inform relation between issue and PR: https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword |
57a891e
to
69ad88e
Compare
Add an APDU backend for MBIM devices. The MBIM device path can be passed via the MBIM_DEVICE environment variable. We'll default to /dev/cdc-wdm0. By default we will not operate through the mbim-proxy. Set MBIM_USE_PROXY to 1 to enable this. Like QMI devices, use UIM_PORT to select the active SIM slot. Tested on Semtech EM9191 and EM7590, and Quectel RM520N-GL. resolve estkme-group#94 Signed-off-by: Frans Klaver <frans.klaver@vislink.com>
69ad88e
to
4a53d3f
Compare
@CoelacanthusHex is there anything that is still blocking further progress? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add an APDU backend for MBIM devices.
The MBIM device path can be passed via the MBIM_DEVICE environment variable. We'll default to /dev/cdc-wdm0.
By default we will not operate through the mbim-proxy. Set MBIM_USE_PROXY to 1 to enable this.
Like QMI devices, use UIM_PORT to select the active SIM slot.
Tested on Semtech EM9191 and EM7590.
resolve #94