Project

General

Profile

Yealink DECT USB dongle DD10K » History » Version 1

roox, 12/18/2022 11:58 AM

1 1 roox
h1. Yealink DECT USB dongle DD10K
2
3
This is a small USB dongle that can be plugged into certain Yealink VoIP phones in order to attach DECT based headsets.
4
"Yealink-DECT-USB-dongle-productinfo.pdf":/attachments/download/301/Yealink-DECT-USB-dongle-productinfo.pdf
5
6
It's based on the DSPgroup DCX81 (DCX81AC0CFAE3FNC)
7
8
h2. Hardware
9
10
{{thumbnail(Yealink-DD10K-case-1.jpg)}}
11
{{thumbnail(Yealink-DD10K-case-2.jpg)}}
12
{{thumbnail(Yealink-DD10K-pcb-bottom-1.jpg)}}
13
{{thumbnail(Yealink-DD10K-pcb-bottom-2.jpg)}}
14
{{thumbnail(Yealink-DD10K-pcb-top-0.jpg)}}
15
{{thumbnail(Yealink-DD10K-pcb-top-1.jpg)}}
16
17
h2. USB
18
19
dmesg
20
<pre>
21
usb 2-1: new full-speed USB device number 2 using xhci_hcd
22
usb 2-1: New USB device found, idVendor=6993, idProduct=b10f, bcdDevice= 1.01
23
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
24
usb 2-1: Product: Dect-USB-Dongle
25
usb 2-1: Manufacturer: Yealink
26
usb 2-1: SerialNumber: Yealink-Serial
27
cdc_acm 2-1:1.0: More than one union descriptor, skipping ...
28
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
29
usbcore: registered new interface driver cdc_acm
30
cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
31
usb 2-1: USB disconnect, device number 2
32
usb 2-1: new full-speed USB device number 3 using xhci_hcd
33
usb 2-1: New USB device found, idVendor=6993, idProduct=b103, bcdDevice= 1.11
34
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
35
usb 2-1: Product: Dect-USB-Dongle
36
usb 2-1: Manufacturer: Yealink
37
usb 2-1: SerialNumber: Yealink-Serial
38
cdc_acm 2-1:1.0: More than one union descriptor, skipping ...
39
cdc_acm 2-1:1.0: ttyACM0: USB ACM device
40
</pre>
41
42
lsusb
43
<pre>
44
Bus 002 Device 003: ID 6993:b103 Yealink Network Technology Co., Ltd. Dect-USB-Dongle
45
Device Descriptor:
46
  bLength                18
47
  bDescriptorType         1
48
  bcdUSB               2.00
49
  bDeviceClass          239 Miscellaneous Device
50
  bDeviceSubClass         2·
51
  bDeviceProtocol         1 Interface Association
52
  bMaxPacketSize0        64
53
  idVendor           0x6993 Yealink Network Technology Co., Ltd.
54
  idProduct          0xb103·
55
  bcdDevice            1.11
56
  iManufacturer           1 Yealink
57
  iProduct                2 Dect-USB-Dongle
58
  iSerial                 3 Yealink-Serial
59
  bNumConfigurations      1
60
  Configuration Descriptor:
61
    bLength                 9
62
    bDescriptorType         2
63
    wTotalLength       0x012b
64
    bNumInterfaces          5
65
    bConfigurationValue     1
66
    iConfiguration          0·
67
    bmAttributes         0x80
68
      (Bus Powered)
69
    MaxPower              400mA
70
    Interface Association:
71
      bLength                 8
72
      bDescriptorType        11
73
      bFirstInterface         0
74
      bInterfaceCount         2
75
      bFunctionClass          2 Communications
76
      bFunctionSubClass       2 Abstract (modem)
77
      bFunctionProtocol       1 AT-commands (v.25ter)
78
      iFunction               8 Yealink-CDC-D79
79
    Interface Descriptor:
80
      bLength                 9
81
      bDescriptorType         4
82
      bInterfaceNumber        0
83
      bAlternateSetting       0
84
      bNumEndpoints           1
85
      bInterfaceClass         2 Communications
86
      bInterfaceSubClass      2 Abstract (modem)
87
      bInterfaceProtocol      1 AT-commands (v.25ter)
88
      iInterface              8 Yealink-CDC-D79
89
      CDC Header:
90
        bcdCDC               1.10
91
      CDC Union:
92
        bMasterInterface        0
93
        bSlaveInterface         1·
94
      CDC Call Management:
95
        bmCapabilities       0x01
96
          call management
97
        bDataInterface          1
98
      CDC ACM:
99
        bmCapabilities       0x02
100
          line coding and serial state
101
      CDC Union:
102
        bMasterInterface        170
103
        bSlaveInterface         1·
104
      Endpoint Descriptor:
105
        bLength                 7
106
        bDescriptorType         5
107
        bEndpointAddress     0x81  EP 1 IN
108
        bmAttributes            3
109
          Transfer Type            Interrupt
110
          Synch Type               None
111
          Usage Type               Data
112
        wMaxPacketSize     0x0008  1x 8 bytes
113
        bInterval              10
114
   Interface Descriptor:
115
      bLength                 9
116
      bDescriptorType         4
117
      bInterfaceNumber        1
118
      bAlternateSetting       0
119
      bNumEndpoints           2
120
      bInterfaceClass        10 CDC Data
121
      bInterfaceSubClass      0·
122
      bInterfaceProtocol      0·
123
      iInterface              0·
124
      Endpoint Descriptor:
125
        bLength                 7
126
        bDescriptorType         5
127
        bEndpointAddress     0x02  EP 2 OUT
128
        bmAttributes            2
129
          Transfer Type            Bulk
130
          Synch Type               None
131
          Usage Type               Data
132
        wMaxPacketSize     0x0040  1x 64 bytes
133
        bInterval               0
134
      Endpoint Descriptor:
135
        bLength                 7
136
        bDescriptorType         5
137
        bEndpointAddress     0x82  EP 2 IN
138
        bmAttributes            2
139
          Transfer Type            Bulk
140
          Synch Type               None
141
          Usage Type               Data
142
        wMaxPacketSize     0x0040  1x 64 bytes
143
        bInterval               0
144
    Interface Association:
145
      bLength                 8
146
      bDescriptorType        11
147
      bFirstInterface         2
148
      bInterfaceCount         3
149
      bFunctionClass        255 Vendor Specific Class
150
      bFunctionSubClass       1·
151
      bFunctionProtocol       0·
152
      iFunction               4 Yealink-LINE1
153
    Interface Descriptor:
154
      bLength                 9
155
      bDescriptorType         4
156
      bInterfaceNumber        2
157
      bAlternateSetting       0
158
      bNumEndpoints           0
159
      bInterfaceClass       255 Vendor Specific Class
160
      bInterfaceSubClass      1·
161
      bInterfaceProtocol      0·
162
      iInterface              4 Yealink-LINE1
163
      ** UNRECOGNIZED:  0a 24 01 00 01 62 00 02 03 04
164
      ** UNRECOGNIZED:  0c 24 02 01 01 01 00 01 04 00 00 00
165
      ** UNRECOGNIZED:  0c 24 02 04 01 02 00 01 04 00 00 00
166
      ** UNRECOGNIZED:  0b 24 06 02 08 02 03 00 00 00 00
167
      ** UNRECOGNIZED:  0b 24 06 05 04 02 03 00 00 00 00
168
      ** UNRECOGNIZED:  0b 24 06 07 04 02 03 00 00 00 00
169
      ** UNRECOGNIZED:  0d 24 04 08 02 01 07 01 04 00 00 00 00
170
      ** UNRECOGNIZED:  09 24 03 03 02 03 00 02 00
171
      ** UNRECOGNIZED:  09 24 03 06 01 01 00 05 00
172
    Interface Descriptor:
173
      bLength                 9
174
      bDescriptorType         4
175
      bInterfaceNumber        3
176
      bAlternateSetting       0
177
      bNumEndpoints           0
178
      bInterfaceClass       255 Vendor Specific Class
179
      bInterfaceSubClass      2·
180
      bInterfaceProtocol      0·
181
      iInterface              0·
182
    Interface Descriptor:
183
      bLength                 9
184
      bDescriptorType         4
185
      bInterfaceNumber        3
186
      bAlternateSetting       1
187
      bNumEndpoints           1
188
      bInterfaceClass       255 Vendor Specific Class
189
      bInterfaceSubClass      2·
190
      bInterfaceProtocol      0·
191
      iInterface              0·
192
      ** UNRECOGNIZED:  07 24 01 01 00 01 00
193
      ** UNRECOGNIZED:  0b 24 02 01 01 02 10 01 00 77 01
194
      Endpoint Descriptor:
195
        bLength                 9
196
        bDescriptorType         5
197
        bEndpointAddress     0x06  EP 6 OUT
198
        bmAttributes            1
199
          Transfer Type            Isochronous
200
          Synch Type               None
201
          Usage Type               Data
202
        wMaxPacketSize     0x00c0  1x 192 bytes
203
        bInterval               1
204
        bRefresh                0
205
        bSynchAddress           0
206
    Interface Descriptor:
207
      bLength                 9
208
      bDescriptorType         4
209
      bInterfaceNumber        4
210
      bAlternateSetting       0
211
      bNumEndpoints           0
212
      bInterfaceClass       255 Vendor Specific Class
213
      bInterfaceSubClass      2·
214
      bInterfaceProtocol      0·
215
      iInterface              0·
216
    Interface Descriptor:
217
      bLength                 9
218
      bDescriptorType         4
219
      bInterfaceNumber        4
220
      bAlternateSetting       1
221
      bNumEndpoints           1
222
      bInterfaceClass       255 Vendor Specific Class
223
      bInterfaceSubClass      2·
224
      bInterfaceProtocol      0·
225
      iInterface              0·
226
      ** UNRECOGNIZED:  07 24 01 06 00 01 00
227
      ** UNRECOGNIZED:  0b 24 02 01 01 02 10 01 00 77 01
228
      Endpoint Descriptor:
229
        bLength                 9
230
        bDescriptorType         5
231
        bEndpointAddress     0x86  EP 6 IN
232
        bmAttributes            1
233
          Transfer Type            Isochronous
234
          Synch Type               None
235
          Usage Type               Data
236
        wMaxPacketSize     0x00c0  1x 192 bytes
237
        bInterval               1
238
        bRefresh                0
239
        bSynchAddress           0
240
can't get device qualifier: Resource temporarily unavailable
241
can't get debug descriptor: Resource temporarily unavailable
242
Device Status:     0x0000
243
  (Bus Powered)
244
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)