diff options
Diffstat (limited to '2016/33c3')
-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) |