diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-05-18 20:24:19 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-05-18 20:24:19 +0000 |
| commit | 6b7e508c4a956603239068e537227d907d72cfb3 (patch) | |
| tree | fb57031b1bc758a845383c117327619a267367fb /sys/dev/usb/template | |
| parent | d7c5a620e2b99e914f1770abde956cf0d0a970b7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/template')
| -rw-r--r-- | sys/dev/usb/template/usb_template_modem.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/template/usb_template_multi.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/template/usb_template_serialnet.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/template/usb_template_modem.c b/sys/dev/usb/template/usb_template_modem.c index f31ea9b35880..14acf31915e6 100644 --- a/sys/dev/usb/template/usb_template_modem.c +++ b/sys/dev/usb/template/usb_template_modem.c @@ -170,7 +170,7 @@ static const struct usb_temp_interface_desc modem_iface_0 = { .ppEndpoints = modem_iface_0_ep, .bInterfaceClass = UICLASS_CDC, .bInterfaceSubClass = UISUBCLASS_ABSTRACT_CONTROL_MODEL, - .bInterfaceProtocol = UIPROTO_CDC_AT, + .bInterfaceProtocol = UIPROTO_CDC_NONE, .iInterface = MODEM_INTERFACE_INDEX, }; diff --git a/sys/dev/usb/template/usb_template_multi.c b/sys/dev/usb/template/usb_template_multi.c index 1c7a532d80fc..62322293e92b 100644 --- a/sys/dev/usb/template/usb_template_multi.c +++ b/sys/dev/usb/template/usb_template_multi.c @@ -299,7 +299,7 @@ static const struct usb_temp_interface_desc modem_iface_0 = { .ppEndpoints = modem_iface_0_ep, .bInterfaceClass = UICLASS_CDC, .bInterfaceSubClass = UISUBCLASS_ABSTRACT_CONTROL_MODEL, - .bInterfaceProtocol = UIPROTO_CDC_AT, + .bInterfaceProtocol = UIPROTO_CDC_NONE, .iInterface = MULTI_MODEM_INDEX, }; diff --git a/sys/dev/usb/template/usb_template_serialnet.c b/sys/dev/usb/template/usb_template_serialnet.c index 13e110f88b3c..5f8a172b905a 100644 --- a/sys/dev/usb/template/usb_template_serialnet.c +++ b/sys/dev/usb/template/usb_template_serialnet.c @@ -296,7 +296,7 @@ static const struct usb_temp_interface_desc modem_iface_0 = { .ppEndpoints = modem_iface_0_ep, .bInterfaceClass = UICLASS_CDC, .bInterfaceSubClass = UISUBCLASS_ABSTRACT_CONTROL_MODEL, - .bInterfaceProtocol = UIPROTO_CDC_AT, + .bInterfaceProtocol = UIPROTO_CDC_NONE, .iInterface = SERIALNET_MODEM_INDEX, }; |
