
When we claim that we speak AT, Network Manager will send query us with AT commands.
Signed-off-by: Russ Dill Russ.Dill@gmail.com --- drivers/serial/usbtty.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/usbtty.c b/drivers/serial/usbtty.c index 2624e6f..1ed0e4d 100644 --- a/drivers/serial/usbtty.c +++ b/drivers/serial/usbtty.c @@ -178,7 +178,7 @@ static struct acm_config_desc acm_configuration_descriptors[NUM_CONFIGS] = { .bInterfaceClass = COMMUNICATIONS_INTERFACE_CLASS_CONTROL, .bInterfaceSubClass = COMMUNICATIONS_ACM_SUBCLASS, - .bInterfaceProtocol = COMMUNICATIONS_V25TER_PROTOCOL, + .bInterfaceProtocol = COMMUNICATIONS_NO_PROTOCOL, .iInterface = STR_CTRL_INTERFACE, }, .usb_class_header = {