diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-12-29 00:26:43 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-12-29 00:26:43 +0100 |
commit | e94fbe1f5a3050613db2d197cc8e7a74694e35cf (patch) | |
tree | 07a960d89b8d04bf46837672dac89ebc9f7daed2 | |
parent | 2f0838aae9f88a628c2b972a837557447d11da5f (diff) |
33c3: Fix the at command
-rw-r--r-- | 2016/33c3/33c3-modems.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2016/33c3/33c3-modems.adoc b/2016/33c3/33c3-modems.adoc index 5d1f17e..e00627f 100644 --- a/2016/33c3/33c3-modems.adoc +++ b/2016/33c3/33c3-modems.adoc @@ -266,7 +266,7 @@ image:images/legato_flash.png[width="80%"] * easy mechanism to get shell and transfer files from/to target * Android `adbd` present on the modem but not exposed via USB * it's possible to re-configure the Linux kernel Android USB Gadget: -** `AT+QLINUXCMD+"/usr/bin/usb_uartdiag"` +** `AT+QLINUXCMD="/usr/bin/usb_uartdiag"` ** device re-enumerates with different composite USB interfaces * Linux kernel driver on host needs patching (static interface mapping assumption) |