ubuntuusers.de

Unbenannt

Datum:
4. August 2014 15:32
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
[    0.216743] usbcore: registered new interface driver usbfs
[    0.216752] usbcore: registered new interface driver hub
[    0.216775] usbcore: registered new device driver usb
[    1.264419] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.264421] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.264423] usb usb1: Product: EHCI Host Controller
[    1.264425] usb usb1: Manufacturer: Linux 3.14.1-031401-generic ehci_hcd
[    1.264426] usb usb1: SerialNumber: 0000:00:1d.0
[    1.264975] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.264977] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.264978] usb usb2: Product: xHCI Host Controller
[    1.264980] usb usb2: Manufacturer: Linux 3.14.1-031401-generic xhci_hcd
[    1.264981] usb usb2: SerialNumber: 0000:00:14.0
[    1.266440] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    1.266442] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.266444] usb usb3: Product: xHCI Host Controller
[    1.266445] usb usb3: Manufacturer: Linux 3.14.1-031401-generic xhci_hcd
[    1.266447] usb usb3: SerialNumber: 0000:00:14.0
[    1.576348] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.708668] usb 1-1: New USB device found, idVendor=8087, idProduct=8000
[    1.708672] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.876215] usb 2-2: new low-speed USB device number 2 using xhci_hcd
[    2.008525] usb 2-2: New USB device found, idVendor=17ef, idProduct=6044
[    2.008527] usb 2-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.008528] usb 2-2: Product: ThinkPad USB Laser Mouse
[    2.008646] usb 2-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.015216] usbcore: registered new interface driver usbhid
[    2.015217] usbhid: USB HID core driver
[    2.016517] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:17EF:6044.0001/input/input7
[    2.016622] hid-generic 0003:17EF:6044.0001: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-2/input0
[    2.176154] usb 2-3: new high-speed USB device number 3 using xhci_hcd
[    2.306535] usb 2-3: New USB device found, idVendor=17ef, idProduct=1012
[    2.306537] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.306538] usb 2-3: Product: Lenovo ThinkPad Dock   
[    2.306539] usb 2-3: Manufacturer: LENOVO                 
[    2.480043] usb 2-6: new full-speed USB device number 4 using xhci_hcd
[    2.666607] usb 2-6: New USB device found, idVendor=138a, idProduct=0017
[    2.666609] usb 2-6: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    2.666610] usb 2-6: SerialNumber: 15ab8091e1fc
[    2.831864] usb 2-7: new full-speed USB device number 5 using xhci_hcd
[    2.960898] usb 2-7: New USB device found, idVendor=8087, idProduct=07dc
[    2.960899] usb 2-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.127712] usb 2-8: new high-speed USB device number 6 using xhci_hcd
[    3.382224] usb 2-8: New USB device found, idVendor=04ca, idProduct=7035
[    3.382227] usb 2-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.382229] usb 2-8: Product: Integrated Camera
[    3.382231] usb 2-8: Manufacturer: J30DAT425
[    3.564056] usb 3-3: new SuperSpeed USB device number 2 using xhci_hcd
[    3.581755] usb 3-3: New USB device found, idVendor=17ef, idProduct=1012
[    3.581759] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.581761] usb 3-3: Product: Lenovo ThinkPad Dock   
[    3.581763] usb 3-3: Manufacturer: LENOVO                 
[    3.655702] usb 1-1.5: new full-speed USB device number 3 using ehci-pci
[    3.749085] usb 1-1.5: No LPM exit latency info found.  Power management will be impacted.
[    3.758421] usb 1-1.5: New USB device found, idVendor=058f, idProduct=9540
[    3.758425] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.758427] usb 1-1.5: Product: EMV Smartcard Reader
[    3.758428] usb 1-1.5: Manufacturer: Generic
[    3.843728] usb 2-3.4: new high-speed USB device number 7 using xhci_hcd
[    3.943836] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[    3.943840] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.943842] usb 2-3.4: Product: Lenovo ThinkPad Dock
[    3.943844] usb 2-3.4: Manufacturer: Lenovo
[    3.943845] usb 2-3.4: SerialNumber: Rev1.2
[   12.717907] usbcore: registered new interface driver btusb
[   12.781071] input: Integrated Camera as /devices/pci0000:00/0000:00:14.0/usb2/2-8/2-8:1.0/input/input15
[   12.781278] usbcore: registered new interface driver uvcvideo
[   16.032250] usb 2-7: USB disconnect, device number 5
[   21.132466] usb 2-2: USB disconnect, device number 2
[   31.346298] usb 2-3.4.2: new low-speed USB device number 8 using xhci_hcd
[   31.439182] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[   31.439186] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   31.439188] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[   31.439324] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[   31.442888] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.0002/input/input16
[   31.443053] hid-generic 0003:17EF:6044.0002: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0
[   42.821338] usb 2-3.4: USB disconnect, device number 7
[   42.821342] usb 2-3.4.2: USB disconnect, device number 8
[   43.056462] usb 2-3.4: new high-speed USB device number 9 using xhci_hcd
[   43.156406] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[   43.156410] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   43.156412] usb 2-3.4: Product: Lenovo ThinkPad Dock
[   43.156414] usb 2-3.4: Manufacturer: Lenovo
[   43.156415] usb 2-3.4: SerialNumber: Rev1.2
[   43.427839] usb 2-3.4.2: new low-speed USB device number 10 using xhci_hcd
[   43.520822] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[   43.520826] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   43.520828] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[   43.520973] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[   43.524520] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.0003/input/input17
[   43.524798] hid-generic 0003:17EF:6044.0003: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0
[   50.498618] usb 2-3.4: USB disconnect, device number 9
[   50.498622] usb 2-3.4.2: USB disconnect, device number 10
[   50.733761] usb 2-3.4: new high-speed USB device number 11 using xhci_hcd
[   50.833793] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[   50.833797] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   50.833799] usb 2-3.4: Product: Lenovo ThinkPad Dock
[   50.833801] usb 2-3.4: Manufacturer: Lenovo
[   50.833802] usb 2-3.4: SerialNumber: Rev1.2
[   51.093680] usb 2-3.4: reset high-speed USB device number 11 using xhci_hcd
[   51.177391] usb 2-3.4: reset high-speed USB device number 11 using xhci_hcd
[   51.261400] usb 2-3.4: reset high-speed USB device number 11 using xhci_hcd
[   51.522228] usb 2-3.4: USB disconnect, device number 11
[   51.732898] usb 2-3.4: new high-speed USB device number 12 using xhci_hcd
[   51.832926] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[   51.832930] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   51.832932] usb 2-3.4: Product: Lenovo ThinkPad Dock
[   51.832934] usb 2-3.4: Manufacturer: Lenovo
[   51.832935] usb 2-3.4: SerialNumber: Rev1.2
[   52.104414] usb 2-3.4.2: new low-speed USB device number 13 using xhci_hcd
[   52.208481] usb 2-3.4.2: device descriptor read/all, error -71
[   52.317878] usb 2-3.4: USB disconnect, device number 12
[   52.560137] usb 2-3.4: new high-speed USB device number 17 using xhci_hcd
[   53.011782] usb 2-3.4: new high-speed USB device number 19 using xhci_hcd
[   56.340922] usb 2-3.4: new high-speed USB device number 32 using xhci_hcd
[   56.596691] usb 2-3.4: new high-speed USB device number 33 using xhci_hcd
[   56.696625] usb 2-3.4: device descriptor read/all, error -71
[   56.924481] usb 2-3.4: new high-speed USB device number 35 using xhci_hcd
[   57.008518] usb 2-3.4: Device not responding to setup address.
[   57.212062] usb 2-3.4: Device not responding to setup address.
[   57.415777] usb 2-3.4: device not accepting address 35, error -71
[   77.322823] usb 2-3.4: new high-speed USB device number 114 using xhci_hcd
[   85.255958] usb 2-3.4: new high-speed USB device number 22 using xhci_hcd
[   85.511740] usb 2-3.4: new high-speed USB device number 23 using xhci_hcd
[   85.611785] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[   85.611789] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   85.611791] usb 2-3.4: Product: Lenovo ThinkPad Dock
[   85.611793] usb 2-3.4: Manufacturer: Lenovo
[   85.611795] usb 2-3.4: SerialNumber: Rev1.2
[   85.851280] usb 2-2: new low-speed USB device number 24 using xhci_hcd
[   86.039571] usb 2-2: New USB device found, idVendor=17ef, idProduct=6044
[   86.039575] usb 2-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   86.039577] usb 2-2: Product: ThinkPad USB Laser Mouse
[   86.039721] usb 2-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[   86.043213] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:17EF:6044.0004/input/input18
[   86.043374] hid-generic 0003:17EF:6044.0004: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-2/input0
[   86.114977] usb 2-3.4.3: new full-speed USB device number 25 using xhci_hcd
[   86.208247] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[   86.208252] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   86.208254] usb 2-3.4.3: Product: USB Audio CODEC 
[   86.208255] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[   86.208400] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[   86.209602] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.0005/input/input19
[   86.209729] hid-generic 0003:08BB:2902.0005: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[   87.099283] usbcore: registered new interface driver snd-usb-audio
[  102.703140] usb 2-3.4: USB disconnect, device number 23
[  102.703145] usb 2-3.4.3: USB disconnect, device number 25
[  102.952574] usb 2-3.4: new high-speed USB device number 26 using xhci_hcd
[  103.052595] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  103.052599] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  103.052602] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  103.052603] usb 2-3.4: Manufacturer: Lenovo
[  103.052605] usb 2-3.4: SerialNumber: Rev1.2
[  103.324118] usb 2-3.4.3: new full-speed USB device number 27 using xhci_hcd
[  103.417116] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  103.417119] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  103.417120] usb 2-3.4.3: Product: USB Audio CODEC 
[  103.417122] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  103.417239] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  103.428549] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.0006/input/input20
[  103.428651] hid-generic 0003:08BB:2902.0006: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  105.262562] usb 2-3.4: USB disconnect, device number 26
[  105.262567] usb 2-3.4.3: USB disconnect, device number 27
[  105.510325] usb 2-3.4: new high-speed USB device number 28 using xhci_hcd
[  105.610417] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  105.610420] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  105.610423] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  105.610424] usb 2-3.4: Manufacturer: Lenovo
[  105.610426] usb 2-3.4: SerialNumber: Rev1.2
[  105.881969] usb 2-3.4.3: new full-speed USB device number 29 using xhci_hcd
[  105.975237] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  105.975241] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  105.975243] usb 2-3.4.3: Product: USB Audio CODEC 
[  105.975245] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  105.975419] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  105.990097] usbhid 2-3.4.3:1.3: can't add hid device: -71
[  105.990107] usbhid: probe of 2-3.4.3:1.3 failed with error -71
[  106.030502] usb 2-3.4: USB disconnect, device number 28
[  106.030507] usb 2-3.4.3: USB disconnect, device number 29
[  106.241855] usb 2-3.4: new high-speed USB device number 30 using xhci_hcd
[  106.341883] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  106.341887] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  106.341890] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  106.341891] usb 2-3.4: Manufacturer: Lenovo
[  106.341893] usb 2-3.4: SerialNumber: Rev1.2
[  106.352053] systemd-udevd[3039]: error opening ATTR{/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.0/sound/card2/controlC2/../uevent} for writing: No such file or directory
[  106.613384] usb 2-3.4.3: new full-speed USB device number 31 using xhci_hcd
[  106.706573] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  106.706578] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  106.706580] usb 2-3.4.3: Product: USB Audio CODEC 
[  106.706581] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  106.706725] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  106.719399] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.0007/input/input21
[  106.719509] hid-generic 0003:08BB:2902.0007: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  107.054204] usb 2-3.4: USB disconnect, device number 30
[  107.054210] usb 2-3.4.3: USB disconnect, device number 31
[  107.280979] usb 2-3.4: new high-speed USB device number 32 using xhci_hcd
[  107.380846] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  107.380850] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  107.380852] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  107.380854] usb 2-3.4: Manufacturer: Lenovo
[  107.380856] usb 2-3.4: SerialNumber: Rev1.2
[  107.652491] usb 2-3.4.3: new full-speed USB device number 33 using xhci_hcd
[  107.745620] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  107.745624] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  107.745627] usb 2-3.4.3: Product: USB Audio CODEC 
[  107.745628] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  107.745776] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  107.758221] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.0008/input/input22
[  107.758325] hid-generic 0003:08BB:2902.0008: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  108.077861] usb 2-3.4: USB disconnect, device number 32
[  108.077866] usb 2-3.4.3: USB disconnect, device number 33
[  108.304085] usb 2-3.4: new high-speed USB device number 34 using xhci_hcd
[  108.404004] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  108.404007] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  108.404010] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  108.404011] usb 2-3.4: Manufacturer: Lenovo
[  108.404013] usb 2-3.4: SerialNumber: Rev1.2
[  108.416979] systemd-udevd[3086]: error opening ATTR{/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.0/sound/card2/controlC2/../uevent} for writing: No such file or directory
[  108.675497] usb 2-3.4.3: new full-speed USB device number 35 using xhci_hcd
[  108.768492] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  108.768496] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  108.768498] usb 2-3.4.3: Product: USB Audio CODEC 
[  108.768500] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  108.768619] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  108.780504] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.0009/input/input23
[  108.780591] hid-generic 0003:08BB:2902.0009: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  109.100878] usb 2-3.4: USB disconnect, device number 34
[  109.100882] usb 2-3.4.3: USB disconnect, device number 35
[  109.335041] usb 2-3.4: new high-speed USB device number 36 using xhci_hcd
[  109.435236] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  109.435240] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  109.435242] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  109.435244] usb 2-3.4: Manufacturer: Lenovo
[  109.435245] usb 2-3.4: SerialNumber: Rev1.2
[  109.452510] systemd-udevd[3039]: error opening ATTR{/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.0/sound/card2/controlC2/../uevent} for writing: No such file or directory
[  109.706678] usb 2-3.4.3: new full-speed USB device number 37 using xhci_hcd
[  109.778813] usb 2-3.4.3: Device not responding to setup address.
[  109.982514] usb 2-3.4.3: Device not responding to setup address.
[  110.186250] usb 2-3.4.3: device not accepting address 37, error -71
[  110.188365] usb 2-3.4: USB disconnect, device number 36
[  110.398276] usb 2-3.4: new high-speed USB device number 41 using xhci_hcd
[  110.498308] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  110.498312] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  110.498314] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  110.498315] usb 2-3.4: Manufacturer: Lenovo
[  110.498317] usb 2-3.4: SerialNumber: Rev1.2
[  110.769784] usb 2-3.4.3: new full-speed USB device number 42 using xhci_hcd
[  110.863044] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  110.863048] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  110.863050] usb 2-3.4.3: Product: USB Audio CODEC 
[  110.863052] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  110.863195] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  110.876203] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.000A/input/input24
[  110.876305] hid-generic 0003:08BB:2902.000A: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  111.148725] usb 2-3.4: USB disconnect, device number 41
[  111.148729] usb 2-3.4.3: USB disconnect, device number 42
[  111.377410] usb 2-3.4: new high-speed USB device number 43 using xhci_hcd
[  111.477453] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  111.477457] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  111.477459] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  111.477461] usb 2-3.4: Manufacturer: Lenovo
[  111.477462] usb 2-3.4: SerialNumber: Rev1.2
[  111.570287] usb 2-2: USB disconnect, device number 24
[  111.788841] usb 2-3.4.3: new full-speed USB device number 44 using xhci_hcd
[  111.882147] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  111.882151] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  111.882153] usb 2-3.4.3: Product: USB Audio CODEC 
[  111.882155] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  111.882296] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  111.894471] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.000B/input/input25
[  111.894571] hid-generic 0003:08BB:2902.000B: input,hidraw0: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  112.172334] usb 2-3.4: USB disconnect, device number 43
[  112.172338] usb 2-3.4.3: USB disconnect, device number 44
[  112.396564] usb 2-3.4: new high-speed USB device number 45 using xhci_hcd
[  112.496578] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  112.496582] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  112.496584] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  112.496586] usb 2-3.4: Manufacturer: Lenovo
[  112.496587] usb 2-3.4: SerialNumber: Rev1.2
[  112.566067] systemd-udevd[3086]: error opening ATTR{/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.0/sound/card2/controlC2/../uevent} for writing: No such file or directory
[  112.684191] usb 2-3.4: USB disconnect, device number 45
[  112.896194] usb 2-3.4: new high-speed USB device number 46 using xhci_hcd
[  112.996163] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  112.996168] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  112.996170] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  112.996171] usb 2-3.4: Manufacturer: Lenovo
[  112.996173] usb 2-3.4: SerialNumber: Rev1.2
[  113.196054] usb 2-3.4: USB disconnect, device number 46
[  113.407703] usb 2-3.4: new high-speed USB device number 47 using xhci_hcd
[  113.507558] usb 2-3.4: device descriptor read/all, error -71
[  114.186862] usb 2-2: new low-speed USB device number 51 using xhci_hcd
[  114.375315] usb 2-2: New USB device found, idVendor=17ef, idProduct=6044
[  114.375320] usb 2-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  114.375322] usb 2-2: Product: ThinkPad USB Laser Mouse
[  114.375491] usb 2-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  114.378883] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:17EF:6044.000C/input/input26
[  114.379149] hid-generic 0003:17EF:6044.000C: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-2/input0
[  116.933859] usb 2-2: USB disconnect, device number 51
[  122.547536] usb 2-2: new low-speed USB device number 83 using xhci_hcd
[  122.679985] usb 2-2: New USB device found, idVendor=17ef, idProduct=6044
[  122.679989] usb 2-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  122.679991] usb 2-2: Product: ThinkPad USB Laser Mouse
[  122.680121] usb 2-2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  122.683886] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:17EF:6044.000D/input/input27
[  122.684032] hid-generic 0003:17EF:6044.000D: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-2/input0
[  139.509157] usb 2-3.4: new high-speed USB device number 26 using xhci_hcd
[  139.609088] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  139.609092] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  139.609094] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  139.609096] usb 2-3.4: Manufacturer: Lenovo
[  139.609097] usb 2-3.4: SerialNumber: Rev1.2
[  139.880601] usb 2-3.4.3: new full-speed USB device number 27 using xhci_hcd
[  139.973574] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  139.973578] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  139.973580] usb 2-3.4.3: Product: USB Audio CODEC 
[  139.973582] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  139.973683] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  139.985004] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.000E/input/input28
[  139.985151] hid-generic 0003:08BB:2902.000E: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  254.512412] usb 2-2: USB disconnect, device number 83
[  260.539774] usb 2-3.4.2: new low-speed USB device number 28 using xhci_hcd
[  260.632903] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[  260.632907] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  260.632909] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[  260.633072] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  260.636716] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.000F/input/input29
[  260.636905] hid-generic 0003:17EF:6044.000F: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0
[  350.934168] usb 2-3.4: USB disconnect, device number 26
[  350.934173] usb 2-3.4.2: USB disconnect, device number 28
[  350.951901] usb 2-3.4.3: USB disconnect, device number 27
[  351.191104] usb 2-3.4: new high-speed USB device number 29 using xhci_hcd
[  351.291164] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  351.291168] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  351.291170] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  351.291172] usb 2-3.4: Manufacturer: Lenovo
[  351.291173] usb 2-3.4: SerialNumber: Rev1.2
[  351.562766] usb 2-3.4.2: new low-speed USB device number 30 using xhci_hcd
[  351.655605] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[  351.655610] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  351.655612] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[  351.655776] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  351.659506] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.0010/input/input30
[  351.659682] hid-generic 0003:17EF:6044.0010: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0
[  351.746696] usb 2-3.4.3: new full-speed USB device number 31 using xhci_hcd
[  351.840026] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  351.840030] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  351.840032] usb 2-3.4.3: Product: USB Audio CODEC 
[  351.840034] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  351.840209] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  351.853007] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.0011/input/input31
[  351.853137] hid-generic 0003:08BB:2902.0011: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  362.194038] usb 2-3.4: USB disconnect, device number 29
[  362.194043] usb 2-3.4.2: USB disconnect, device number 30
[  362.215955] usb 2-3.4.3: USB disconnect, device number 31
[  362.458962] usb 2-3.4: new high-speed USB device number 32 using xhci_hcd
[  362.559060] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  362.559065] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  362.559067] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  362.559068] usb 2-3.4: Manufacturer: Lenovo
[  362.559069] usb 2-3.4: SerialNumber: Rev1.2
[  362.830675] usb 2-3.4.2: new low-speed USB device number 33 using xhci_hcd
[  362.923586] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[  362.923591] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  362.923593] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[  362.923742] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  362.927379] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.0012/input/input32
[  362.927585] hid-generic 0003:17EF:6044.0012: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0
[  363.014614] usb 2-3.4.3: new full-speed USB device number 34 using xhci_hcd
[  363.107958] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  363.107962] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  363.107964] usb 2-3.4.3: Product: USB Audio CODEC 
[  363.107965] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  363.108112] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  363.121165] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.0013/input/input33
[  363.121287] hid-generic 0003:08BB:2902.0013: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  366.032092] usb 2-3.4: USB disconnect, device number 32
[  366.032096] usb 2-3.4.2: USB disconnect, device number 33
[  366.058260] usb 2-3.4.3: USB disconnect, device number 34
[  366.305585] usb 2-3.4: new high-speed USB device number 35 using xhci_hcd
[  366.405667] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  366.405671] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  366.405673] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  366.405675] usb 2-3.4: Manufacturer: Lenovo
[  366.405676] usb 2-3.4: SerialNumber: Rev1.2
[  366.677281] usb 2-3.4.2: new low-speed USB device number 36 using xhci_hcd
[  366.770323] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[  366.770327] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  366.770329] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[  366.770489] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  366.774145] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.0014/input/input34
[  366.774452] hid-generic 0003:17EF:6044.0014: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0
[  366.861161] usb 2-3.4.3: new full-speed USB device number 37 using xhci_hcd
[  366.954543] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  366.954547] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  366.954549] usb 2-3.4.3: Product: USB Audio CODEC 
[  366.954551] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  366.954683] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  366.967625] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.0015/input/input35
[  366.967707] hid-generic 0003:08BB:2902.0015: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  368.591150] usb 2-3.4: USB disconnect, device number 35
[  368.591155] usb 2-3.4.2: USB disconnect, device number 36
[  368.613174] usb 2-3.4.3: USB disconnect, device number 37
[  368.856689] usb 2-3.4: new high-speed USB device number 38 using xhci_hcd
[  368.956750] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  368.956754] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  368.956756] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  368.956757] usb 2-3.4: Manufacturer: Lenovo
[  368.956759] usb 2-3.4: SerialNumber: Rev1.2
[  369.228361] usb 2-3.4.2: new low-speed USB device number 39 using xhci_hcd
[  369.321211] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[  369.321215] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  369.321217] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[  369.321379] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  369.325115] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.0016/input/input36
[  369.325323] hid-generic 0003:17EF:6044.0016: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0
[  369.412288] usb 2-3.4.3: new full-speed USB device number 40 using xhci_hcd
[  369.505256] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  369.505260] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  369.505262] usb 2-3.4.3: Product: USB Audio CODEC 
[  369.505264] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  369.505374] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  369.517702] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.0017/input/input37
[  369.517828] hid-generic 0003:08BB:2902.0017: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  370.894644] usb 2-3.4: USB disconnect, device number 38
[  370.894648] usb 2-3.4.2: USB disconnect, device number 39
[  370.920814] usb 2-3.4.3: USB disconnect, device number 40
[  371.155902] usb 2-3.4: new high-speed USB device number 41 using xhci_hcd
[  371.255920] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  371.255924] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  371.255926] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  371.255927] usb 2-3.4: Manufacturer: Lenovo
[  371.255929] usb 2-3.4: SerialNumber: Rev1.2
[  371.527524] usb 2-3.4.2: new low-speed USB device number 42 using xhci_hcd
[  371.636373] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[  371.636377] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  371.636380] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[  371.636495] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  371.640216] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.0018/input/input38
[  371.640364] hid-generic 0003:17EF:6044.0018: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0
[  371.727444] usb 2-3.4.3: new full-speed USB device number 43 using xhci_hcd
[  371.820788] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  371.820792] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  371.820794] usb 2-3.4.3: Product: USB Audio CODEC 
[  371.820796] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  371.820948] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  371.834254] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.0019/input/input39
[  371.834360] hid-generic 0003:08BB:2902.0019: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  372.376368] 43:2:4: usb_set_interface failed (-71)
[  372.376878] 43:2:4: usb_set_interface failed (-71)
[  372.377391] 43:2:4: usb_set_interface failed (-71)
[  372.378002] 43:2:4: usb_set_interface failed (-71)
[  372.378624] 43:2:4: usb_set_interface failed (-71)
[  372.379400] 43:2:4: usb_set_interface failed (-71)
[  372.380005] 43:2:4: usb_set_interface failed (-71)
[  372.380616] 43:2:4: usb_set_interface failed (-71)
[  372.381259] 43:2:4: usb_set_interface failed (-71)
[  372.381873] 43:2:4: usb_set_interface failed (-71)
[  372.382778] 43:2:4: usb_set_interface failed (-71)
[  372.383322] 43:2:4: usb_set_interface failed (-71)
[  372.383999] 43:2:4: usb_set_interface failed (-71)
[  372.384731] 43:2:4: usb_set_interface failed (-71)
[  372.385454] 43:2:4: usb_set_interface failed (-71)
[  372.386449] 43:2:4: usb_set_interface failed (-71)
[  372.387006] 43:2:4: usb_set_interface failed (-71)
[  372.387705] 43:2:4: usb_set_interface failed (-71)
[  372.388450] 43:2:4: usb_set_interface failed (-71)
[  372.389245] 43:2:4: usb_set_interface failed (-71)
[  372.390041] 43:2:3: usb_set_interface failed (-71)
[  372.390619] 43:2:3: usb_set_interface failed (-71)
[  372.391165] 43:2:3: usb_set_interface failed (-71)
[  372.391908] 43:2:3: usb_set_interface failed (-71)
[  372.392671] 43:2:3: usb_set_interface failed (-71)
[  372.393376] 43:2:3: usb_set_interface failed (-71)
[  372.393879] 43:2:3: usb_set_interface failed (-71)
[  372.394460] 43:2:3: usb_set_interface failed (-71)
[  372.395121] 43:2:3: usb_set_interface failed (-71)
[  372.395877] 43:2:3: usb_set_interface failed (-71)
[  372.396799] 43:2:3: usb_set_interface failed (-71)
[  372.397415] 43:2:3: usb_set_interface failed (-71)
[  372.398012] 43:2:3: usb_set_interface failed (-71)
[  372.398773] 43:2:3: usb_set_interface failed (-71)
[  372.399523] 43:2:3: usb_set_interface failed (-71)
[  372.400550] 43:2:3: usb_set_interface failed (-71)
[  372.401167] 43:2:3: usb_set_interface failed (-71)
[  372.401810] 43:2:3: usb_set_interface failed (-71)
[  372.402569] 43:2:3: usb_set_interface failed (-71)
[  372.403293] 43:2:3: usb_set_interface failed (-71)
[  372.404868] 43:1:2: usb_set_interface failed (-71)
[  372.412821] 43:1:1: usb_set_interface failed (-71)
[  372.413440] 43:1:1: usb_set_interface failed (-71)
[  372.414055] 43:1:1: usb_set_interface failed (-71)
[  372.414722] 43:1:1: usb_set_interface failed (-71)
[  372.415465] 43:1:1: usb_set_interface failed (-71)
[  372.416403] 43:1:1: usb_set_interface failed (-71)
[  372.417141] 43:1:1: usb_set_interface failed (-71)
[  372.417820] 43:1:1: usb_set_interface failed (-71)
[  372.418594] 43:1:1: usb_set_interface failed (-71)
[  372.419226] 43:1:1: usb_set_interface failed (-71)
[  372.420179] 43:1:1: usb_set_interface failed (-71)
[  372.420818] 43:1:1: usb_set_interface failed (-71)
[  372.421483] 43:1:1: usb_set_interface failed (-71)
[  372.422199] 43:1:1: usb_set_interface failed (-71)
[  372.422931] 43:1:1: usb_set_interface failed (-71)
[  372.423971] 43:1:1: usb_set_interface failed (-71)
[  372.424597] 43:1:1: usb_set_interface failed (-71)
[  372.425284] 43:1:1: usb_set_interface failed (-71)
[  372.426002] 43:1:1: usb_set_interface failed (-71)
[  372.426794] 43:1:1: usb_set_interface failed (-71)
[  372.429205] 43:1:2: usb_set_interface failed (-71)
[  372.429748] usb 2-3.4: USB disconnect, device number 41
[  372.429750] usb 2-3.4.2: USB disconnect, device number 42
[  372.429797] 43:1:2: usb_set_interface failed (-71)
[  372.430312] 43:1:2: usb_set_interface failed (-19)
[  372.430966] 43:1:2: usb_set_interface failed (-19)
[  372.431628] 43:1:2: usb_set_interface failed (-19)
[  372.432395] 43:1:2: usb_set_interface failed (-19)
[  372.432961] 43:1:2: usb_set_interface failed (-19)
[  372.433537] 43:1:2: usb_set_interface failed (-19)
[  372.434102] 43:1:2: usb_set_interface failed (-19)
[  372.434762] 43:1:2: usb_set_interface failed (-19)
[  372.435644] 43:1:2: usb_set_interface failed (-19)
[  372.436236] 43:1:2: usb_set_interface failed (-19)
[  372.436868] 43:1:2: usb_set_interface failed (-19)
[  372.437583] 43:1:2: usb_set_interface failed (-19)
[  372.438295] 43:1:2: usb_set_interface failed (-19)
[  372.439265] 43:1:2: usb_set_interface failed (-19)
[  372.439859] 43:1:2: usb_set_interface failed (-19)
[  372.440509] 43:1:2: usb_set_interface failed (-19)
[  372.441223] 43:1:2: usb_set_interface failed (-19)
[  372.441953] 43:1:2: usb_set_interface failed (-19)
[  372.455755] usb 2-3.4.3: USB disconnect, device number 43
[  372.695345] usb 2-3.4: new high-speed USB device number 44 using xhci_hcd
[  372.795392] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  372.795396] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  372.795398] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  372.795400] usb 2-3.4: Manufacturer: Lenovo
[  372.795401] usb 2-3.4: SerialNumber: Rev1.2
[  373.067058] usb 2-3.4.2: new low-speed USB device number 45 using xhci_hcd
[  373.175818] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[  373.175823] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  373.175825] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[  373.175962] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  373.179718] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.001A/input/input40
[  373.179892] hid-generic 0003:17EF:6044.001A: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0
[  373.266885] usb 2-3.4.3: new full-speed USB device number 46 using xhci_hcd
[  373.360231] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  373.360236] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  373.360238] usb 2-3.4.3: Product: USB Audio CODEC 
[  373.360239] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  373.360363] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  373.373379] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.001B/input/input41
[  373.373511] hid-generic 0003:08BB:2902.001B: input,hidraw1: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  373.709882] usb 2-3.4: USB disconnect, device number 44
[  373.709887] usb 2-3.4.2: USB disconnect, device number 45
[  373.723367] usb 2-3.4.3: USB disconnect, device number 46
[  373.958887] usb 2-3.4: new high-speed USB device number 47 using xhci_hcd
[  409.489926] usb 2-3.4: new high-speed USB device number 62 using xhci_hcd
[  409.590015] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  409.590019] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  409.590021] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  409.590023] usb 2-3.4: Manufacturer: Lenovo
[  409.590024] usb 2-3.4: SerialNumber: Rev1.2
[  409.861615] usb 2-3.4.3: new full-speed USB device number 63 using xhci_hcd
[  409.954535] usb 2-3.4.3: New USB device found, idVendor=08bb, idProduct=2902
[  409.954539] usb 2-3.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  409.954542] usb 2-3.4.3: Product: USB Audio CODEC 
[  409.954543] usb 2-3.4.3: Manufacturer: Burr-Brown from TI              
[  409.954753] usb 2-3.4.3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
[  409.965997] input: Burr-Brown from TI               USB Audio CODEC  as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.3/2-3.4.3:1.3/0003:08BB:2902.001C/input/input42
[  409.966101] hid-generic 0003:08BB:2902.001C: input,hidraw0: USB HID v1.00 Device [Burr-Brown from TI               USB Audio CODEC ] on usb-0000:00:14.0-3.4.3/input3
[  410.165508] usb 2-3.4.2: new low-speed USB device number 64 using xhci_hcd
[  410.274444] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[  410.274448] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  410.274450] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[  410.274588] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  410.278294] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.001D/input/input43
[  410.278502] hid-generic 0003:17EF:6044.001D: input,hidraw1: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0
[  410.816312] usb 2-3.4: USB disconnect, device number 62
[  410.816316] usb 2-3.4.2: USB disconnect, device number 64
[  410.819190] 63:2:4: usb_set_interface failed (-19)
[  410.819873] 63:2:4: usb_set_interface failed (-19)
[  410.820372] 63:2:4: usb_set_interface failed (-19)
[  410.820965] 63:2:4: usb_set_interface failed (-19)
[  410.821576] 63:2:4: usb_set_interface failed (-19)
[  410.822292] 63:2:4: usb_set_interface failed (-19)
[  410.822737] 63:2:4: usb_set_interface failed (-19)
[  410.823198] 63:2:4: usb_set_interface failed (-19)
[  410.823742] 63:2:4: usb_set_interface failed (-19)
[  410.824341] 63:2:4: usb_set_interface failed (-19)
[  410.825143] 63:2:4: usb_set_interface failed (-19)
[  410.825672] 63:2:4: usb_set_interface failed (-19)
[  410.826215] 63:2:4: usb_set_interface failed (-19)
[  410.826885] 63:2:4: usb_set_interface failed (-19)
[  410.827604] 63:2:4: usb_set_interface failed (-19)
[  410.828599] 63:2:4: usb_set_interface failed (-19)
[  410.829139] 63:2:4: usb_set_interface failed (-19)
[  410.829724] 63:2:4: usb_set_interface failed (-19)
[  410.830416] 63:2:4: usb_set_interface failed (-19)
[  410.831141] 63:2:4: usb_set_interface failed (-19)
[  410.832002] 63:2:3: usb_set_interface failed (-19)
[  410.832562] 63:2:3: usb_set_interface failed (-19)
[  410.833191] 63:2:3: usb_set_interface failed (-19)
[  410.833880] 63:2:3: usb_set_interface failed (-19)
[  410.834565] 63:2:3: usb_set_interface failed (-19)
[  410.835302] 63:2:3: usb_set_interface failed (-19)
[  410.835774] 63:2:3: usb_set_interface failed (-19)
[  410.836246] 63:2:3: usb_set_interface failed (-19)
[  410.836907] 63:2:3: usb_set_interface failed (-19)
[  410.837594] 63:2:3: usb_set_interface failed (-19)
[  410.838511] 63:2:3: usb_set_interface failed (-19)
[  410.839065] 63:2:3: usb_set_interface failed (-19)
[  410.839673] 63:2:3: usb_set_interface failed (-19)
[  410.840272] 63:2:3: usb_set_interface failed (-19)
[  410.840982] 63:2:3: usb_set_interface failed (-19)
[  410.842054] 63:2:3: usb_set_interface failed (-19)
[  410.842682] 63:2:3: usb_set_interface failed (-19)
[  410.843356] 63:2:3: usb_set_interface failed (-19)
[  410.844094] 63:2:3: usb_set_interface failed (-19)
[  410.844853] 63:2:3: usb_set_interface failed (-19)
[  410.846519] 63:1:2: usb_set_interface failed (-19)
[  410.847057] 63:1:2: usb_set_interface failed (-19)
[  410.847621] 63:1:2: usb_set_interface failed (-19)
[  410.848256] 63:1:2: usb_set_interface failed (-19)
[  410.848922] 63:1:2: usb_set_interface failed (-19)
[  410.849576] 63:1:2: usb_set_interface failed (-19)
[  410.850043] usb 2-3.4.3: USB disconnect, device number 63
[  410.850936] 63:1:2: usb_set_interface failed (-19)
[  411.089272] usb 2-3.4: new high-speed USB device number 65 using xhci_hcd
[  411.349230] usb 2-3.4: new high-speed USB device number 66 using xhci_hcd
[  411.589047] usb 2-3.4: new high-speed USB device number 67 using xhci_hcd
[  421.773483] usb 2-3.4: new high-speed USB device number 107 using xhci_hcd
[  421.857570] usb 2-3.4: Device not responding to setup address.
[  422.061258] usb 2-3.4: Device not responding to setup address.
[  422.265090] usb 2-3.4: device not accepting address 107, error -71
[  442.757834] usb 2-3.4: new high-speed USB device number 65 using xhci_hcd
[  442.857951] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  442.857955] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  442.857957] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  442.857958] usb 2-3.4: Manufacturer: Lenovo
[  442.857960] usb 2-3.4: SerialNumber: Rev1.2
[  443.157740] usb 2-3.4: reset high-speed USB device number 65 using xhci_hcd
[  443.241758] usb 2-3.4: reset high-speed USB device number 65 using xhci_hcd
[  443.325681] usb 2-3.4: reset high-speed USB device number 65 using xhci_hcd
[  443.549601] usb 2-3.4: USB disconnect, device number 65
[  443.761543] usb 2-3.4: new high-speed USB device number 66 using xhci_hcd
[  443.861751] usb 2-3.4: New USB device found, idVendor=17ef, idProduct=1011
[  443.861755] usb 2-3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  443.861757] usb 2-3.4: Product: Lenovo ThinkPad Dock
[  443.861759] usb 2-3.4: Manufacturer: Lenovo
[  443.861760] usb 2-3.4: SerialNumber: Rev1.2
[  444.133156] usb 2-3.4.2: new low-speed USB device number 67 using xhci_hcd
[  444.226172] usb 2-3.4.2: New USB device found, idVendor=17ef, idProduct=6044
[  444.226176] usb 2-3.4.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[  444.226178] usb 2-3.4.2: Product: ThinkPad USB Laser Mouse
[  444.226293] usb 2-3.4.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  444.230065] input: ThinkPad USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3.4/2-3.4.2/2-3.4.2:1.0/0003:17EF:6044.001E/input/input44
[  444.230223] hid-generic 0003:17EF:6044.001E: input,hidraw0: USB HID v1.11 Mouse [ThinkPad USB Laser Mouse] on usb-0000:00:14.0-3.4.2/input0