From 80b368c249c36a6a1da93b5f3ecbaa98f600c42e Mon Sep 17 00:00:00 2001 From: Gus Date: Wed, 31 Jul 2019 12:25:37 +0200 Subject: [PATCH] Create README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e40e50d --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# USB Function Mode Switcher +Switch USB port roles on phones running Windows Desktop + +![]( https://i.imgur.com/VAAbN8I.png) + +## Features + +- Detection of UC120 Driver (LumiaUSBCKm). +- Allows to switch USB port function modes on any device with Qualcomm composite driver and dplbridge. +- Allows to switch host mode on UC120 devices. +- Provisions devices not having the correct configuration to work in function mode. + +## Qualcomm Function Modes + +### Serial + +![](https://i.imgur.com/1H4ZdjG.png) + +### RmNet + +![](https://i.imgur.com/R1Rgthl.png) + +### DPL + +![](https://i.imgur.com/StpFjmw.png) + +## License + +Released under the MIT license. Portions from [kpreisser/TaskDialog](https://github.com/kpreisser/TaskDialog). See appropriate license in LICENSE at the root and under TaskDialog folder.