Files @ 794dc86717e2
Branch filter:

Location: portage-overlay.git/dev-libs/libg15-gnome15/g15-debug.txt

chain
initial commit of main tree
   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
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
chain@richBOOK ~/portage/dev-libs/libg15-gnome15 $ g15-desktop-service -f -l DEBUG
/usr/lib64/python2.7/site-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
INFO:12:05:09:MainThread:driver:Loading drivers from /usr/lib64/python2.7/site-packages/gnome15/drivers
INFO:12:05:09:MainThread:usb.core:find(): using backend "usb.backend.libusb10"
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.enumerate_devices()
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634810>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634990>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x263d090>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x263d150>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26346d0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634810>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x26348d0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634990>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634a50>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634b10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634bd0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 1, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 2, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 2, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 1, 2, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 2, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 3, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 3, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 1, 3, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 3, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 4, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 4, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0, 1, 4, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 4, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 1, 5, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634c90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634d50>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 1, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634e10>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 1, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 2, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634ed0>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 1, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x2634f90>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 1, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d090>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 0, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 1, 1, 0)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x263d150>, 0)
DEBUG:12:05:09:MainThread:plugins:Plugin path /home/chain/.gnome15/plugins does not exist.
DEBUG:12:05:09:MainThread:plugins:Plugin path /home/chain/.config/gnome15/plugins does not exist.
Xlib.protocol.request.QueryExtension
Xlib.protocol.request.QueryExtension
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
ERROR:12:05:09:MainThread:plugins:Failed to load plugin module /usr/share/gnome15/plugins/cal. No module named evolution.ecal
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gnome15/g15pluginmanager.py", line 215, in <module>
    for mod in ([__import__(fname) for fname in pluginfiles]):
  File "/usr/share/gnome15/plugins/cal/cal.py", line 31, in <module>
    import evolution.ecal
ImportError: No module named evolution.ecal
INFO:12:05:09:MainThread:usb.core:find(): using backend "usb.backend.libusb10"
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.enumerate_devices()
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599390>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599450>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599510>)
DEBUG:12:05:09:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599690>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599750>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599810>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599990>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599690>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 2, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 2, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 1, 2, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 2, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 3, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 3, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 1, 3, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 3, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 4, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 4, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0, 1, 4, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 4, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 1, 5, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599750>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599810>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 1, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35998d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 1, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 2, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599990>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599a50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599b10>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599bd0>, 0)
DEBUG:12:05:10:MainThread:service:Starting the DBUS service
DEBUG:12:05:10:MainThread:dbus:Getting Session DBUS
DEBUG:12:05:10:MainThread:dbus:Exposing service
DEBUG:12:05:10:MainThread:dbus:DBUS service ready
INFO:12:05:10:MainThread:usb.core:find(): using backend "usb.backend.libusb10"
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.enumerate_devices()
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599490>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599510>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599610>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599650>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599710>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599890>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599950>)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35991d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599c50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35992d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35993d0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599fd0>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599490>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 2, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 2, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 1, 2, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 2, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 3, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 3, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 1, 3, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 3, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 4, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 4, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0, 1, 4, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 4, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 1, 5, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599d50>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599510>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 1, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599610>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 1, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 2, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599650>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599710>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599890>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 0, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 1, 1, 0)
DEBUG:12:05:10:MainThread:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599950>, 0)
INFO:12:05:10:Thread-2:plugins:Loading tweak
INFO:12:05:10:MainThread:root:Starting GLib loop
INFO:12:05:10:DesktopService:plugins:Loaded tweak
INFO:12:05:10:DesktopService:plugins:Started plugin manager
DEBUG:12:05:10:DesktopService:dbus:Sending starting up signal
INFO:12:05:10:DesktopService:uinput:Opening uinput device for mouse
DEBUG:12:05:10:DesktopService:uinput:UINPUT mouse event at mouse, code = 0, val = 0, syn = True
DEBUG:12:05:11:DesktopService:uinput:UINPUT mouse event at mouse, code = 0, val = 1, syn = True
INFO:12:05:11:DesktopService:uinput:Opening uinput device for keyboard
DEBUG:12:05:11:DesktopService:uinput:UINPUT uinput keyboard event at keyboard, code = 0, val = 0, syn = True
DEBUG:12:05:12:DesktopService:uinput:UINPUT uinput keyboard event at keyboard, code = 0, val = 1, syn = True
INFO:12:05:12:DesktopService:uinput:Opening uinput device for joystick
DEBUG:12:05:12:DesktopService:uinput:UINPUT joystick event at joystick, code = 0, val = 128, syn = False
DEBUG:12:05:13:DesktopService:uinput:UINPUT joystick event at joystick, code = 1, val = 128, syn = False
which: no jstest-gtk in 
(/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/usr/i686-pc-linux-gnu/gcc-bin/4.3.4:/opt/android-sdk-update-manager/tools:/opt/android-sdk-update-manager/platform-tools:/usr/games/bin:/opt/cuda/computeprof/bin:/opt/cuda/bin:/usr/lib/wine/bin:~/bin:/home/chain/src/pdtoolkit-3.16/x86_64//bin:/home/chain/src/tau-2.20/x86_64/bin:/usr/lib/wine/bin)
INFO:12:05:13:DesktopService:uinput:Opening uinput device for digital-joystick
DEBUG:12:05:13:DesktopService:uinput:UINPUT joystick event at digital-joystick, code = 0, val = 128, syn = False
DEBUG:12:05:14:DesktopService:uinput:UINPUT joystick event at digital-joystick, code = 1, val = 128, syn = False
which: no jstest-gtk in 
(/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.3:/usr/i686-pc-linux-gnu/gcc-bin/4.3.4:/opt/android-sdk-update-manager/tools:/opt/android-sdk-update-manager/platform-tools:/usr/games/bin:/opt/cuda/computeprof/bin:/opt/cuda/bin:/usr/lib/wine/bin:~/bin:/home/chain/src/pdtoolkit-3.16/x86_64//bin:/home/chain/src/tau-2.20/x86_64/bin:/usr/lib/wine/bin)
INFO:12:05:14:DesktopService:service:Looking for devices
INFO:12:05:14:DesktopService:usb.core:find(): using backend "usb.backend.libusb10"
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.enumerate_devices()
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599310>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599390>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599450>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599790>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599910>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x3599250>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_device_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599310>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599ad0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599390>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599f10>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599450>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35994d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 2, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 2, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 2, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 2, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 3, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 3, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 3, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 3, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 4, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 4, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0, 1, 4, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 4, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 1, 5, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35995d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35996d0>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 1, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599790>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 1, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 2, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599910>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 1, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x3599250>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 1, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1c90>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_endpoint_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 0, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_interface_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 1, 1, 0)
DEBUG:12:05:14:DesktopService:usb.backend.libusb10:_LibUSB.get_configuration_descriptor(<usb.backend.libusb10._Device object at 0x35a1090>, 0)
DEBUG:12:05:14:DesktopService:dbus:Screen added for g510
INFO:12:05:14:DesktopService:plugins:Activating plugins
INFO:12:05:14:DesktopService:plugins:Activating tweak
INFO:12:05:14:MainThread:service:Attempting to set up BAMF
DEBUG:12:05:14:DesktopService:plugins:Activated plugins
DEBUG:12:05:14:DesktopService:dbus:Sending started up signal
WARNING:12:05:14:MainThread:service:BAMF not available, falling back to polling WNCK. org.freedesktop.DBus.Error.ServiceUnknown: The name org.ayatana.bamf was not provided by 
any .service files
INFO:12:05:14:StartScreeng510_0:screen:Starting g510_0.
INFO:12:05:14:MainThread:service:Connecting to system bus
INFO:12:05:14:StartScreeng510_0:screen:Attempting connection
INFO:12:05:14:StartScreeng510_0:plugins:Loading sysmon
INFO:12:05:14:StartScreeng510_0:plugins:Loaded sysmon
INFO:12:05:14:StartScreeng510_0:plugins:Loading profiles
INFO:12:05:14:MainThread:service:Seats dbus.Array([dbus.ObjectPath('/org/freedesktop/ConsoleKit/Seat1')], signature=dbus.Signature('o')) 
INFO:12:05:14:MainThread:service:This session /org/freedesktop/ConsoleKit/Session1 
INFO:12:05:14:MainThread:service:Connected to system bus
WARNING:12:05:14:MainThread:service:GNOME session manager not available, will not detect logout signal for clean shutdown. org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.gnome.SessionManager was not provided by any .service files
INFO:12:05:14:StartScreeng510_0:plugins:Loaded profiles
INFO:12:05:14:StartScreeng510_0:plugins:Loading volume
INFO:12:05:14:StartScreeng510_0:plugins:Loaded volume
INFO:12:05:14:StartScreeng510_0:plugins:Loading macro-recorder
INFO:12:05:14:StartScreeng510_0:plugins:Loaded macro-recorder
INFO:12:05:14:StartScreeng510_0:plugins:Loading weather
INFO:12:05:14:StartScreeng510_0:plugins:Loaded weather
INFO:12:05:14:StartScreeng510_0:plugins:Loading menu
INFO:12:05:14:StartScreeng510_0:plugins:Loaded menu
INFO:12:05:14:StartScreeng510_0:plugins:Loading cairo-clock
INFO:12:05:14:StartScreeng510_0:plugins:Loaded cairo-clock
INFO:12:05:14:StartScreeng510_0:plugins:Started plugin manager
DEBUG:12:05:14:StartScreeng510_0:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
DEBUG:12:05:14:StartScreeng510_0:dbus:Sending attention requested signal
DEBUG:12:05:14:StartScreeng510_0:dbus:Sent attention requested signal
DEBUG:12:05:14:StartScreeng510_0:screen:Rescheduling cycle
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
    self.driver.connect()
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
    self.socket.connect(("127.0.0.1", port))
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 111] Verbindungsaufbau abgelehnt
INFO:12:05:14:StartScreeng510_0:screen:Attempting connection in 5.000000
DEBUG:12:05:14:StartScreeng510_0:root:Queueing ReconnectTimer on default for execution in 5.000000
DEBUG:12:05:14:StartScreeng510_0:root:Creating job queue default with 1 workers
DEBUG:12:05:14:StartScreeng510_0:root:Queued ReconnectTimer
INFO:12:05:14:StartScreeng510_0:screen:Connection for g510_0 is complete.
INFO:12:05:14:StartScreeng510_0:keyboard:Starting g510_0's key handler.
INFO:12:05:14:StartScreeng510_0:keyboard:Starting of g510_0's key handler is complete.
INFO:12:05:14:StartScreeng510_0:screen:Watching GConf settings in /apps/gnome15/g510_0
INFO:12:05:14:StartScreeng510_0:screen:Starting for g510_0 is complete.
DEBUG:12:05:19:MainThread:root:Executing GTimer ReconnectTimer
DEBUG:12:05:19:MainThread:root:Queued task on default
DEBUG:12:05:19:MainThread:root:Executed GTimer ReconnectTimer
DEBUG:12:05:19:default:root:Running task on default
INFO:12:05:19:default:screen:Attempting connection
DEBUG:12:05:19:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:19:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
DEBUG:12:05:19:default:dbus:Sending attention requested signal
DEBUG:12:05:19:default:dbus:Sent attention requested signal
DEBUG:12:05:19:default:screen:Rescheduling cycle
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
    self.driver.connect()
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
    self.socket.connect(("127.0.0.1", port))
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 111] Verbindungsaufbau abgelehnt
INFO:12:05:19:default:screen:Attempting connection in 5.000000
DEBUG:12:05:19:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:19:default:root:Queueing ReconnectTimer on default for execution in 5.000000
DEBUG:12:05:19:default:root:Queued ReconnectTimer
INFO:12:05:19:default:screen:Connection for g510_0 is complete.
DEBUG:12:05:19:default:root:Ran task on default
DEBUG:12:05:24:MainThread:root:Executing GTimer ReconnectTimer
DEBUG:12:05:24:MainThread:root:Queued task on default
DEBUG:12:05:24:MainThread:root:Executed GTimer ReconnectTimer
DEBUG:12:05:24:default:root:Running task on default
INFO:12:05:24:default:screen:Attempting connection
DEBUG:12:05:24:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:24:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
DEBUG:12:05:24:default:dbus:Sending attention requested signal
DEBUG:12:05:24:default:dbus:Sent attention requested signal
DEBUG:12:05:24:default:screen:Rescheduling cycle
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
    self.driver.connect()
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
    self.socket.connect(("127.0.0.1", port))
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 111] Verbindungsaufbau abgelehnt
INFO:12:05:24:default:screen:Attempting connection in 5.000000
DEBUG:12:05:24:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:24:default:root:Queueing ReconnectTimer on default for execution in 5.000000
DEBUG:12:05:24:default:root:Queued ReconnectTimer
INFO:12:05:24:default:screen:Connection for g510_0 is complete.
DEBUG:12:05:24:default:root:Ran task on default
INFO:12:05:26:MainThread:service:Active application is now Firefox
DEBUG:12:05:29:MainThread:root:Executing GTimer ReconnectTimer
DEBUG:12:05:29:MainThread:root:Queued task on default
DEBUG:12:05:29:MainThread:root:Executed GTimer ReconnectTimer
DEBUG:12:05:29:default:root:Running task on default
INFO:12:05:29:default:screen:Attempting connection
DEBUG:12:05:29:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:29:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
DEBUG:12:05:29:default:dbus:Sending attention requested signal
DEBUG:12:05:29:default:dbus:Sent attention requested signal
DEBUG:12:05:29:default:screen:Rescheduling cycle
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
    self.driver.connect()
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
    self.socket.connect(("127.0.0.1", port))
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 111] Verbindungsaufbau abgelehnt
INFO:12:05:29:default:screen:Attempting connection in 5.000000
DEBUG:12:05:29:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:29:default:root:Queueing ReconnectTimer on default for execution in 5.000000
DEBUG:12:05:29:default:root:Queued ReconnectTimer
INFO:12:05:29:default:screen:Connection for g510_0 is complete.
DEBUG:12:05:29:default:root:Ran task on default
DEBUG:12:05:34:MainThread:root:Executing GTimer ReconnectTimer
DEBUG:12:05:34:MainThread:root:Queued task on default
DEBUG:12:05:34:default:root:Running task on default
INFO:12:05:34:default:screen:Attempting connection
DEBUG:12:05:34:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:34:MainThread:root:Executed GTimer ReconnectTimer
DEBUG:12:05:34:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
DEBUG:12:05:34:default:dbus:Sending attention requested signal
DEBUG:12:05:34:default:dbus:Sent attention requested signal
DEBUG:12:05:34:default:screen:Rescheduling cycle
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
    self.driver.connect()
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
    self.socket.connect(("127.0.0.1", port))
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 111] Verbindungsaufbau abgelehnt
INFO:12:05:34:default:screen:Attempting connection in 5.000000
DEBUG:12:05:34:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:34:default:root:Queueing ReconnectTimer on default for execution in 5.000000
DEBUG:12:05:34:default:root:Queued ReconnectTimer
INFO:12:05:34:default:screen:Connection for g510_0 is complete.
DEBUG:12:05:34:default:root:Ran task on default
DEBUG:12:05:39:MainThread:root:Executing GTimer ReconnectTimer
DEBUG:12:05:39:MainThread:root:Queued task on default
DEBUG:12:05:39:MainThread:root:Executed GTimer ReconnectTimer
DEBUG:12:05:39:default:root:Running task on default
INFO:12:05:39:default:screen:Attempting connection
DEBUG:12:05:39:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:39:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
DEBUG:12:05:39:default:dbus:Sending attention requested signal
DEBUG:12:05:39:default:dbus:Sent attention requested signal
DEBUG:12:05:39:default:screen:Rescheduling cycle
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
    self.driver.connect()
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
    self.socket.connect(("127.0.0.1", port))
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 111] Verbindungsaufbau abgelehnt
INFO:12:05:39:default:screen:Attempting connection in 5.000000
DEBUG:12:05:39:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:39:default:root:Queueing ReconnectTimer on default for execution in 5.000000
DEBUG:12:05:39:default:root:Queued ReconnectTimer
INFO:12:05:39:default:screen:Connection for g510_0 is complete.
DEBUG:12:05:39:default:root:Ran task on default
DEBUG:12:05:44:MainThread:root:Executing GTimer ReconnectTimer
DEBUG:12:05:44:MainThread:root:Queued task on default
DEBUG:12:05:44:MainThread:root:Executed GTimer ReconnectTimer
DEBUG:12:05:44:default:root:Running task on default
INFO:12:05:44:default:screen:Attempting connection
DEBUG:12:05:44:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:44:default:screen:Requesting attention '[Errno 111] Verbindungsaufbau abgelehnt'
DEBUG:12:05:44:default:dbus:Sending attention requested signal
DEBUG:12:05:44:default:dbus:Sent attention requested signal
DEBUG:12:05:44:default:screen:Rescheduling cycle
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gnome15/g15screen.py", line 1094, in attempt_connection
    self.driver.connect()
  File "/usr/lib64/python2.7/site-packages/gnome15/drivers/driver_g15.py", line 397, in connect
    self.socket.connect(("127.0.0.1", port))
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 111] Verbindungsaufbau abgelehnt
INFO:12:05:44:default:screen:Attempting connection in 5.000000
DEBUG:12:05:44:default:root:Cancelled GTimer ReconnectTimer
DEBUG:12:05:44:default:root:Queueing ReconnectTimer on default for execution in 5.000000
DEBUG:12:05:44:default:root:Queued ReconnectTimer
INFO:12:05:44:default:screen:Connection for g510_0 is complete.
DEBUG:12:05:44:default:root:Ran task on default
^CINFO:12:05:46:MainThread:service:Got SIGINT signal, shutting down
INFO:12:05:46:MainThread:service:Shutting down
DEBUG:12:05:46:MainThread:uinput:Closing UINPUT device mouse
DEBUG:12:05:46:MainThread:uinput:Closing UINPUT device keyboard
DEBUG:12:05:46:MainThread:uinput:Closing UINPUT device joystick
DEBUG:12:05:46:MainThread:uinput:Closing UINPUT device digital-joystick
INFO:12:05:46:MainThread:plugins:De-activating plugins
DEBUG:12:05:46:MainThread:plugins:De-activating tweak
INFO:12:05:46:MainThread:plugins:De-activated plugins
INFO:12:05:46:MainThread:service:Stopping file change notification
INFO:12:05:46:MainThread:service:Informing listeners we are stopping
DEBUG:12:05:46:MainThread:dbus:Sending stopping down signal
INFO:12:05:46:MainThread:service:Stopping screens
INFO:12:05:46:MainThread:service:Checking state of 2 devices
INFO:12:05:46:CheckDeviceStateg510_0:service:EN device g510_0 = False = <gnome15.g15screen.G15Screen instance at 0x35aeb90>
INFO:12:05:46:CheckDeviceStateg510_0:service:Disabling device g510_0
INFO:12:05:46:CheckDeviceStateg510_0:screen:Stopping screen for g510_0
INFO:12:05:46:CheckDeviceStateg510_0:keyboard:Stopping key handler for g510_0
INFO:12:05:46:CheckDeviceStateg510_0:keyboard:Stopped key handler for g510_0
DEBUG:12:05:46:CheckDeviceStateg510_0:dbus:Screen removed for g510
INFO:12:05:46:CheckDeviceStateg510_0:service:Disabled device g510_0
INFO:12:05:46:CheckDeviceStatevirtual_0:service:EN device virtual_0 = False = None
INFO:12:05:46:MainThread:service:Screens stopped
INFO:12:05:46:MainThread:service:Stopping all schedulers
INFO:12:05:46:MainThread:jobs:Stopping all queues
INFO:12:05:46:MainThread:jobs:Stopping queue default
INFO:12:05:46:MainThread:jobs:Stopped queue default
DEBUG:12:05:46:default:root:Running task on default
DEBUG:12:05:46:MainThread:dbus:Sending stopped down signal
DEBUG:12:05:46:default:root:Ran task on default
INFO:12:05:46:MainThread:service:Quiting loop
INFO:12:05:46:default:jobs:Exited queue default
INFO:12:05:46:MainThread:service:Stopping DBus service
INFO:12:05:46:MainThread:root:Exited GLib loop