-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add usbsdmux support #402
Add usbsdmux support #402
Conversation
thank you! I was hoping to get one of these for myself. lucky you :) |
LGTM. Triggered our CI checks before merging. |
Wait, I'm missing docs, and I just realized that I still hard-coded |
This brings support for SD muxers using usbsdmux [1]. It is very similar to the Samsung muxer, and there is at least commercially available hardware for it [2]. [1] https://github.com/linux-automation/usbsdmux [2] https://www.linux-automation.com/en/products/usb-sd-mux.html Signed-off-by: Jan Kiszka <[email protected]>
Nicely packaged by Debian already. Even if that is not the latest version, it works perfectly. Signed-off-by: Jan Kiszka <[email protected]>
1c45eba
to
a7cf5b5
Compare
Now it should be fine. |
thanks for taking the time to augment the documentation. These are good additions |
Looks like the spellcheck isn't happy about |
docs/config.rst
Outdated
|
||
The ``usbsdmux`` driver supports SD card switcher based on the Microchip | ||
USB2642 card reader chip. A tool with this name is available for several | ||
distros and via pip. The following settings are supported: |
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.
distros causes a spellcheck error in the CI. Change to distributions?
…iver Signed-off-by: Jan Kiszka <[email protected]>
Looks like it is currently unused, though. Signed-off-by: Jan Kiszka <[email protected]>
a7cf5b5
to
2abbf14
Compare
See patch 1 for details.
@fmoessbauer