[U-Boot] [PATCH] Don't claim that we speak AT
Russ Dill
russ.dill at gmail.com
Thu Apr 2 15:06:13 CEST 2009
When we claim that we speak AT, Network Manager will send query us with
AT commands.
Signed-off-by: Russ Dill <Russ.Dill at 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 = {
--
1.6.0.4
More information about the U-Boot
mailing list