Project

General

Profile

Plantronics D100A » History » Version 4

roox, 12/20/2022 04:44 PM

1 1 roox
h1. Plantronics D100A
2
3
This is a small USB dongle that can be plugged into a Windows computer that then act as a VoIP to DECT bridge so one can use services like Skype from a DECT handset.
4 3 roox
Manual: attachment:w440_ug_en.pdf
5 1 roox
6
h2. Hardware
7
8 4 roox
* Dialog _*SC14480*_  CR16C based DECT SoC
9
* nexperia PNX0161 audio IC attachment:PNX0161.PDF
10 1 roox
11
{{thumbnail(Plantronics-D100A-case-top.jpg)}}
12
{{thumbnail(Plantronics-D100A-case-bottom.jpg)}}
13
{{thumbnail(Plantronics-D100A-pcb-bottom-01.jpg)}}
14
{{thumbnail(Plantronics-D100A-pcb-bottom-04.jpg)}}
15
{{thumbnail(Plantronics-D100A-pcb-top-01.jpg)}}
16
{{thumbnail(Plantronics-D100A-pcb-top-02.jpg)}}
17
{{thumbnail(Plantronics-D100A-pcb-top-03.jpg)}}
18
{{thumbnail(Plantronics-D100A-pcb-top-04.jpg)}}
19
{{thumbnail(Plantronics-D100A-pcb-top-05.jpg)}}
20
{{thumbnail(Plantronics-D100A-pcb-top-07.jpg)}}
21
22
h2. USB
23
24
dmesg
25
<pre>
26
usb 3-6.3.1: new full-speed USB device number 11 using xhci_hcd
27
usb 3-6.3.1: New USB device found, idVendor=047f, idProduct=ab01, bcdDevice= 1.18
28
usb 3-6.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
29
usb 3-6.3.1: Product: Plantronics D100
30
usb 3-6.3.1: Manufacturer: Plantronics
31
mc: Linux media interface: v0.10
32
input: Plantronics Plantronics D100 as /devices/pci0000:00/0000:00:01.2/0000:20:00.0/0000:21:08.0/0000:2a:00.3/usb3/3-6/3-6.3/3-6.3.1/3-6.3.1:1.3/0003:047F:AB01.000B/input/input34
33
plantronics 0003:047F:AB01.000B: input,hiddev99,hidraw7: USB HID v1.11 Device [Plantronics Plantronics D100] on usb-0000:2a:00.3-6.3.1/input3
34
usbcore: registered new interface driver snd-usb-audio
35
</pre>
36
37
lsusb
38
<pre>
39
Bus 003 Device 011: ID 047f:ab01 Plantronics, Inc. Plantronics D100
40
Device Descriptor:
41
  bLength                18
42
  bDescriptorType         1
43
  bcdUSB               2.00
44
  bDeviceClass            0 
45
  bDeviceSubClass         0 
46
  bDeviceProtocol         0 
47
  bMaxPacketSize0         8
48
  idVendor           0x047f Plantronics, Inc.
49
  idProduct          0xab01 
50
  bcdDevice            1.18
51
  iManufacturer           1 Plantronics
52
  iProduct                2 Plantronics D100
53
  iSerial                 0 
54
  bNumConfigurations      1
55
  Configuration Descriptor:
56
    bLength                 9
57
    bDescriptorType         2
58
    wTotalLength       0x00f9
59
    bNumInterfaces          4
60
    bConfigurationValue     1
61
    iConfiguration          0 
62
    bmAttributes         0x80
63
      (Bus Powered)
64
    MaxPower              120mA
65
    Interface Descriptor:
66
      bLength                 9
67
      bDescriptorType         4
68
      bInterfaceNumber        0
69
      bAlternateSetting       0
70
      bNumEndpoints           0
71
      bInterfaceClass         1 Audio
72
      bInterfaceSubClass      1 Control Device
73
      bInterfaceProtocol      0 
74
      iInterface              0 
75
      AudioControl Interface Descriptor:
76
        bLength                10
77
        bDescriptorType        36
78
        bDescriptorSubtype      1 (HEADER)
79
        bcdADC               1.00
80
        wTotalLength       0x005d
81
        bInCollection           2
82
        baInterfaceNr(0)        1
83
        baInterfaceNr(1)        2
84
      AudioControl Interface Descriptor:
85
        bLength                12
86
        bDescriptorType        36
87
        bDescriptorSubtype      2 (INPUT_TERMINAL)
88
        bTerminalID             1
89
        wTerminalType      0x0101 USB Streaming
90
        bAssocTerminal          0
91
        bNrChannels             1
92
        wChannelConfig     0x0001
93
          Left Front (L)
94
        iChannelNames           0 
95
        iTerminal               0 
96
      AudioControl Interface Descriptor:
97
        bLength                12
98
        bDescriptorType        36
99
        bDescriptorSubtype      4 (MIXER_UNIT)
100
        bUnitID                 9
101
        bNrInPins               1
102
        baSourceID(0)           1
103
        bNrChannels             1
104
        wChannelConfig     0x0001
105
          Left Front (L)
106
        iChannelNames           0 
107
        bmControls(0)        0x00
108
        iMixer                  0 
109
      AudioControl Interface Descriptor:
110
        bLength                11
111
        bDescriptorType        36
112
        bDescriptorSubtype      6 (FEATURE_UNIT)
113
        bUnitID                 2
114
        bSourceID               9
115
        bControlSize            2
116
        bmaControls(0)     0x0015
117
          Mute Control
118
          Bass Control
119
          Treble Control
120
        bmaControls(1)     0x0002
121
          Volume Control
122
        iFeature                0 
123
      AudioControl Interface Descriptor:
124
        bLength                 9
125
        bDescriptorType        36
126
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
127
        bTerminalID             3
128
        wTerminalType      0x0301 Speaker
129
        bAssocTerminal          0
130
        bSourceID               2
131
        iTerminal               5 (error)
132
      AudioControl Interface Descriptor:
133
        bLength                12
134
        bDescriptorType        36
135
        bDescriptorSubtype      2 (INPUT_TERMINAL)
136
        bTerminalID             4
137
        wTerminalType      0x0201 Microphone
138
        bAssocTerminal          0
139
        bNrChannels             1
140
        wChannelConfig     0x0001
141
          Left Front (L)
142
        iChannelNames           0 
143
        iTerminal               4 Transmit
144
      AudioControl Interface Descriptor:
145
        bLength                11
146
        bDescriptorType        36
147
        bDescriptorSubtype      6 (FEATURE_UNIT)
148
        bUnitID                 5
149
        bSourceID               4
150
        bControlSize            2
151
        bmaControls(0)     0x0003
152
          Mute Control
153
          Volume Control
154
        bmaControls(1)     0x0000
155
        iFeature                0 
156
      AudioControl Interface Descriptor:
157
        bLength                 7
158
        bDescriptorType        36
159
        bDescriptorSubtype      5 (SELECTOR_UNIT)
160
        bUnitID                 8
161
        bNrInPins               1
162
        baSourceID(0)           5
163
        iSelector               0 
164
      AudioControl Interface Descriptor:
165
        bLength                 9
166
        bDescriptorType        36
167
        bDescriptorSubtype      3 (OUTPUT_TERMINAL)
168
        bTerminalID             6
169
        wTerminalType      0x0101 USB Streaming
170
        bAssocTerminal          0
171
        bSourceID               8
172
        iTerminal               0 
173
    Interface Descriptor:
174
      bLength                 9
175
      bDescriptorType         4
176
      bInterfaceNumber        1
177
      bAlternateSetting       0
178
      bNumEndpoints           0
179
      bInterfaceClass         1 Audio
180
      bInterfaceSubClass      2 Streaming
181
      bInterfaceProtocol      0 
182
      iInterface              0 
183
    Interface Descriptor:
184
      bLength                 9
185
      bDescriptorType         4
186
      bInterfaceNumber        1
187
      bAlternateSetting       1
188
      bNumEndpoints           1
189
      bInterfaceClass         1 Audio
190
      bInterfaceSubClass      2 Streaming
191
      bInterfaceProtocol      0 
192
      iInterface              0 
193
      AudioStreaming Interface Descriptor:
194
        bLength                 7
195
        bDescriptorType        36
196
        bDescriptorSubtype      1 (AS_GENERAL)
197
        bTerminalLink           1
198
        bDelay                  0 frames
199
        wFormatTag         0x0001 PCM
200
      AudioStreaming Interface Descriptor:
201
        bLength                17
202
        bDescriptorType        36
203
        bDescriptorSubtype      2 (FORMAT_TYPE)
204
        bFormatType             1 (FORMAT_TYPE_I)
205
        bNrChannels             1
206
        bSubframeSize           2
207
        bBitResolution         16
208
        bSamFreqType            3 Discrete
209
        tSamFreq[ 0]         8000
210
        tSamFreq[ 1]        16000
211
        tSamFreq[ 2]        48000
212
      Endpoint Descriptor:
213
        bLength                 9
214
        bDescriptorType         5
215
        bEndpointAddress     0x04  EP 4 OUT
216
        bmAttributes           13
217
          Transfer Type            Isochronous
218
          Synch Type               Synchronous
219
          Usage Type               Data
220
        wMaxPacketSize     0x00c0  1x 192 bytes
221
        bInterval               1
222
        bRefresh                0
223
        bSynchAddress           0
224
        AudioStreaming Endpoint Descriptor:
225
          bLength                 7
226
          bDescriptorType        37
227
          bDescriptorSubtype      1 (EP_GENERAL)
228
          bmAttributes         0x01
229
            Sampling Frequency
230
          bLockDelayUnits         0 Undefined
231
          wLockDelay         0x0000
232
    Interface Descriptor:
233
      bLength                 9
234
      bDescriptorType         4
235
      bInterfaceNumber        2
236
      bAlternateSetting       0
237
      bNumEndpoints           0
238
      bInterfaceClass         1 Audio
239
      bInterfaceSubClass      2 Streaming
240
      bInterfaceProtocol      0 
241
      iInterface              0 
242
    Interface Descriptor:
243
      bLength                 9
244
      bDescriptorType         4
245
      bInterfaceNumber        2
246
      bAlternateSetting       1
247
      bNumEndpoints           1
248
      bInterfaceClass         1 Audio
249
      bInterfaceSubClass      2 Streaming
250
      bInterfaceProtocol      0 
251
      iInterface              0 
252
      AudioStreaming Interface Descriptor:
253
        bLength                 7
254
        bDescriptorType        36
255
        bDescriptorSubtype      1 (AS_GENERAL)
256
        bTerminalLink           6
257
        bDelay                  0 frames
258
        wFormatTag         0x0001 PCM
259
      AudioStreaming Interface Descriptor:
260
        bLength                14
261
        bDescriptorType        36
262
        bDescriptorSubtype      2 (FORMAT_TYPE)
263
        bFormatType             1 (FORMAT_TYPE_I)
264
        bNrChannels             1
265
        bSubframeSize           2
266
        bBitResolution         16
267
        bSamFreqType            2 Discrete
268
        tSamFreq[ 0]         8000
269
        tSamFreq[ 1]        16000
270
      Endpoint Descriptor:
271
        bLength                 9
272
        bDescriptorType         5
273
        bEndpointAddress     0x84  EP 4 IN
274
        bmAttributes           13
275
          Transfer Type            Isochronous
276
          Synch Type               Synchronous
277
          Usage Type               Data
278
        wMaxPacketSize     0x0060  1x 96 bytes
279
        bInterval               1
280
        bRefresh                0
281
        bSynchAddress           0
282
        AudioStreaming Endpoint Descriptor:
283
          bLength                 7
284
          bDescriptorType        37
285
          bDescriptorSubtype      1 (EP_GENERAL)
286
          bmAttributes         0x01
287
            Sampling Frequency
288
          bLockDelayUnits         0 Undefined
289
          wLockDelay         0x0000
290
    Interface Descriptor:
291
      bLength                 9
292
      bDescriptorType         4
293
      bInterfaceNumber        3
294
      bAlternateSetting       0
295
      bNumEndpoints           1
296
      bInterfaceClass         3 Human Interface Device
297
      bInterfaceSubClass      0 
298
      bInterfaceProtocol      0 
299
      iInterface              0 
300
        HID Device Descriptor:
301
          bLength                 9
302
          bDescriptorType        33
303
          bcdHID               1.11
304
          bCountryCode            0 Not supported
305
          bNumDescriptors         1
306
          bDescriptorType        34 Report
307
          wDescriptorLength     608
308
         Report Descriptors: 
309
           ** UNAVAILABLE **
310
      Endpoint Descriptor:
311
        bLength                 7
312
        bDescriptorType         5
313
        bEndpointAddress     0x83  EP 3 IN
314
        bmAttributes            3
315
          Transfer Type            Interrupt
316
          Synch Type               None
317
          Usage Type               Data
318
        wMaxPacketSize     0x0040  1x 64 bytes
319
        bInterval               2
320
can't get device qualifier: Resource temporarily unavailable
321
can't get debug descriptor: Resource temporarily unavailable
322
Device Status:     0x0000
323
  (Bus Powered)
324
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)