33c3: Fix the at command

This commit is contained in:
Holger Hans Peter Freyther 2016-12-29 00:26:43 +01:00
parent 2f0838aae9
commit e94fbe1f5a
1 changed files with 1 additions and 1 deletions

View File

@ -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)