summaryrefslogtreecommitdiff
path: root/decoder/test/adns5020/init.output
blob: ca46fc13cd00f9a025e238f3eb22c6a37b61ae0f (plain)
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
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
115055-115153 adns5020: write: "Chip_Reset: 0x5a"
136494-136626 adns5020: read: "Product_ID: 18"
136975-137072 adns5020: write: "Mouse_Control: 0x2"
1152856-1152954 adns5020: write: "Mouse_Control: 0x2"
1207754-1207851 adns5020: write: "Chip_Reset: 0x5a"
1229396-1229528 adns5020: read: "Product_ID: 18"
1229877-1229974 adns5020: write: "Mouse_Control: 0x2"
1529685-1529781 adns5020: write: "Mouse_Control: 0x2"
1583624-1583720 adns5020: write: "Chip_Reset: 0x5a"
1604915-1605045 adns5020: read: "Product_ID: 18"
1605388-1605484 adns5020: write: "Mouse_Control: 0x2"
1951263-1951359 adns5020: write: "Mouse_Control: 0x2"
2434999-2435095 adns5020: write: "Chip_Reset: 0x5a"
2580232-2580362 adns5020: read: "Product_ID: 18"
2585042-2585172 adns5020: read: "Motion: 0"
2585282-2585412 adns5020: read: "Delta_X: 0"
2585526-2585656 adns5020: read: "Delta_Y: 0"
2587610-2587734 adns5020: read: "Product_ID: 18"
2588915-2589053 adns5020: write: "Mouse_Control: 0x0"
2590035-2590160 adns5020: read: "Mouse_Control: 0"
2591331-2591446 adns5020: write: "Reserved 0x38: 0x0"
2592452-2592576 adns5020: read: "Delta_X: 0"
2593606-2593726 adns5020: read: "Delta_Y: 0"
2594810-2594935 adns5020: read: "Product_ID: 18"
2596039-2596163 adns5020: read: "Mouse_Control: 0"
2597257-2597382 adns5020: read: "Delta_X: 0"
2598412-2598530 adns5020: read: "Delta_Y: 0"
2599616-2599741 adns5020: read: "Product_ID: 18"
2600845-2600970 adns5020: read: "Mouse_Control: 0"
2602061-2602186 adns5020: read: "Delta_X: 0"
2603211-2603329 adns5020: read: "Delta_Y: 0"
2604415-2604539 adns5020: read: "Product_ID: 18"
2605644-2605770 adns5020: read: "Mouse_Control: 0"
2606860-2606984 adns5020: read: "Delta_X: 0"
2608014-2608132 adns5020: read: "Delta_Y: 0"
2609215-2609339 adns5020: read: "Product_ID: 18"
2610444-2610569 adns5020: read: "Mouse_Control: 0"
2611659-2611783 adns5020: read: "Delta_X: 0"
2612812-2612930 adns5020: read: "Delta_Y: 0"
2614017-2614141 adns5020: read: "Product_ID: 18"
2615241-2615366 adns5020: read: "Mouse_Control: 0"
2616457-2616582 adns5020: read: "Delta_X: 0"
2617604-2617723 adns5020: read: "Delta_Y: 0"
2618809-2618934 adns5020: read: "Product_ID: 18"
2620037-2620162 adns5020: read: "Mouse_Control: 0"
2621255-2621379 adns5020: read: "Delta_X: 0"
2622409-2622527 adns5020: read: "Delta_Y: 0"
2623613-2623738 adns5020: read: "Product_ID: 18"
2624843-2624968 adns5020: read: "Mouse_Control: 0"
2626059-2626184 adns5020: read: "Delta_X: 0"
2627209-2627328 adns5020: read: "Delta_Y: 0"
2628413-2628538 adns5020: read: "Product_ID: 18"
2629641-2629766 adns5020: read: "Mouse_Control: 0"
2630857-2630981 adns5020: read: "Delta_X: 0"
2632011-2632129 adns5020: read: "Delta_Y: 0"
2633219-2633343 adns5020: read: "Product_ID: 18"
2634448-2634572 adns5020: read: "Mouse_Control: 0"
2635663-2635788 adns5020: read: "Delta_X: 0"
2636817-2636935 adns5020: read: "Delta_Y: 0"
2638021-2638145 adns5020: read: "Product_ID: 18"
2639253-2639377 adns5020: read: "Mouse_Control: 0"
2640468-2640593 adns5020: read: "Delta_X: 0"
2641615-2641734 adns5020: read: "Delta_Y: 0"
2642820-2642945 adns5020: read: "Product_ID: 18"
2644049-2644174 adns5020: read: "Mouse_Control: 0"
2645267-2645392 adns5020: read: "Delta_X: 0"
2646421-2646539 adns5020: read: "Delta_Y: 0"
2647625-2647749 adns5020: read: "Product_ID: 18"
2648854-2648978 adns5020: read: "Mouse_Control: 0"
2650069-2650194 adns5020: read: "Delta_X: 0"
2651220-2651338 adns5020: read: "Delta_Y: 0"
2652424-2652549 adns5020: read: "Product_ID: 18"
2653653-2653778 adns5020: read: "Mouse_Control: 0"
2654868-2654992 adns5020: read: "Delta_X: 0"
2656022-2656140 adns5020: read: "Delta_Y: 0"
2657222-2657347 adns5020: read: "Product_ID: 18"
2658451-2658576 adns5020: read: "Mouse_Control: 0"
2659667-2659792 adns5020: read: "Delta_X: 0"
2660821-2660939 adns5020: read: "Delta_Y: 0"
2662026-2662150 adns5020: read: "Product_ID: 18"
2663250-2663374 adns5020: read: "Mouse_Control: 0"
2664465-2664589 adns5020: read: "Delta_X: 0"
2665612-2665730 adns5020: read: "Delta_Y: 0"
2666817-2666941 adns5020: read: "Product_ID: 18"
2668046-2668170 adns5020: read: "Mouse_Control: 0"
2669264-2669389 adns5020: read: "Delta_X: 0"
2670419-2670537 adns5020: read: "Delta_Y: 0"
2671622-2671746 adns5020: read: "Product_ID: 18"
2672851-2672975 adns5020: read: "Mouse_Control: 0"
2674066-2674191 adns5020: read: "Delta_X: 0"
2675217-2675335 adns5020: read: "Delta_Y: 0"
2676421-2676546 adns5020: read: "Product_ID: 18"
2677650-2677775 adns5020: read: "Mouse_Control: 0"
2678866-2678990 adns5020: read: "Delta_X: 0"
2680019-2680137 adns5020: read: "Delta_Y: 0"
2681219-2681343 adns5020: read: "Product_ID: 18"
2682448-2682572 adns5020: read: "Mouse_Control: 0"
2683663-2683788 adns5020: read: "Delta_X: 0"
2684818-2684936 adns5020: read: "Delta_Y: 0"
2686022-2686147 adns5020: read: "Product_ID: 18"
2687247-2687372 adns5020: read: "Mouse_Control: 0"
2688462-2688586 adns5020: read: "Delta_X: 0"
2689608-2689727 adns5020: read: "Delta_Y: 0"
2690813-2690937 adns5020: read: "Product_ID: 18"
2692042-2692166 adns5020: read: "Mouse_Control: 0"
2693260-2693385 adns5020: read: "Delta_X: 0"
2694415-2694533 adns5020: read: "Delta_Y: 0"
2695619-2695744 adns5020: read: "Product_ID: 18"
2696847-2696972 adns5020: read: "Mouse_Control: 0"
2698062-2698187 adns5020: read: "Delta_X: 0"
2699212-2699331 adns5020: read: "Delta_Y: 0"
2700417-2700542 adns5020: read: "Product_ID: 18"
2701646-2701771 adns5020: read: "Mouse_Control: 0"
2702862-2702986 adns5020: read: "Delta_X: 0"
2704016-2704134 adns5020: read: "Delta_Y: 0"
2705216-2705340 adns5020: read: "Product_ID: 18"
2706444-2706568 adns5020: read: "Mouse_Control: 0"
2707659-2707784 adns5020: read: "Delta_X: 0"
2708808-2708926 adns5020: read: "Delta_Y: 0"
2710012-2710137 adns5020: read: "Product_ID: 18"
2711237-2711362 adns5020: read: "Mouse_Control: 0"
2712453-2712577 adns5020: read: "Delta_X: 0"
2713600-2713718 adns5020: read: "Delta_Y: 0"
2714803-2714928 adns5020: read: "Product_ID: 18"
2716032-2716157 adns5020: read: "Mouse_Control: 0"
2717251-2717375 adns5020: read: "Delta_X: 0"
2718405-2718523 adns5020: read: "Delta_Y: 0"
2719610-2719734 adns5020: read: "Product_ID: 18"
2720839-2720964 adns5020: read: "Mouse_Control: 0"
2722054-2722179 adns5020: read: "Delta_X: 0"
2723204-2723322 adns5020: read: "Delta_Y: 0"
2724408-2724533 adns5020: read: "Product_ID: 18"
2725637-2725762 adns5020: read: "Mouse_Control: 0"
2726853-2726978 adns5020: read: "Delta_X: 0"
2728008-2728126 adns5020: read: "Delta_Y: 0"
2729208-2729333 adns5020: read: "Product_ID: 18"
2730437-2730561 adns5020: read: "Mouse_Control: 0"
2731651-2731776 adns5020: read: "Delta_X: 0"
2732806-2732924 adns5020: read: "Delta_Y: 0"
2734010-2734135 adns5020: read: "Product_ID: 18"
2735235-2735360 adns5020: read: "Mouse_Control: 0"
2736451-2736575 adns5020: read: "Delta_X: 0"
2737598-2737716 adns5020: read: "Delta_Y: 0"
2738802-2738927 adns5020: read: "Product_ID: 18"
2740030-2740155 adns5020: read: "Mouse_Control: 0"
2741248-2741373 adns5020: read: "Delta_X: 0"
2742403-2742521 adns5020: read: "Delta_Y: 0"
2743607-2743732 adns5020: read: "Product_ID: 18"
2744836-2744961 adns5020: read: "Mouse_Control: 0"
2746051-2746176 adns5020: read: "Delta_X: 0"
2747201-2747319 adns5020: read: "Delta_Y: 0"
2748405-2748529 adns5020: read: "Product_ID: 18"
2749633-2749758 adns5020: read: "Mouse_Control: 0"
2750849-2750973 adns5020: read: "Delta_X: 0"
2752003-2752122 adns5020: read: "Delta_Y: 0"
2753204-2753329 adns5020: read: "Product_ID: 18"
2754433-2754558 adns5020: read: "Mouse_Control: 0"
2755648-2755773 adns5020: read: "Delta_X: 0"
2756801-2756919 adns5020: read: "Delta_Y: 0"
2758005-2758129 adns5020: read: "Product_ID: 18"
2759304-2759428 adns5020: read: "Mouse_Control: 0"
2760447-2760571 adns5020: read: "Delta_X: 0"
2761599-2761717 adns5020: read: "Delta_Y: 0"
2762800-2762925 adns5020: read: "Product_ID: 18"
2764026-2764149 adns5020: read: "Mouse_Control: 0"
2765241-2765365 adns5020: read: "Delta_X: 0"
2766385-2766503 adns5020: read: "Delta_Y: 0"
2767587-2767711 adns5020: read: "Product_ID: 18"
2768813-2768938 adns5020: read: "Mouse_Control: 0"
2770026-2770150 adns5020: read: "Delta_X: 0"
2771174-2771292 adns5020: read: "Delta_Y: 0"
2772375-2772500 adns5020: read: "Product_ID: 18"
2773600-2773725 adns5020: read: "Mouse_Control: 0"
2774813-2774937 adns5020: read: "Delta_X: 0"
2775965-2776082 adns5020: read: "Delta_Y: 0"
2777169-2777294 adns5020: read: "Product_ID: 18"
2778396-2778520 adns5020: read: "Mouse_Control: 0"
2779609-2779733 adns5020: read: "Delta_X: 0"
2780760-2780878 adns5020: read: "Delta_Y: 0"
2781961-2782085 adns5020: read: "Product_ID: 18"
2783260-2783384 adns5020: read: "Mouse_Control: 0"
2784403-2784527 adns5020: read: "Delta_X: 0"
2785548-2785665 adns5020: read: "Delta_Y: 0"
2786749-2786874 adns5020: read: "Product_ID: 18"
2787976-2788100 adns5020: read: "Mouse_Control: 0"
2789261-2789386 adns5020: read: "Delta_X: 0"
2790335-2790453 adns5020: read: "Delta_Y: 0"
2791536-2791661 adns5020: read: "Product_ID: 18"
2792763-2792888 adns5020: read: "Mouse_Control: 0"
2793976-2794101 adns5020: read: "Delta_X: 0"
2795124-2795242 adns5020: read: "Delta_Y: 0"
2796326-2796450 adns5020: read: "Product_ID: 18"
2797552-2797676 adns5020: read: "Mouse_Control: 0"
2798764-2798888 adns5020: read: "Delta_X: 0"
2799915-2800033 adns5020: read: "Delta_Y: 0"
2801189-2801314 adns5020: read: "Product_ID: 18"
2802346-2802470 adns5020: read: "Mouse_Control: 0"
2803558-2803683 adns5020: read: "Delta_X: 0"
2804703-2804821 adns5020: read: "Delta_Y: 0"
2805906-2806030 adns5020: read: "Product_ID: 18"
2807207-2807331 adns5020: read: "Mouse_Control: 0"
2808352-2808476 adns5020: read: "Delta_X: 0"
2809506-2809624 adns5020: read: "Delta_Y: 0"
2810711-2810835 adns5020: read: "Product_ID: 18"
2811940-2812064 adns5020: read: "Mouse_Control: 0"
2813228-2813353 adns5020: read: "Delta_X: 0"
2814306-2814424 adns5020: read: "Delta_Y: 0"
2815509-2815634 adns5020: read: "Product_ID: 18"
2816738-2816862 adns5020: read: "Mouse_Control: 0"
2817953-2818078 adns5020: read: "Delta_X: 0"
2819174-2819292 adns5020: read: "Delta_Y: 0"
2820308-2820433 adns5020: read: "Product_ID: 18"
2821537-2821662 adns5020: read: "Mouse_Control: 0"
2822753-2822878 adns5020: read: "Delta_X: 0"
2823907-2824025 adns5020: read: "Delta_Y: 0"
2825183-2825308 adns5020: read: "Product_ID: 18"
2826342-2826467 adns5020: read: "Mouse_Control: 0"
2827557-2827682 adns5020: read: "Delta_X: 0"
2828712-2828830 adns5020: read: "Delta_Y: 0"
2829916-2830041 adns5020: read: "Product_ID: 18"
2831219-2831343 adns5020: read: "Mouse_Control: 0"
2832363-2832488 adns5020: read: "Delta_X: 0"
2833510-2833628 adns5020: read: "Delta_Y: 0"
2834714-2834839 adns5020: read: "Product_ID: 18"
2835943-2836068 adns5020: read: "Mouse_Control: 0"
2837232-2837357 adns5020: read: "Delta_X: 0"
2838309-2838427 adns5020: read: "Delta_Y: 0"
2839514-2839638 adns5020: read: "Product_ID: 18"
2840742-2840867 adns5020: read: "Mouse_Control: 0"
2841957-2842081 adns5020: read: "Delta_X: 0"
2843177-2843295 adns5020: read: "Delta_Y: 0"
2844312-2844436 adns5020: read: "Product_ID: 18"
2845541-2845665 adns5020: read: "Mouse_Control: 0"
2846756-2846881 adns5020: read: "Delta_X: 0"
2847904-2848022 adns5020: read: "Delta_Y: 0"
2849180-2849305 adns5020: read: "Product_ID: 18"
2850338-2850463 adns5020: read: "Mouse_Control: 0"
2851554-2851678 adns5020: read: "Delta_X: 0"
2852708-2852826 adns5020: read: "Delta_Y: 0"
2853912-2854036 adns5020: read: "Product_ID: 18"
2855211-2855335 adns5020: read: "Mouse_Control: 0"
2856354-2856478 adns5020: read: "Delta_X: 0"
2857498-2857616 adns5020: read: "Delta_Y: 0"
2858698-2858823 adns5020: read: "Product_ID: 18"
2859924-2860049 adns5020: read: "Mouse_Control: 0"
2861210-2861334 adns5020: read: "Delta_X: 0"
2862285-2862403 adns5020: read: "Delta_Y: 0"
2863486-2863611 adns5020: read: "Product_ID: 18"
2864713-2864837 adns5020: read: "Mouse_Control: 0"
2865925-2866049 adns5020: read: "Delta_X: 0"
2867141-2867259 adns5020: read: "Delta_Y: 0"
2868273-2868397 adns5020: read: "Product_ID: 18"
2869499-2869623 adns5020: read: "Mouse_Control: 0"
2870712-2870836 adns5020: read: "Delta_X: 0"
2871857-2871975 adns5020: read: "Delta_Y: 0"
2873131-2873256 adns5020: read: "Product_ID: 18"
2874287-2874411 adns5020: read: "Mouse_Control: 0"
2875499-2875623 adns5020: read: "Delta_X: 0"
2876644-2876762 adns5020: read: "Delta_Y: 0"
2877845-2877970 adns5020: read: "Product_ID: 18"
2879145-2879269 adns5020: read: "Mouse_Control: 0"
2880287-2880412 adns5020: read: "Delta_X: 0"
2881432-2881550 adns5020: read: "Delta_Y: 0"
2882634-2882758 adns5020: read: "Product_ID: 18"
2883858-2883983 adns5020: read: "Mouse_Control: 0"
2885144-2885268 adns5020: read: "Delta_X: 0"
2886219-2886336 adns5020: read: "Delta_Y: 0"
2887420-2887545 adns5020: read: "Product_ID: 18"
2888647-2888771 adns5020: read: "Mouse_Control: 0"
2889859-2889984 adns5020: read: "Delta_X: 0"
2891077-2891194 adns5020: read: "Delta_Y: 0"
2892207-2892331 adns5020: read: "Product_ID: 18"
2893433-2893557 adns5020: read: "Mouse_Control: 0"
2894646-2894770 adns5020: read: "Delta_X: 0"
2895790-2895908 adns5020: read: "Delta_Y: 0"
2897065-2897188 adns5020: read: "Product_ID: 18"
2898221-2898346 adns5020: read: "Mouse_Control: 0"
2899434-2899559 adns5020: read: "Delta_X: 0"
2900585-2900703 adns5020: read: "Delta_Y: 0"
2901786-2901911 adns5020: read: "Product_ID: 18"
2903085-2903210 adns5020: read: "Mouse_Control: 0"
2904228-2904353 adns5020: read: "Delta_X: 0"
2905373-2905491 adns5020: read: "Delta_Y: 0"
2906575-2906699 adns5020: read: "Product_ID: 18"
2907801-2907925 adns5020: read: "Mouse_Control: 0"
2909085-2909210 adns5020: read: "Delta_X: 0"
2910160-2910278 adns5020: read: "Delta_Y: 0"
2911361-2911486 adns5020: read: "Product_ID: 18"
2912587-2912712 adns5020: read: "Mouse_Control: 0"
2913800-2913925 adns5020: read: "Delta_X: 0"
2915018-2915136 adns5020: read: "Delta_Y: 0"
2916150-2916274 adns5020: read: "Product_ID: 18"
2917375-2917499 adns5020: read: "Mouse_Control: 0"
2918587-2918711 adns5020: read: "Delta_X: 0"
2919732-2919849 adns5020: read: "Delta_Y: 0"
2921006-2921131 adns5020: read: "Product_ID: 18"
2922162-2922287 adns5020: read: "Mouse_Control: 0"
2923375-2923500 adns5020: read: "Delta_X: 0"
2924527-2924645 adns5020: read: "Delta_Y: 0"
2925728-2925852 adns5020: read: "Product_ID: 18"
2927026-2927150 adns5020: read: "Mouse_Control: 0"
2928169-2928293 adns5020: read: "Delta_X: 0"
2929313-2929431 adns5020: read: "Delta_Y: 0"
2930515-2930639 adns5020: read: "Product_ID: 18"
2931741-2931866 adns5020: read: "Mouse_Control: 0"
2933027-2933151 adns5020: read: "Delta_X: 0"
2934101-2934217 adns5020: read: "Delta_Y: 0"
2935301-2935426 adns5020: read: "Product_ID: 18"
2936527-2936652 adns5020: read: "Mouse_Control: 0"
2937740-2937863 adns5020: read: "Delta_X: 0"
2938958-2939076 adns5020: read: "Delta_Y: 0"
2940090-2940214 adns5020: read: "Product_ID: 18"
2941316-2941440 adns5020: read: "Mouse_Control: 0"
2942528-2942652 adns5020: read: "Delta_X: 0"
2943672-2943790 adns5020: read: "Delta_Y: 0"
2944946-2945071 adns5020: read: "Product_ID: 18"
2946102-2946227 adns5020: read: "Mouse_Control: 0"
2947315-2947440 adns5020: read: "Delta_X: 0"
2948467-2948585 adns5020: read: "Delta_Y: 0"
2949669-2949794 adns5020: read: "Product_ID: 18"
2950970-2951095 adns5020: read: "Mouse_Control: 0"
2952115-2952239 adns5020: read: "Delta_X: 0"
2953262-2953380 adns5020: read: "Delta_Y: 0"
2954466-2954591 adns5020: read: "Product_ID: 18"
2955695-2955820 adns5020: read: "Mouse_Control: 0"
2956984-2957109 adns5020: read: "Delta_X: 0"
2958061-2958180 adns5020: read: "Delta_Y: 0"
2959265-2959390 adns5020: read: "Product_ID: 18"
2960494-2960619 adns5020: read: "Mouse_Control: 0"
2961710-2961834 adns5020: read: "Delta_X: 0"
2962930-2963048 adns5020: read: "Delta_Y: 0"
2964065-2964189 adns5020: read: "Product_ID: 18"
2965294-2965418 adns5020: read: "Mouse_Control: 0"
2966509-2966634 adns5020: read: "Delta_X: 0"
2967663-2967781 adns5020: read: "Delta_Y: 0"
2968940-2969064 adns5020: read: "Product_ID: 18"
2970098-2970223 adns5020: read: "Mouse_Control: 0"
2971314-2971438 adns5020: read: "Delta_X: 0"
2972461-2972579 adns5020: read: "Delta_Y: 0"
2973665-2973790 adns5020: read: "Product_ID: 18"
2974968-2975092 adns5020: read: "Mouse_Control: 0"
2976112-2976237 adns5020: read: "Delta_X: 0"
2977266-2977384 adns5020: read: "Delta_Y: 0"
2978470-2978595 adns5020: read: "Product_ID: 18"
2979699-2979823 adns5020: read: "Mouse_Control: 0"
2980987-2981112 adns5020: read: "Delta_X: 0"
2982065-2982183 adns5020: read: "Delta_Y: 0"
2983269-2983394 adns5020: read: "Product_ID: 18"
2984498-2984622 adns5020: read: "Mouse_Control: 0"
2985712-2985836 adns5020: read: "Delta_X: 0"
2986932-2987050 adns5020: read: "Delta_Y: 0"
2988066-2988191 adns5020: read: "Product_ID: 18"
2989295-2989420 adns5020: read: "Mouse_Control: 0"
2990511-2990636 adns5020: read: "Delta_X: 0"
2991665-2991784 adns5020: read: "Delta_Y: 0"
2992943-2993067 adns5020: read: "Product_ID: 18"
2994101-2994225 adns5020: read: "Mouse_Control: 0"
2995316-2995441 adns5020: read: "Delta_X: 0"
2996471-2996589 adns5020: read: "Delta_Y: 0"
2997675-2997800 adns5020: read: "Product_ID: 18"
2998974-2999099 adns5020: read: "Mouse_Control: 0"
3000117-3000242 adns5020: read: "Delta_X: 0"
3001262-3001380 adns5020: read: "Delta_Y: 0"
3002463-3002587 adns5020: read: "Product_ID: 18"
3003689-3003813 adns5020: read: "Mouse_Control: 0"
3004974-3005099 adns5020: read: "Delta_X: 0"
3006049-3006167 adns5020: read: "Delta_Y: 0"
3007251-3007376 adns5020: read: "Product_ID: 18"
3008478-3008602 adns5020: read: "Mouse_Control: 0"
3009690-3009815 adns5020: read: "Delta_X: 0"
3010907-3011025 adns5020: read: "Delta_Y: 0"
3012039-3012163 adns5020: read: "Product_ID: 18"
3013265-3013389 adns5020: read: "Mouse_Control: 0"
3014478-3014602 adns5020: read: "Delta_X: 0"
3015622-3015740 adns5020: read: "Delta_Y: 0"
3016897-3017022 adns5020: read: "Product_ID: 18"
3018054-3018178 adns5020: read: "Mouse_Control: 0"
3019265-3019390 adns5020: read: "Delta_X: 0"
3020417-3020535 adns5020: read: "Delta_Y: 0"
3021618-3021743 adns5020: read: "Product_ID: 18"
3022918-3023042 adns5020: read: "Mouse_Control: 0"
3024060-3024185 adns5020: read: "Delta_X: 0"
3025205-3025323 adns5020: read: "Delta_Y: 0"
3026407-3026532 adns5020: read: "Product_ID: 18"
3027633-3027757 adns5020: read: "Mouse_Control: 0"
3028918-3029042 adns5020: read: "Delta_X: 0"
3029993-3030110 adns5020: read: "Delta_Y: 0"
3031194-3031319 adns5020: read: "Product_ID: 18"
3032420-3032545 adns5020: read: "Mouse_Control: 0"
3033633-3033758 adns5020: read: "Delta_X: 0"
3034851-3034969 adns5020: read: "Delta_Y: 0"
3035982-3036106 adns5020: read: "Product_ID: 18"
3037207-3037332 adns5020: read: "Mouse_Control: 0"
3038420-3038544 adns5020: read: "Delta_X: 0"
3039565-3039683 adns5020: read: "Delta_Y: 0"
3040839-3040964 adns5020: read: "Product_ID: 18"
3041996-3042120 adns5020: read: "Mouse_Control: 0"
3043208-3043333 adns5020: read: "Delta_X: 0"
3044353-3044471 adns5020: read: "Delta_Y: 0"
3045554-3045678 adns5020: read: "Product_ID: 18"
3046856-3046980 adns5020: read: "Mouse_Control: 0"
3048001-3048126 adns5020: read: "Delta_X: 0"
3049149-3049267 adns5020: read: "Delta_Y: 0"
3050353-3050478 adns5020: read: "Product_ID: 18"
3051582-3051707 adns5020: read: "Mouse_Control: 0"
3052870-3052995 adns5020: read: "Delta_X: 0"
3053947-3054065 adns5020: read: "Delta_Y: 0"
3055151-3055276 adns5020: read: "Product_ID: 18"
3056380-3056505 adns5020: read: "Mouse_Control: 0"
3057596-3057720 adns5020: read: "Delta_X: 0"
3058816-3058934 adns5020: read: "Delta_Y: 0"
3059951-3060075 adns5020: read: "Product_ID: 18"
3061179-3061304 adns5020: read: "Mouse_Control: 0"
3062394-3062518 adns5020: read: "Delta_X: 0"
3063541-3063659 adns5020: read: "Delta_Y: 0"
3064815-3064940 adns5020: read: "Product_ID: 18"
3065974-3066099 adns5020: read: "Mouse_Control: 0"
3067189-3067314 adns5020: read: "Delta_X: 0"
3068344-3068462 adns5020: read: "Delta_Y: 0"
3069548-3069673 adns5020: read: "Product_ID: 18"
3070846-3070970 adns5020: read: "Mouse_Control: 0"
3071998-3072123 adns5020: read: "Delta_X: 0"
3073146-3073264 adns5020: read: "Delta_Y: 0"
3074350-3074475 adns5020: read: "Product_ID: 18"
3075579-3075704 adns5020: read: "Mouse_Control: 0"
3076865-3076990 adns5020: read: "Delta_X: 0"
3077949-3078067 adns5020: read: "Delta_Y: 0"
3079152-3079277 adns5020: read: "Product_ID: 18"
3080381-3080506 adns5020: read: "Mouse_Control: 0"
3081597-3081721 adns5020: read: "Delta_X: 0"
3082814-3082932 adns5020: read: "Delta_Y: 0"
3083948-3084073 adns5020: read: "Product_ID: 18"
3085178-3085302 adns5020: read: "Mouse_Control: 0"
3086393-3086517 adns5020: read: "Delta_X: 0"
3087539-3087657 adns5020: read: "Delta_Y: 0"
3088813-3088938 adns5020: read: "Product_ID: 18"
3089972-3090097 adns5020: read: "Mouse_Control: 0"
3091188-3091312 adns5020: read: "Delta_X: 0"
3092342-3092460 adns5020: read: "Delta_Y: 0"
3093547-3093671 adns5020: read: "Product_ID: 18"
3094845-3094969 adns5020: read: "Mouse_Control: 0"
3095996-3096121 adns5020: read: "Delta_X: 0"
3097143-3097262 adns5020: read: "Delta_Y: 0"
3098348-3098473 adns5020: read: "Product_ID: 18"
3099577-3099702 adns5020: read: "Mouse_Control: 0"
3100862-3100987 adns5020: read: "Delta_X: 0"
3101947-3102065 adns5020: read: "Delta_Y: 0"
3103151-3103276 adns5020: read: "Product_ID: 18"
3104379-3104503 adns5020: read: "Mouse_Control: 0"
3105594-3105719 adns5020: read: "Delta_X: 0"
3106811-3106929 adns5020: read: "Delta_Y: 0"
3107946-3108070 adns5020: read: "Product_ID: 18"
3109175-3109299 adns5020: read: "Mouse_Control: 0"
3110390-3110515 adns5020: read: "Delta_X: 0"
3111537-3111656 adns5020: read: "Delta_Y: 0"
3112810-3112935 adns5020: read: "Product_ID: 18"
3113969-3114094 adns5020: read: "Mouse_Control: 0"
3115185-3115309 adns5020: read: "Delta_X: 0"
3116339-3116457 adns5020: read: "Delta_Y: 0"
3117544-3117668 adns5020: read: "Product_ID: 18"
3118842-3118967 adns5020: read: "Mouse_Control: 0"
3119994-3120119 adns5020: read: "Delta_X: 0"
3121141-3121259 adns5020: read: "Delta_Y: 0"
3122345-3122470 adns5020: read: "Product_ID: 18"
3123574-3123698 adns5020: read: "Mouse_Control: 0"
3124859-3124984 adns5020: read: "Delta_X: 0"
3125943-3126061 adns5020: read: "Delta_Y: 0"
3127148-3127273 adns5020: read: "Product_ID: 18"
3128378-3128503 adns5020: read: "Mouse_Control: 0"
3129592-3129717 adns5020: read: "Delta_X: 0"
3130809-3130927 adns5020: read: "Delta_Y: 0"
3131943-3132068 adns5020: read: "Product_ID: 18"
3133172-3133297 adns5020: read: "Mouse_Control: 0"
3134388-3134512 adns5020: read: "Delta_X: 0"
3135542-3135660 adns5020: read: "Delta_Y: 0"
3136817-3136941 adns5020: read: "Product_ID: 18"
3137974-3138099 adns5020: read: "Mouse_Control: 0"
3139190-3139314 adns5020: read: "Delta_X: 0"
3140344-3140462 adns5020: read: "Delta_Y: 0"
3141549-3141673 adns5020: read: "Product_ID: 18"
3142845-3142969 adns5020: read: "Mouse_Control: 0"
3143988-3144112 adns5020: read: "Delta_X: 0"
3145140-3145258 adns5020: read: "Delta_Y: 0"
3146340-3146465 adns5020: read: "Product_ID: 18"
3147566-3147690 adns5020: read: "Mouse_Control: 0"
3148848-3148973 adns5020: read: "Delta_X: 0"
3149930-3150048 adns5020: read: "Delta_Y: 0"
3151132-3151256 adns5020: read: "Product_ID: 18"
3152358-3152483 adns5020: read: "Mouse_Control: 0"
3153571-3153696 adns5020: read: "Delta_X: 0"
3154784-3154902 adns5020: read: "Delta_Y: 0"
3155916-3156040 adns5020: read: "Product_ID: 18"
3157142-3157266 adns5020: read: "Mouse_Control: 0"
3158355-3158479 adns5020: read: "Delta_X: 0"
3159507-3159624 adns5020: read: "Delta_Y: 0"
3160778-3160902 adns5020: read: "Product_ID: 18"
3161934-3162059 adns5020: read: "Mouse_Control: 0"
3163146-3163271 adns5020: read: "Delta_X: 0"
3164298-3164415 adns5020: read: "Delta_Y: 0"
3165499-3165624 adns5020: read: "Product_ID: 18"
3166795-3166919 adns5020: read: "Mouse_Control: 0"
3167945-3168069 adns5020: read: "Delta_X: 0"
3169090-3169207 adns5020: read: "Delta_Y: 0"
3170291-3170416 adns5020: read: "Product_ID: 18"
3171517-3171641 adns5020: read: "Mouse_Control: 0"
3172798-3172923 adns5020: read: "Delta_X: 0"
3173880-3173998 adns5020: read: "Delta_Y: 0"
3175082-3175206 adns5020: read: "Product_ID: 18"
3176308-3176432 adns5020: read: "Mouse_Control: 0"
3177521-3177645 adns5020: read: "Delta_X: 0"
3178735-3178853 adns5020: read: "Delta_Y: 0"
3179866-3179991 adns5020: read: "Product_ID: 18"
3181092-3181216 adns5020: read: "Mouse_Control: 0"
3182304-3182429 adns5020: read: "Delta_X: 0"
3183449-3183567 adns5020: read: "Delta_Y: 0"
3184720-3184845 adns5020: read: "Product_ID: 18"
3185876-3186001 adns5020: read: "Mouse_Control: 0"
3187089-3187214 adns5020: read: "Delta_X: 0"
3188241-3188359 adns5020: read: "Delta_Y: 0"
3189442-3189566 adns5020: read: "Product_ID: 18"
3190737-3190861 adns5020: read: "Mouse_Control: 0"
3191881-3192006 adns5020: read: "Delta_X: 0"
3193033-3193151 adns5020: read: "Delta_Y: 0"
3194235-3194358 adns5020: read: "Product_ID: 18"
3195462-3195586 adns5020: read: "Mouse_Control: 0"
3196743-3196868 adns5020: read: "Delta_X: 0"
3197824-3197942 adns5020: read: "Delta_Y: 0"
3199026-3199150 adns5020: read: "Product_ID: 18"
3200252-3200377 adns5020: read: "Mouse_Control: 0"
3201465-3201589 adns5020: read: "Delta_X: 0"
3202679-3202797 adns5020: read: "Delta_Y: 0"
3203811-3203936 adns5020: read: "Product_ID: 18"
3205037-3205162 adns5020: read: "Mouse_Control: 0"
3206249-3206373 adns5020: read: "Delta_X: 0"
3207394-3207511 adns5020: read: "Delta_Y: 0"
3208665-3208789 adns5020: read: "Product_ID: 18"
3209821-3209945 adns5020: read: "Mouse_Control: 0"
3211034-3211158 adns5020: read: "Delta_X: 0"
3212180-3212297 adns5020: read: "Delta_Y: 0"
3213381-3213504 adns5020: read: "Product_ID: 18"
3214676-3214800 adns5020: read: "Mouse_Control: 0"
3215825-3215950 adns5020: read: "Delta_X: 0"
3216970-3217088 adns5020: read: "Delta_Y: 0"
3218172-3218296 adns5020: read: "Product_ID: 18"
3219398-3219522 adns5020: read: "Mouse_Control: 0"
3220680-3220805 adns5020: read: "Delta_X: 0"
3221762-3221880 adns5020: read: "Delta_Y: 0"
3222963-3223087 adns5020: read: "Product_ID: 18"
3224189-3224313 adns5020: read: "Mouse_Control: 0"
3225401-3225526 adns5020: read: "Delta_X: 0"
3226615-3226733 adns5020: read: "Delta_Y: 0"
3227747-3227871 adns5020: read: "Product_ID: 18"
3228973-3229098 adns5020: read: "Mouse_Control: 0"
3230186-3230310 adns5020: read: "Delta_X: 0"
3231329-3231447 adns5020: read: "Delta_Y: 0"
3232600-3232724 adns5020: read: "Product_ID: 18"
3233756-3233881 adns5020: read: "Mouse_Control: 0"
3234969-3235093 adns5020: read: "Delta_X: 0"
3236121-3236239 adns5020: read: "Delta_Y: 0"
3237322-3237447 adns5020: read: "Product_ID: 18"
3238618-3238742 adns5020: read: "Mouse_Control: 0"
3239761-3239885 adns5020: read: "Delta_X: 0"
3240912-3241030 adns5020: read: "Delta_Y: 0"
3242114-3242238 adns5020: read: "Product_ID: 18"
3243340-3243464 adns5020: read: "Mouse_Control: 0"
3244622-3244746 adns5020: read: "Delta_X: 0"
3245704-3245822 adns5020: read: "Delta_Y: 0"
3246906-3247030 adns5020: read: "Product_ID: 18"
3248131-3248255 adns5020: read: "Mouse_Control: 0"
3249343-3249467 adns5020: read: "Delta_X: 0"
3250557-3250675 adns5020: read: "Delta_Y: 0"
3251689-3251813 adns5020: read: "Product_ID: 18"
3252915-3253039 adns5020: read: "Mouse_Control: 0"
3254128-3254252 adns5020: read: "Delta_X: 0"
3255273-3255391 adns5020: read: "Delta_Y: 0"
3256543-3256667 adns5020: read: "Product_ID: 18"
3257699-3257823 adns5020: read: "Mouse_Control: 0"
3258911-3259036 adns5020: read: "Delta_X: 0"
3260063-3260181 adns5020: read: "Delta_Y: 0"
3261265-3261389 adns5020: read: "Product_ID: 18"
3262561-3262685 adns5020: read: "Mouse_Control: 0"
3263711-3263835 adns5020: read: "Delta_X: 0"
3264855-3264972 adns5020: read: "Delta_Y: 0"
3266056-3266180 adns5020: read: "Product_ID: 18"
3267282-3267406 adns5020: read: "Mouse_Control: 0"
3268564-3268688 adns5020: read: "Delta_X: 0"
3269646-3269764 adns5020: read: "Delta_Y: 0"
3270847-3270972 adns5020: read: "Product_ID: 18"
3272074-3272198 adns5020: read: "Mouse_Control: 0"
3273286-3273410 adns5020: read: "Delta_X: 0"
3274499-3274617 adns5020: read: "Delta_Y: 0"
3275631-3275755 adns5020: read: "Product_ID: 18"
3276857-3276981 adns5020: read: "Mouse_Control: 0"
3278070-3278194 adns5020: read: "Delta_X: 0"
3279214-3279332 adns5020: read: "Delta_Y: 0"
3280486-3280610 adns5020: read: "Product_ID: 18"
3281641-3281766 adns5020: read: "Mouse_Control: 0"
3282853-3282977 adns5020: read: "Delta_X: 0"
3284005-3284122 adns5020: read: "Delta_Y: 0"
3285206-3285331 adns5020: read: "Product_ID: 18"
3286500-3286625 adns5020: read: "Mouse_Control: 0"
3287644-3287769 adns5020: read: "Delta_X: 0"
3288796-3288914 adns5020: read: "Delta_Y: 0"
3289998-3290122 adns5020: read: "Product_ID: 18"
3291223-3291347 adns5020: read: "Mouse_Control: 0"
3292503-3292628 adns5020: read: "Delta_X: 0"
3293587-3293704 adns5020: read: "Delta_Y: 0"
3294788-3294913 adns5020: read: "Product_ID: 18"
3296015-3296140 adns5020: read: "Mouse_Control: 0"
3297228-3297353 adns5020: read: "Delta_X: 0"
3298442-3298560 adns5020: read: "Delta_Y: 0"
3299573-3299697 adns5020: read: "Product_ID: 18"
3300799-3300923 adns5020: read: "Mouse_Control: 0"
3302011-3302136 adns5020: read: "Delta_X: 0"
3303163-3303281 adns5020: read: "Delta_Y: 0"
3304433-3304557 adns5020: read: "Product_ID: 18"
3305591-3305715 adns5020: read: "Mouse_Control: 0"
3306803-3306928 adns5020: read: "Delta_X: 0"
3307954-3308072 adns5020: read: "Delta_Y: 0"
3309156-3309280 adns5020: read: "Product_ID: 18"
3310450-3310574 adns5020: read: "Mouse_Control: 0"
3311594-3311718 adns5020: read: "Delta_X: 0"
3312746-3312864 adns5020: read: "Delta_Y: 0"
3313948-3314072 adns5020: read: "Product_ID: 18"
3315174-3315299 adns5020: read: "Mouse_Control: 0"
3316454-3316578 adns5020: read: "Delta_X: 0"
3317537-3317655 adns5020: read: "Delta_Y: 0"
3318739-3318863 adns5020: read: "Product_ID: 18"
3319965-3320089 adns5020: read: "Mouse_Control: 0"
3321178-3321302 adns5020: read: "Delta_X: 0"
3322391-3322509 adns5020: read: "Delta_Y: 0"
3323524-3323649 adns5020: read: "Product_ID: 18"
3324749-3324874 adns5020: read: "Mouse_Control: 0"
3325962-3326086 adns5020: read: "Delta_X: 0"
3327114-3327232 adns5020: read: "Delta_Y: 0"
3328383-3328508 adns5020: read: "Product_ID: 18"
3329541-3329666 adns5020: read: "Mouse_Control: 0"
3330754-3330879 adns5020: read: "Delta_X: 0"
3331906-3332024 adns5020: read: "Delta_Y: 0"
3333107-3333231 adns5020: read: "Product_ID: 18"
3334401-3334525 adns5020: read: "Mouse_Control: 0"
3335545-3335669 adns5020: read: "Delta_X: 0"
3336697-3336815 adns5020: read: "Delta_Y: 0"
3337899-3338023 adns5020: read: "Product_ID: 18"
3339125-3339250 adns5020: read: "Mouse_Control: 0"
3340406-3340530 adns5020: read: "Delta_X: 0"
3341489-3341606 adns5020: read: "Delta_Y: 0"
3342690-3342814 adns5020: read: "Product_ID: 18"
3343916-3344040 adns5020: read: "Mouse_Control: 0"
3345129-3345253 adns5020: read: "Delta_X: 0"
3346349-3346466 adns5020: read: "Delta_Y: 0"
3347482-3347606 adns5020: read: "Product_ID: 18"
3348708-3348833 adns5020: read: "Mouse_Control: 0"
3349920-3350044 adns5020: read: "Delta_X: 0"
3351071-3351189 adns5020: read: "Delta_Y: 0"
3352341-3352465 adns5020: read: "Product_ID: 18"
3353498-3353623 adns5020: read: "Mouse_Control: 0"
3354711-3354836 adns5020: read: "Delta_X: 0"
3355863-3355981 adns5020: read: "Delta_Y: 0"
3357065-3357189 adns5020: read: "Product_ID: 18"
3358358-3358483 adns5020: read: "Mouse_Control: 0"
3359502-3359626 adns5020: read: "Delta_X: 0"
3360654-3360772 adns5020: read: "Delta_Y: 0"
3361856-3361980 adns5020: read: "Product_ID: 18"
3363082-3363206 adns5020: read: "Mouse_Control: 0"
3364362-3364487 adns5020: read: "Delta_X: 0"
3365446-3365564 adns5020: read: "Delta_Y: 0"
3366647-3366771 adns5020: read: "Product_ID: 18"
3367872-3367997 adns5020: read: "Mouse_Control: 0"
3369085-3369209 adns5020: read: "Delta_X: 0"
3370298-3370416 adns5020: read: "Delta_Y: 0"
3371431-3371555 adns5020: read: "Product_ID: 18"
3372658-3372782 adns5020: read: "Mouse_Control: 0"
3373871-3373995 adns5020: read: "Delta_X: 0"
3375022-3375140 adns5020: read: "Delta_Y: 0"
3376291-3376415 adns5020: read: "Product_ID: 18"
3377449-3377573 adns5020: read: "Mouse_Control: 0"
3378661-3378786 adns5020: read: "Delta_X: 0"
3379807-3379925 adns5020: read: "Delta_Y: 0"
3381009-3381134 adns5020: read: "Product_ID: 18"
3382305-3382430 adns5020: read: "Mouse_Control: 0"
3383449-3383573 adns5020: read: "Delta_X: 0"
3384600-3384718 adns5020: read: "Delta_Y: 0"
3385802-3385926 adns5020: read: "Product_ID: 18"
3387028-3387152 adns5020: read: "Mouse_Control: 0"
3388309-3388433 adns5020: read: "Delta_X: 0"
3389392-3389510 adns5020: read: "Delta_Y: 0"
3390594-3390719 adns5020: read: "Product_ID: 18"
3391820-3391944 adns5020: read: "Mouse_Control: 0"
3393032-3393156 adns5020: read: "Delta_X: 0"
3394251-3394369 adns5020: read: "Delta_Y: 0"
3395385-3395509 adns5020: read: "Product_ID: 18"
3396611-3396735 adns5020: read: "Mouse_Control: 0"
3397824-3397948 adns5020: read: "Delta_X: 0"
3398976-3399094 adns5020: read: "Delta_Y: 0"
3400245-3400369 adns5020: read: "Product_ID: 18"
3401402-3401526 adns5020: read: "Mouse_Control: 0"
3402614-3402739 adns5020: read: "Delta_X: 0"
3403766-3403884 adns5020: read: "Delta_Y: 0"
3404968-3405092 adns5020: read: "Product_ID: 18"
3406262-3406387 adns5020: read: "Mouse_Control: 0"
3407406-3407531 adns5020: read: "Delta_X: 0"
3408558-3408676 adns5020: read: "Delta_Y: 0"
3409759-3409883 adns5020: read: "Product_ID: 18"
3410984-3411109 adns5020: read: "Mouse_Control: 0"
3412265-3412389 adns5020: read: "Delta_X: 0"
3413348-3413466 adns5020: read: "Delta_Y: 0"
3414550-3414675 adns5020: read: "Product_ID: 18"
3415776-3415901 adns5020: read: "Mouse_Control: 0"
3416989-3417113 adns5020: read: "Delta_X: 0"
3418133-3418318 adns5020: read: "Delta_Y: 0"
3419334-3419458 adns5020: read: "Product_ID: 18"
3420560-3420684 adns5020: read: "Mouse_Control: 0"
3421772-3421897 adns5020: read: "Delta_X: 0"
3422924-3423042 adns5020: read: "Delta_Y: 0"
3424126-3424318 adns5020: read: "Product_ID: 18"
3425352-3425476 adns5020: read: "Mouse_Control: 0"
3426563-3426688 adns5020: read: "Delta_X: 0"
3427715-3427833 adns5020: read: "Delta_Y: 0"
3428917-3429041 adns5020: read: "Product_ID: 18"
3430212-3430337 adns5020: read: "Mouse_Control: 0"
3431359-3431484 adns5020: read: "Delta_X: 0"
3432514-3432632 adns5020: read: "Delta_Y: 0"
3433718-3433843 adns5020: read: "Product_ID: 18"
3434946-3435071 adns5020: read: "Mouse_Control: 0"
3436230-3436354 adns5020: read: "Delta_X: 0"
3437315-3437434 adns5020: read: "Delta_Y: 0"
3438520-3438645 adns5020: read: "Product_ID: 18"
3439749-3439874 adns5020: read: "Mouse_Control: 0"
3440965-3441090 adns5020: read: "Delta_X: 0"
3442120-3442306 adns5020: read: "Delta_Y: 0"
3443323-3443447 adns5020: read: "Product_ID: 18"
3444552-3444676 adns5020: read: "Mouse_Control: 0"
3445767-3445892 adns5020: read: "Delta_X: 0"
3446922-3447040 adns5020: read: "Delta_Y: 0"
3448126-3448319 adns5020: read: "Product_ID: 18"
3449355-3449480 adns5020: read: "Mouse_Control: 0"
3450571-3450695 adns5020: read: "Delta_X: 0"
3451724-3451842 adns5020: read: "Delta_Y: 0"
3452928-3453053 adns5020: read: "Product_ID: 18"
3454157-3454350 adns5020: read: "Mouse_Control: 0"
3455372-3455497 adns5020: read: "Delta_X: 0"
3456527-3456645 adns5020: read: "Delta_Y: 0"
3457731-3457856 adns5020: read: "Product_ID: 18"
3458961-3459085 adns5020: read: "Mouse_Control: 0"
3460175-3460368 adns5020: read: "Delta_X: 0"
3461329-3461447 adns5020: read: "Delta_Y: 0"
3462533-3462658 adns5020: read: "Product_ID: 18"
3463763-3463888 adns5020: read: "Mouse_Control: 0"
3464979-3465103 adns5020: read: "Delta_X: 0"
3466133-3466319 adns5020: read: "Delta_Y: 0"
3467337-3467462 adns5020: read: "Product_ID: 18"
3468565-3468690 adns5020: read: "Mouse_Control: 0"
3469780-3469905 adns5020: read: "Delta_X: 0"
3470935-3471053 adns5020: read: "Delta_Y: 0"
3472139-3472332 adns5020: read: "Product_ID: 18"
3473368-3473492 adns5020: read: "Mouse_Control: 0"
3474583-3474708 adns5020: read: "Delta_X: 0"
3475738-3475856 adns5020: read: "Delta_Y: 0"
3476942-3477066 adns5020: read: "Product_ID: 18"
3478170-3478363 adns5020: read: "Mouse_Control: 0"
3479385-3479509 adns5020: read: "Delta_X: 0"
3480539-3480657 adns5020: read: "Delta_Y: 0"
3481744-3481868 adns5020: read: "Product_ID: 18"
3482973-3483097 adns5020: read: "Mouse_Control: 0"
3484188-3484381 adns5020: read: "Delta_X: 0"
3485342-3485460 adns5020: read: "Delta_Y: 0"
3486545-3486670 adns5020: read: "Product_ID: 18"
3487774-3487899 adns5020: read: "Mouse_Control: 0"
3488990-3489115 adns5020: read: "Delta_X: 0"
3490137-3490255 adns5020: read: "Delta_Y: 0"
3491341-3491466 adns5020: read: "Product_ID: 18"
3492571-3492696 adns5020: read: "Mouse_Control: 0"
3493786-3493910 adns5020: read: "Delta_X: 0"
3494940-3495058 adns5020: read: "Delta_Y: 0"
3496144-3496269 adns5020: read: "Product_ID: 18"
3497373-3497497 adns5020: read: "Mouse_Control: 0"
3498588-3498713 adns5020: read: "Delta_X: 0"
3499743-3499861 adns5020: read: "Delta_Y: 0"
3500948-3501072 adns5020: read: "Product_ID: 18"
3502176-3502369 adns5020: read: "Mouse_Control: 0"
3503391-3503515 adns5020: read: "Delta_X: 0"
3504545-3504663 adns5020: read: "Delta_Y: 0"
3505750-3505874 adns5020: read: "Product_ID: 18"
3506979-3507103 adns5020: read: "Mouse_Control: 0"
3508194-3508387 adns5020: read: "Delta_X: 0"
3509349-3509467 adns5020: read: "Delta_Y: 0"
3510553-3510677 adns5020: read: "Product_ID: 18"
3511781-3511906 adns5020: read: "Mouse_Control: 0"
3512997-3513121 adns5020: read: "Delta_X: 0"
3514151-3514269 adns5020: read: "Delta_Y: 0"
3515355-3515480 adns5020: read: "Product_ID: 18"
3516584-3516709 adns5020: read: "Mouse_Control: 0"
3517800-3517925 adns5020: read: "Delta_X: 0"
3518955-3519073 adns5020: read: "Delta_Y: 0"
3520158-3520283 adns5020: read: "Product_ID: 18"
3521386-3521511 adns5020: read: "Mouse_Control: 0"
3522602-3522727 adns5020: read: "Delta_X: 0"
3523757-3523875 adns5020: read: "Delta_Y: 0"
3524961-3525086 adns5020: read: "Product_ID: 18"
3526189-3526314 adns5020: read: "Mouse_Control: 0"
3527401-3527526 adns5020: read: "Delta_X: 0"
3528552-3528670 adns5020: read: "Delta_Y: 0"
3529754-3529878 adns5020: read: "Product_ID: 18"
3530980-3531104 adns5020: read: "Mouse_Control: 0"
3532193-3532385 adns5020: read: "Delta_X: 0"
3533344-3533462 adns5020: read: "Delta_Y: 0"
3534546-3534670 adns5020: read: "Product_ID: 18"
3535772-3535896 adns5020: read: "Mouse_Control: 0"
3536983-3537108 adns5020: read: "Delta_X: 0"
3538128-3538246 adns5020: read: "Delta_Y: 0"
3539329-3539453 adns5020: read: "Product_ID: 18"
3540555-3540680 adns5020: read: "Mouse_Control: 0"
3541768-3541892 adns5020: read: "Delta_X: 0"
3542920-3543038 adns5020: read: "Delta_Y: 0"
3544121-3544246 adns5020: read: "Product_ID: 18"
3545346-3545470 adns5020: read: "Mouse_Control: 0"
3546558-3546683 adns5020: read: "Delta_X: 0"
3547704-3547822 adns5020: read: "Delta_Y: 0"
3548906-3549030 adns5020: read: "Product_ID: 18"
3550132-3550256 adns5020: read: "Mouse_Control: 0"
3551344-3551468 adns5020: read: "Delta_X: 0"
3552496-3552614 adns5020: read: "Delta_Y: 0"
3553696-3553821 adns5020: read: "Product_ID: 18"
3554922-3555047 adns5020: read: "Mouse_Control: 0"
3556135-3556259 adns5020: read: "Delta_X: 0"
3557286-3557404 adns5020: read: "Delta_Y: 0"
3558488-3558612 adns5020: read: "Product_ID: 18"
3559714-3559839 adns5020: read: "Mouse_Control: 0"
3560927-3561051 adns5020: read: "Delta_X: 0"
3562078-3562195 adns5020: read: "Delta_Y: 0"
3563278-3563403 adns5020: read: "Product_ID: 18"
3564505-3564629 adns5020: read: "Mouse_Control: 0"
3565717-3565842 adns5020: read: "Delta_X: 0"
3566869-3566987 adns5020: read: "Delta_Y: 0"
3568071-3568195 adns5020: read: "Product_ID: 18"
3569297-3569421 adns5020: read: "Mouse_Control: 0"
3570509-3570633 adns5020: read: "Delta_X: 0"
3571660-3571778 adns5020: read: "Delta_Y: 0"
3572861-3572986 adns5020: read: "Product_ID: 18"
3574088-3574212 adns5020: read: "Mouse_Control: 0"
3575300-3575424 adns5020: read: "Delta_X: 0"
3576452-3576570 adns5020: read: "Delta_Y: 0"
3577654-3577778 adns5020: read: "Product_ID: 18"
3578879-3579003 adns5020: read: "Mouse_Control: 0"
3580091-3580215 adns5020: read: "Delta_X: 0"
3581242-3581360 adns5020: read: "Delta_Y: 0"
3582444-3582568 adns5020: read: "Product_ID: 18"
3583670-3583795 adns5020: read: "Mouse_Control: 0"
3584883-3585007 adns5020: read: "Delta_X: 0"
3586028-3586146 adns5020: read: "Delta_Y: 0"
3587228-3587353 adns5020: read: "Product_ID: 18"
3588454-3588578 adns5020: read: "Mouse_Control: 0"
3589666-3589791 adns5020: read: "Delta_X: 0"
3590818-3590936 adns5020: read: "Delta_Y: 0"
3592020-3592144 adns5020: read: "Product_ID: 18"
3593245-3593370 adns5020: read: "Mouse_Control: 0"
3594458-3594583 adns5020: read: "Delta_X: 0"
3595609-3595727 adns5020: read: "Delta_Y: 0"
3596810-3596935 adns5020: read: "Product_ID: 18"
3598036-3598161 adns5020: read: "Mouse_Control: 0"
3599248-3599373 adns5020: read: "Delta_X: 0"
3600400-3600518 adns5020: read: "Delta_Y: 0"
3601602-3601726 adns5020: read: "Product_ID: 18"
3602828-3602952 adns5020: read: "Mouse_Control: 0"
3604040-3604164 adns5020: read: "Delta_X: 0"
3605190-3605308 adns5020: read: "Delta_Y: 0"
3606392-3606516 adns5020: read: "Product_ID: 18"
3607618-3607742 adns5020: read: "Mouse_Control: 0"
3608830-3608955 adns5020: read: "Delta_X: 0"
3609982-3610100 adns5020: read: "Delta_Y: 0"
3611183-3611308 adns5020: read: "Product_ID: 18"
3612409-3612533 adns5020: read: "Mouse_Control: 0"
3613621-3613745 adns5020: read: "Delta_X: 0"
3614772-3614890 adns5020: read: "Delta_Y: 0"
3615974-3616098 adns5020: read: "Product_ID: 18"
3617200-3617324 adns5020: read: "Mouse_Control: 0"
3618412-3618537 adns5020: read: "Delta_X: 0"
3619564-3619682 adns5020: read: "Delta_Y: 0"
3620765-3620889 adns5020: read: "Product_ID: 18"
3621991-3622115 adns5020: read: "Mouse_Control: 0"
3623205-3623330 adns5020: read: "Delta_X: 0"
3624360-3624478 adns5020: read: "Delta_Y: 0"
3625564-3625689 adns5020: read: "Product_ID: 18"
3626793-3626918 adns5020: read: "Mouse_Control: 0"
3628009-3628133 adns5020: read: "Delta_X: 0"
3629162-3629280 adns5020: read: "Delta_Y: 0"
3630366-3630490 adns5020: read: "Product_ID: 18"
3631595-3631720 adns5020: read: "Mouse_Control: 0"
3632811-3632935 adns5020: read: "Delta_X: 0"
3633965-3634083 adns5020: read: "Delta_Y: 0"
3635169-3635294 adns5020: read: "Product_ID: 18"
3636398-3636523 adns5020: read: "Mouse_Control: 0"
3637613-3637738 adns5020: read: "Delta_X: 0"
3638766-3638885 adns5020: read: "Delta_Y: 0"
3639971-3640095 adns5020: read: "Product_ID: 18"
3641199-3641323 adns5020: read: "Mouse_Control: 0"
3642414-3642539 adns5020: read: "Delta_X: 0"
3643569-3643687 adns5020: read: "Delta_Y: 0"
3644773-3644898 adns5020: read: "Product_ID: 18"
3646002-3646126 adns5020: read: "Mouse_Control: 0"
3647216-3647340 adns5020: read: "Delta_X: 0"
3648370-3648488 adns5020: read: "Delta_Y: 0"
3649574-3649699 adns5020: read: "Product_ID: 18"
3650803-3650928 adns5020: read: "Mouse_Control: 0"
3652019-3652143 adns5020: read: "Delta_X: 0"
3653172-3653291 adns5020: read: "Delta_Y: 0"
3654377-3654501 adns5020: read: "Product_ID: 18"
3655604-3655729 adns5020: read: "Mouse_Control: 0"
3656820-3656944 adns5020: read: "Delta_X: 0"
3657967-3658085 adns5020: read: "Delta_Y: 0"
3659171-3659296 adns5020: read: "Product_ID: 18"
3660400-3660525 adns5020: read: "Mouse_Control: 0"
3661615-3661740 adns5020: read: "Delta_X: 0"
3662770-3662888 adns5020: read: "Delta_Y: 0"
3663973-3664097 adns5020: read: "Product_ID: 18"
3665201-3665326 adns5020: read: "Mouse_Control: 0"
3666416-3666541 adns5020: read: "Delta_X: 0"
3667571-3667689 adns5020: read: "Delta_Y: 0"
3668775-3668900 adns5020: read: "Product_ID: 18"
3670004-3670129 adns5020: read: "Mouse_Control: 0"
3671219-3671344 adns5020: read: "Delta_X: 0"
3672373-3672490 adns5020: read: "Delta_Y: 0"
3673577-3673701 adns5020: read: "Product_ID: 18"
3674805-3674930 adns5020: read: "Mouse_Control: 0"
3676021-3676146 adns5020: read: "Delta_X: 0"
3677175-3677293 adns5020: read: "Delta_Y: 0"
3678380-3678504 adns5020: read: "Product_ID: 18"
3679609-3679733 adns5020: read: "Mouse_Control: 0"
3680823-3680948 adns5020: read: "Delta_X: 0"
3681977-3682095 adns5020: read: "Delta_Y: 0"
3683181-3683306 adns5020: read: "Product_ID: 18"
3684410-3684535 adns5020: read: "Mouse_Control: 0"
3685626-3685751 adns5020: read: "Delta_X: 0"
3686781-3686899 adns5020: read: "Delta_Y: 0"
3687985-3688110 adns5020: read: "Product_ID: 18"
3689213-3689337 adns5020: read: "Mouse_Control: 0"
3690427-3690552 adns5020: read: "Delta_X: 0"
3691582-3691700 adns5020: read: "Delta_Y: 0"
3692786-3692911 adns5020: read: "Product_ID: 18"
3694015-3694140 adns5020: read: "Mouse_Control: 0"
3695230-3695355 adns5020: read: "Delta_X: 0"
3696385-3696503 adns5020: read: "Delta_Y: 0"
3697588-3697713 adns5020: read: "Product_ID: 18"
3698817-3698941 adns5020: read: "Mouse_Control: 0"
3700032-3700156 adns5020: read: "Delta_X: 0"
3701186-3701304 adns5020: read: "Delta_Y: 0"
3702390-3702515 adns5020: read: "Product_ID: 18"
3703619-3703744 adns5020: read: "Mouse_Control: 0"
3704835-3704959 adns5020: read: "Delta_X: 0"
3705981-3706099 adns5020: read: "Delta_Y: 0"
3707184-3707309 adns5020: read: "Product_ID: 18"
3708413-3708538 adns5020: read: "Mouse_Control: 0"
3709629-3709753 adns5020: read: "Delta_X: 0"
3710783-3710901 adns5020: read: "Delta_Y: 0"
3711988-3712114 adns5020: read: "Product_ID: 18"
3713216-3713341 adns5020: read: "Mouse_Control: 0"
3714431-3714556 adns5020: read: "Delta_X: 0"
3715579-3715697 adns5020: read: "Delta_Y: 0"
3716783-3716908 adns5020: read: "Product_ID: 18"
3718012-3718136 adns5020: read: "Mouse_Control: 0"
3719227-3719352 adns5020: read: "Delta_X: 0"
3720381-3720500 adns5020: read: "Delta_Y: 0"
3721586-3721710 adns5020: read: "Product_ID: 18"
3722814-3722939 adns5020: read: "Mouse_Control: 0"
3724029-3724153 adns5020: read: "Delta_X: 0"
3725182-3725300 adns5020: read: "Delta_Y: 0"
3726387-3726511 adns5020: read: "Product_ID: 18"
3727616-3727740 adns5020: read: "Mouse_Control: 0"
3728831-3728956 adns5020: read: "Delta_X: 0"
3729986-3730104 adns5020: read: "Delta_Y: 0"
3731189-3731313 adns5020: read: "Product_ID: 18"
3732417-3732541 adns5020: read: "Mouse_Control: 0"
3733632-3733756 adns5020: read: "Delta_X: 0"
3734786-3734904 adns5020: read: "Delta_Y: 0"
3735990-3736115 adns5020: read: "Product_ID: 18"
3737219-3737344 adns5020: read: "Mouse_Control: 0"
3738434-3738559 adns5020: read: "Delta_X: 0"
3739588-3739706 adns5020: read: "Delta_Y: 0"
3740792-3740916 adns5020: read: "Product_ID: 18"
3742020-3742145 adns5020: read: "Mouse_Control: 0"
3743235-3743360 adns5020: read: "Delta_X: 0"
3744390-3744508 adns5020: read: "Delta_Y: 0"
3745594-3745719 adns5020: read: "Product_ID: 18"
3746823-3746948 adns5020: read: "Mouse_Control: 0"
3748038-3748163 adns5020: read: "Delta_X: 0"
3749191-3749309 adns5020: read: "Delta_Y: 0"
3750395-3750520 adns5020: read: "Product_ID: 18"
3751624-3751749 adns5020: read: "Mouse_Control: 0"
3752840-3752964 adns5020: read: "Delta_X: 0"
3753987-3754105 adns5020: read: "Delta_Y: 0"
3755191-3755316 adns5020: read: "Product_ID: 18"
3756419-3756544 adns5020: read: "Mouse_Control: 0"
3757634-3757758 adns5020: read: "Delta_X: 0"
3758788-3758906 adns5020: read: "Delta_Y: 0"
3759992-3760117 adns5020: read: "Product_ID: 18"
3761291-3761416 adns5020: read: "Mouse_Control: 0"
3762443-3762568 adns5020: read: "Delta_X: 0"
3763591-3763709 adns5020: read: "Delta_Y: 0"
3764795-3764920 adns5020: read: "Product_ID: 18"
3766023-3766147 adns5020: read: "Mouse_Control: 0"
3767238-3767362 adns5020: read: "Delta_X: 0"
3768392-3768510 adns5020: read: "Delta_Y: 0"
3769596-3769721 adns5020: read: "Product_ID: 18"
3770826-3770950 adns5020: read: "Mouse_Control: 0"
3772041-3772166 adns5020: read: "Delta_X: 0"
3773195-3773313 adns5020: read: "Delta_Y: 0"
3774398-3774522 adns5020: read: "Product_ID: 18"
3775626-3775751 adns5020: read: "Mouse_Control: 0"
3776842-3776966 adns5020: read: "Delta_X: 0"
3777996-3778114 adns5020: read: "Delta_Y: 0"
3779200-3779325 adns5020: read: "Product_ID: 18"
3780429-3780554 adns5020: read: "Mouse_Control: 0"
3781645-3781769 adns5020: read: "Delta_X: 0"
3782798-3782916 adns5020: read: "Delta_Y: 0"
3784002-3784126 adns5020: read: "Product_ID: 18"
3785300-3785425 adns5020: read: "Mouse_Control: 0"
3786446-3786570 adns5020: read: "Delta_X: 0"
3787600-3787718 adns5020: read: "Delta_Y: 0"
3788805-3788929 adns5020: read: "Product_ID: 18"
3790034-3790158 adns5020: read: "Mouse_Control: 0"
3791317-3791442 adns5020: read: "Delta_X: 0"
3792401-3792520 adns5020: read: "Delta_Y: 0"
3793606-3793730 adns5020: read: "Product_ID: 18"
3794835-3794959 adns5020: read: "Mouse_Control: 0"
3796050-3796175 adns5020: read: "Delta_X: 0"
3797204-3797322 adns5020: read: "Delta_Y: 0"
3798409-3798533 adns5020: read: "Product_ID: 18"
3799638-3799762 adns5020: read: "Mouse_Control: 0"
3800853-3800977 adns5020: read: "Delta_X: 0"
3802007-3802125 adns5020: read: "Delta_Y: 0"
3803281-3803406 adns5020: read: "Product_ID: 18"
3804440-3804565 adns5020: read: "Mouse_Control: 0"
3805656-3805780 adns5020: read: "Delta_X: 0"
3806810-3806928 adns5020: read: "Delta_Y: 0"
3808013-3808138 adns5020: read: "Product_ID: 18"
3809311-3809436 adns5020: read: "Mouse_Control: 0"
3810457-3810581 adns5020: read: "Delta_X: 0"
3811611-3811729 adns5020: read: "Delta_Y: 0"
3812816-3812940 adns5020: read: "Product_ID: 18"
3814045-3814169 adns5020: read: "Mouse_Control: 0"
3815330-3815454 adns5020: read: "Delta_X: 0"
3816413-3816531 adns5020: read: "Delta_Y: 0"
3817617-3817741 adns5020: read: "Product_ID: 18"
3818846-3818970 adns5020: read: "Mouse_Control: 0"
3820061-3820186 adns5020: read: "Delta_X: 0"
3821278-3821396 adns5020: read: "Delta_Y: 0"
3822413-3822537 adns5020: read: "Product_ID: 18"
3823642-3823766 adns5020: read: "Mouse_Control: 0"
3824856-3824981 adns5020: read: "Delta_X: 0"
3826010-3826128 adns5020: read: "Delta_Y: 0"
3827284-3827408 adns5020: read: "Product_ID: 18"
3828443-3828567 adns5020: read: "Mouse_Control: 0"
3829658-3829783 adns5020: read: "Delta_X: 0"
3830813-3830931 adns5020: read: "Delta_Y: 0"
3832017-3832142 adns5020: read: "Product_ID: 18"
3833315-3833439 adns5020: read: "Mouse_Control: 0"
3834466-3834591 adns5020: read: "Delta_X: 0"
3835614-3835732 adns5020: read: "Delta_Y: 0"
3836818-3836943 adns5020: read: "Product_ID: 18"
3838047-3838172 adns5020: read: "Mouse_Control: 0"
3839332-3839457 adns5020: read: "Delta_X: 0"
3840416-3840535 adns5020: read: "Delta_Y: 0"
3841620-3841745 adns5020: read: "Product_ID: 18"
3842848-3842973 adns5020: read: "Mouse_Control: 0"
3844063-3844188 adns5020: read: "Delta_X: 0"
3845280-3845398 adns5020: read: "Delta_Y: 0"
3846415-3846541 adns5020: read: "Product_ID: 18"
3847644-3847768 adns5020: read: "Mouse_Control: 0"
3848859-3848984 adns5020: read: "Delta_X: 0"
3850006-3850124 adns5020: read: "Delta_Y: 0"
3851279-3851404 adns5020: read: "Product_ID: 18"
3852438-3852562 adns5020: read: "Mouse_Control: 0"
3853653-3853778 adns5020: read: "Delta_X: 0"
3854808-3854926 adns5020: read: "Delta_Y: 0"
3856012-3856137 adns5020: read: "Product_ID: 18"
3857311-3857435 adns5020: read: "Mouse_Control: 0"
3858463-3858587 adns5020: read: "Delta_X: 0"
3859609-3859727 adns5020: read: "Delta_Y: 0"
3860813-3860938 adns5020: read: "Product_ID: 18"
3862042-3862167 adns5020: read: "Mouse_Control: 0"
3863328-3863452 adns5020: read: "Delta_X: 0"
3864412-3864530 adns5020: read: "Delta_Y: 0"
3865616-3865741 adns5020: read: "Product_ID: 18"
3866845-3866969 adns5020: read: "Mouse_Control: 0"
3868059-3868184 adns5020: read: "Delta_X: 0"
3869276-3869394 adns5020: read: "Delta_Y: 0"
3870410-3870535 adns5020: read: "Product_ID: 18"
3871639-3871764 adns5020: read: "Mouse_Control: 0"
3872855-3872980 adns5020: read: "Delta_X: 0"
3874002-3874120 adns5020: read: "Delta_Y: 0"
3875276-3875400 adns5020: read: "Product_ID: 18"
3876434-3876558 adns5020: read: "Mouse_Control: 0"
3877649-3877773 adns5020: read: "Delta_X: 0"
3878803-3878921 adns5020: read: "Delta_Y: 0"
3880008-3880132 adns5020: read: "Product_ID: 18"
3881306-3881431 adns5020: read: "Mouse_Control: 0"
3882459-3882583 adns5020: read: "Delta_X: 0"
3883607-3883725 adns5020: read: "Delta_Y: 0"
3884810-3884934 adns5020: read: "Product_ID: 18"
3886039-3886163 adns5020: read: "Mouse_Control: 0"
3887324-3887448 adns5020: read: "Delta_X: 0"
3888408-3888526 adns5020: read: "Delta_Y: 0"
3889613-3889737 adns5020: read: "Product_ID: 18"
3890842-3890966 adns5020: read: "Mouse_Control: 0"
3892057-3892181 adns5020: read: "Delta_X: 0"
3893273-3893391 adns5020: read: "Delta_Y: 0"
3894407-3894531 adns5020: read: "Product_ID: 18"
3895636-3895760 adns5020: read: "Mouse_Control: 0"
3896851-3896976 adns5020: read: "Delta_X: 0"
3898006-3898124 adns5020: read: "Delta_Y: 0"
3899280-3899405 adns5020: read: "Product_ID: 18"
3900439-3900563 adns5020: read: "Mouse_Control: 0"
3901653-3901777 adns5020: read: "Delta_X: 0"
3902807-3902925 adns5020: read: "Delta_Y: 0"
3904011-3904136 adns5020: read: "Product_ID: 18"
3905310-3905436 adns5020: read: "Mouse_Control: 0"
3906455-3906580 adns5020: read: "Delta_X: 0"
3907610-3907728 adns5020: read: "Delta_Y: 0"
3908814-3908939 adns5020: read: "Product_ID: 18"
3910042-3910166 adns5020: read: "Mouse_Control: 0"
3911326-3911451 adns5020: read: "Delta_X: 0"
3912411-3912529 adns5020: read: "Delta_Y: 0"
3913615-3913740 adns5020: read: "Product_ID: 18"
3914844-3914969 adns5020: read: "Mouse_Control: 0"
3916060-3916185 adns5020: read: "Delta_X: 0"
3917277-3917395 adns5020: read: "Delta_Y: 0"
3918410-3918535 adns5020: read: "Product_ID: 18"
3919639-3919763 adns5020: read: "Mouse_Control: 0"
3920854-3920979 adns5020: read: "Delta_X: 0"
3922009-3922127 adns5020: read: "Delta_Y: 0"
3923283-3923408 adns5020: read: "Product_ID: 18"
3924442-3924567 adns5020: read: "Mouse_Control: 0"
3925658-3925782 adns5020: read: "Delta_X: 0"
3926811-3926929 adns5020: read: "Delta_Y: 0"
3928015-3928140 adns5020: read: "Product_ID: 18"
3929313-3929438 adns5020: read: "Mouse_Control: 0"
3930466-3930591 adns5020: read: "Delta_X: 0"
3931613-3931732 adns5020: read: "Delta_Y: 0"
3932818-3932943 adns5020: read: "Product_ID: 18"
3934047-3934172 adns5020: read: "Mouse_Control: 0"
3935331-3935456 adns5020: read: "Delta_X: 0"
3936415-3936533 adns5020: read: "Delta_Y: 0"
3937619-3937744 adns5020: read: "Product_ID: 18"
3938848-3938973 adns5020: read: "Mouse_Control: 0"
3940064-3940189 adns5020: read: "Delta_X: 0"
3941281-3941399 adns5020: read: "Delta_Y: 0"
3942415-3942540 adns5020: read: "Product_ID: 18"
3943643-3943768 adns5020: read: "Mouse_Control: 0"
3944858-3944983 adns5020: read: "Delta_X: 0"
3946006-3946124 adns5020: read: "Delta_Y: 0"
3947280-3947404 adns5020: read: "Product_ID: 18"
3948439-3948563 adns5020: read: "Mouse_Control: 0"
3949654-3949779 adns5020: read: "Delta_X: 0"
3950809-3950927 adns5020: read: "Delta_Y: 0"
3952012-3952137 adns5020: read: "Product_ID: 18"
3953310-3953434 adns5020: read: "Mouse_Control: 0"
3954462-3954587 adns5020: read: "Delta_X: 0"
3955609-3955728 adns5020: read: "Delta_Y: 0"
3956814-3956939 adns5020: read: "Product_ID: 18"
3958043-3958168 adns5020: read: "Mouse_Control: 0"
3959328-3959453 adns5020: read: "Delta_X: 0"
3960412-3960530 adns5020: read: "Delta_Y: 0"
3961615-3961740 adns5020: read: "Product_ID: 18"
3962844-3962969 adns5020: read: "Mouse_Control: 0"
3964060-3964184 adns5020: read: "Delta_X: 0"
3965277-3965395 adns5020: read: "Delta_Y: 0"
3966411-3966536 adns5020: read: "Product_ID: 18"
3967641-3967766 adns5020: read: "Mouse_Control: 0"
3968856-3968981 adns5020: read: "Delta_X: 0"
3970010-3970128 adns5020: read: "Delta_Y: 0"
3971283-3971408 adns5020: read: "Product_ID: 18"
3972442-3972567 adns5020: read: "Mouse_Control: 0"
3973658-3973782 adns5020: read: "Delta_X: 0"
3974812-3974930 adns5020: read: "Delta_Y: 0"
3976017-3976141 adns5020: read: "Product_ID: 18"
3977315-3977439 adns5020: read: "Mouse_Control: 0"
3978459-3978584 adns5020: read: "Delta_X: 0"
3979613-3979731 adns5020: read: "Delta_Y: 0"
3980818-3980942 adns5020: read: "Product_ID: 18"
3982047-3982172 adns5020: read: "Mouse_Control: 0"
3983332-3983457 adns5020: read: "Delta_X: 0"
3984416-3984535 adns5020: read: "Delta_Y: 0"
3985621-3985745 adns5020: read: "Product_ID: 18"
3986848-3986973 adns5020: read: "Mouse_Control: 0"
3988064-3988188 adns5020: read: "Delta_X: 0"
3989281-3989399 adns5020: read: "Delta_Y: 0"
3990415-3990540 adns5020: read: "Product_ID: 18"
3991644-3991769 adns5020: read: "Mouse_Control: 0"
3992860-3992984 adns5020: read: "Delta_X: 0"
3994013-3994132 adns5020: read: "Delta_Y: 0"
3995286-3995411 adns5020: read: "Product_ID: 18"
3996445-3996570 adns5020: read: "Mouse_Control: 0"
3997661-3997785 adns5020: read: "Delta_X: 0"
3998815-3998933 adns5020: read: "Delta_Y: 0"
4000020-4000144 adns5020: read: "Product_ID: 18"
4001318-4001443 adns5020: read: "Mouse_Control: 0"
4002470-4002595 adns5020: read: "Delta_X: 0"
4003616-4003734 adns5020: read: "Delta_Y: 0"
4004820-4004945 adns5020: read: "Product_ID: 18"
4006049-4006173 adns5020: read: "Mouse_Control: 0"
4007331-4007455 adns5020: read: "Delta_X: 0"
4008412-4008530 adns5020: read: "Delta_Y: 0"
4009614-4009738 adns5020: read: "Product_ID: 18"
4010840-4010964 adns5020: read: "Mouse_Control: 0"
4012051-4012175 adns5020: read: "Delta_X: 0"
4013265-4013383 adns5020: read: "Delta_Y: 0"
4014396-4014521 adns5020: read: "Product_ID: 18"
4015623-4015747 adns5020: read: "Mouse_Control: 0"
4016835-4016960 adns5020: read: "Delta_X: 0"
4017980-4018098 adns5020: read: "Delta_Y: 0"
4019251-4019375 adns5020: read: "Product_ID: 18"
4020406-4020530 adns5020: read: "Mouse_Control: 0"
4021618-4021743 adns5020: read: "Delta_X: 0"
4022770-4022888 adns5020: read: "Delta_Y: 0"
4023971-4024096 adns5020: read: "Product_ID: 18"
4025267-4025391 adns5020: read: "Mouse_Control: 0"
4026417-4026541 adns5020: read: "Delta_X: 0"
4027561-4027679 adns5020: read: "Delta_Y: 0"
4028762-4028886 adns5020: read: "Product_ID: 18"
4029987-4030112 adns5020: read: "Mouse_Control: 0"
4031269-4031394 adns5020: read: "Delta_X: 0"
4032351-4032469 adns5020: read: "Delta_Y: 0"
4033553-4033677 adns5020: read: "Product_ID: 18"
4034779-4034903 adns5020: read: "Mouse_Control: 0"
4035992-4036116 adns5020: read: "Delta_X: 0"
4037205-4037322 adns5020: read: "Delta_Y: 0"
4038336-4038460 adns5020: read: "Product_ID: 18"
4039562-4039686 adns5020: read: "Mouse_Control: 0"
4040774-4040899 adns5020: read: "Delta_X: 0"
4041919-4042037 adns5020: read: "Delta_Y: 0"
4043190-4043314 adns5020: read: "Product_ID: 18"
4044346-4044471 adns5020: read: "Mouse_Control: 0"
4045558-4045682 adns5020: read: "Delta_X: 0"
4046709-4046827 adns5020: read: "Delta_Y: 0"
4047910-4048035 adns5020: read: "Product_ID: 18"
4049206-4049330 adns5020: read: "Mouse_Control: 0"
4050356-4050480 adns5020: read: "Delta_X: 0"
4051501-4051619 adns5020: read: "Delta_Y: 0"
4052703-4052827 adns5020: read: "Product_ID: 18"
4053928-4054053 adns5020: read: "Mouse_Control: 0"
4055213-4055337 adns5020: read: "Delta_X: 0"
4056297-4056415 adns5020: read: "Delta_Y: 0"
4057501-4057626 adns5020: read: "Product_ID: 18"
4058730-4058855 adns5020: read: "Mouse_Control: 0"
4059946-4060070 adns5020: read: "Delta_X: 0"
4061163-4061281 adns5020: read: "Delta_Y: 0"
4062296-4062421 adns5020: read: "Product_ID: 18"
4063524-4063649 adns5020: read: "Mouse_Control: 0"
4064740-4064864 adns5020: read: "Delta_X: 0"
4065894-4066012 adns5020: read: "Delta_Y: 0"
4067168-4067293 adns5020: read: "Product_ID: 18"
4068327-4068451 adns5020: read: "Mouse_Control: 0"
4069542-4069667 adns5020: read: "Delta_X: 0"
4070696-4070814 adns5020: read: "Delta_Y: 0"
4071899-4072024 adns5020: read: "Product_ID: 18"
4073198-4073322 adns5020: read: "Mouse_Control: 0"
4074343-4074468 adns5020: read: "Delta_X: 0"
4075497-4075616 adns5020: read: "Delta_Y: 0"
4076702-4076826 adns5020: read: "Product_ID: 18"
4077931-4078055 adns5020: read: "Mouse_Control: 0"
4079215-4079340 adns5020: read: "Delta_X: 0"
4080299-4080417 adns5020: read: "Delta_Y: 0"
4081503-4081627 adns5020: read: "Product_ID: 18"
4082732-4082856 adns5020: read: "Mouse_Control: 0"
4083947-4084072 adns5020: read: "Delta_X: 0"
4085164-4085282 adns5020: read: "Delta_Y: 0"
4086299-4086423 adns5020: read: "Product_ID: 18"
4087527-4087652 adns5020: read: "Mouse_Control: 0"
4088742-4088866 adns5020: read: "Delta_X: 0"
4089896-4090014 adns5020: read: "Delta_Y: 0"
4091170-4091294 adns5020: read: "Product_ID: 18"
4092329-4092453 adns5020: read: "Mouse_Control: 0"
4093544-4093669 adns5020: read: "Delta_X: 0"
4094699-4094817 adns5020: read: "Delta_Y: 0"
4095903-4096027 adns5020: read: "Product_ID: 18"
4097200-4097325 adns5020: read: "Mouse_Control: 0"
4098352-4098477 adns5020: read: "Delta_X: 0"
4099500-4099618 adns5020: read: "Delta_Y: 0"
4100705-4100829 adns5020: read: "Product_ID: 18"
4101934-4102058 adns5020: read: "Mouse_Control: 0"
4103219-4103343 adns5020: read: "Delta_X: 0"
4104303-4104421 adns5020: read: "Delta_Y: 0"
4105506-4105631 adns5020: read: "Product_ID: 18"
4106735-4106860 adns5020: read: "Mouse_Control: 0"
4107950-4108075 adns5020: read: "Delta_X: 0"
4109167-4109286 adns5020: read: "Delta_Y: 0"
4110302-4110427 adns5020: read: "Product_ID: 18"
4111531-4111656 adns5020: read: "Mouse_Control: 0"
4112746-4112871 adns5020: read: "Delta_X: 0"
4113892-4114011 adns5020: read: "Delta_Y: 0"
4115166-4115291 adns5020: read: "Product_ID: 18"
4116325-4116450 adns5020: read: "Mouse_Control: 0"
4117541-4117665 adns5020: read: "Delta_X: 0"
4118695-4118813 adns5020: read: "Delta_Y: 0"
4119899-4120024 adns5020: read: "Product_ID: 18"
4121198-4121322 adns5020: read: "Mouse_Control: 0"
4122349-4122473 adns5020: read: "Delta_X: 0"
4123496-4123614 adns5020: read: "Delta_Y: 0"
4124700-4124825 adns5020: read: "Product_ID: 18"
4125929-4126054 adns5020: read: "Mouse_Control: 0"
4127215-4127339 adns5020: read: "Delta_X: 0"
4128299-4128417 adns5020: read: "Delta_Y: 0"
4129503-4129628 adns5020: read: "Product_ID: 18"
4130731-4130855 adns5020: read: "Mouse_Control: 0"
4131946-4132071 adns5020: read: "Delta_X: 0"
4133163-4133281 adns5020: read: "Delta_Y: 0"
4134297-4134422 adns5020: read: "Product_ID: 18"
4135527-4135652 adns5020: read: "Mouse_Control: 0"
4136743-4136867 adns5020: read: "Delta_X: 0"
4137897-4138015 adns5020: read: "Delta_Y: 0"
4139170-4139294 adns5020: read: "Product_ID: 18"
4140328-4140453 adns5020: read: "Mouse_Control: 0"
4141543-4141668 adns5020: read: "Delta_X: 0"
4142698-4142816 adns5020: read: "Delta_Y: 0"
4143902-4144027 adns5020: read: "Product_ID: 18"
4145201-4145326 adns5020: read: "Mouse_Control: 0"
4146346-4146471 adns5020: read: "Delta_X: 0"
4147499-4147617 adns5020: read: "Delta_Y: 0"
4148703-4148828 adns5020: read: "Product_ID: 18"
4149932-4150056 adns5020: read: "Mouse_Control: 0"
4151214-4151338 adns5020: read: "Delta_X: 0"
4152296-4152413 adns5020: read: "Delta_Y: 0"
4153497-4153621 adns5020: read: "Product_ID: 18"
4154723-4154847 adns5020: read: "Mouse_Control: 0"
4155935-4156059 adns5020: read: "Delta_X: 0"
4157148-4157266 adns5020: read: "Delta_Y: 0"
4158280-4158404 adns5020: read: "Product_ID: 18"
4159506-4159630 adns5020: read: "Mouse_Control: 0"
4160719-4160843 adns5020: read: "Delta_X: 0"
4161870-4161988 adns5020: read: "Delta_Y: 0"
4163141-4163266 adns5020: read: "Product_ID: 18"
4164297-4164421 adns5020: read: "Mouse_Control: 0"
4165509-4165633 adns5020: read: "Delta_X: 0"
4166660-4166778 adns5020: read: "Delta_Y: 0"
4167862-4167986 adns5020: read: "Product_ID: 18"
4169157-4169282 adns5020: read: "Mouse_Control: 0"
4170307-4170432 adns5020: read: "Delta_X: 0"
4171452-4171570 adns5020: read: "Delta_Y: 0"
4172653-4172777 adns5020: read: "Product_ID: 18"
4173878-4174001 adns5020: read: "Mouse_Control: 0"
4175160-4175284 adns5020: read: "Delta_X: 0"
4176242-4176360 adns5020: read: "Delta_Y: 0"
4177444-4177568 adns5020: read: "Product_ID: 18"
4178670-4178794 adns5020: read: "Mouse_Control: 0"
4179882-4180007 adns5020: read: "Delta_X: 0"
4181096-4181212 adns5020: read: "Delta_Y: 0"
4182227-4182351 adns5020: read: "Product_ID: 18"
4183453-4183577 adns5020: read: "Mouse_Control: 0"
4184665-4184790 adns5020: read: "Delta_X: 0"
4185810-4185928 adns5020: read: "Delta_Y: 0"
4187081-4187206 adns5020: read: "Product_ID: 18"
4188237-4188362 adns5020: read: "Mouse_Control: 0"
4189449-4189574 adns5020: read: "Delta_X: 0"
4190600-4190718 adns5020: read: "Delta_Y: 0"
4191802-4191926 adns5020: read: "Product_ID: 18"
4193097-4193221 adns5020: read: "Mouse_Control: 0"
4194247-4194371 adns5020: read: "Delta_X: 0"
4195391-4195509 adns5020: read: "Delta_Y: 0"
4196593-4196717 adns5020: read: "Product_ID: 18"
4197818-4197943 adns5020: read: "Mouse_Control: 0"
4199102-4199227 adns5020: read: "Delta_X: 0"
4200186-4200304 adns5020: read: "Delta_Y: 0"
4201391-4201515 adns5020: read: "Product_ID: 18"
4202620-4202744 adns5020: read: "Mouse_Control: 0"
4203835-4203960 adns5020: read: "Delta_X: 0"
4205052-4205170 adns5020: read: "Delta_Y: 0"
4206186-4206311 adns5020: read: "Product_ID: 18"
4207414-4207538 adns5020: read: "Mouse_Control: 0"
4208629-4208754 adns5020: read: "Delta_X: 0"
4209776-4209894 adns5020: read: "Delta_Y: 0"
4211050-4211175 adns5020: read: "Product_ID: 18"
4212209-4212334 adns5020: read: "Mouse_Control: 0"
4213425-4213550 adns5020: read: "Delta_X: 0"
4214579-4214697 adns5020: read: "Delta_Y: 0"
4215782-4215907 adns5020: read: "Product_ID: 18"
4217081-4217205 adns5020: read: "Mouse_Control: 0"
4218233-4218358 adns5020: read: "Delta_X: 0"
4219382-4219500 adns5020: read: "Delta_Y: 0"
4220586-4220711 adns5020: read: "Product_ID: 18"
4221815-4221940 adns5020: read: "Mouse_Control: 0"
4223100-4223225 adns5020: read: "Delta_X: 0"
4224183-4224301 adns5020: read: "Delta_Y: 0"
4225388-4225512 adns5020: read: "Product_ID: 18"
4226617-4226741 adns5020: read: "Mouse_Control: 0"
4227832-4227957 adns5020: read: "Delta_X: 0"
4229049-4229167 adns5020: read: "Delta_Y: 0"
4230184-4230308 adns5020: read: "Product_ID: 18"
4231413-4231537 adns5020: read: "Mouse_Control: 0"
4232627-4232752 adns5020: read: "Delta_X: 0"
4233781-4233899 adns5020: read: "Delta_Y: 0"
4235055-4235180 adns5020: read: "Product_ID: 18"
4236214-4236339 adns5020: read: "Mouse_Control: 0"
4237430-4237554 adns5020: read: "Delta_X: 0"
4238584-4238702 adns5020: read: "Delta_Y: 0"
4239789-4239913 adns5020: read: "Product_ID: 18"
4241086-4241211 adns5020: read: "Mouse_Control: 0"
4242231-4242356 adns5020: read: "Delta_X: 0"
4243385-4243504 adns5020: read: "Delta_Y: 0"
4244590-4244715 adns5020: read: "Product_ID: 18"
4245819-4245944 adns5020: read: "Mouse_Control: 0"
4247104-4247229 adns5020: read: "Delta_X: 0"
4248188-4248306 adns5020: read: "Delta_Y: 0"
4249392-4249516 adns5020: read: "Product_ID: 18"
4250620-4250745 adns5020: read: "Mouse_Control: 0"
4251836-4251960 adns5020: read: "Delta_X: 0"
4253053-4253171 adns5020: read: "Delta_Y: 0"
4254187-4254312 adns5020: read: "Product_ID: 18"
4255416-4255541 adns5020: read: "Mouse_Control: 0"
4256632-4256756 adns5020: read: "Delta_X: 0"
4257785-4257903 adns5020: read: "Delta_Y: 0"
4259059-4259183 adns5020: read: "Product_ID: 18"
4260218-4260342 adns5020: read: "Mouse_Control: 0"
4261433-4261558 adns5020: read: "Delta_X: 0"
4262588-4262706 adns5020: read: "Delta_Y: 0"
4263792-4263917 adns5020: read: "Product_ID: 18"
4265091-4265216 adns5020: read: "Mouse_Control: 0"
4266242-4266367 adns5020: read: "Delta_X: 0"
4267389-4267507 adns5020: read: "Delta_Y: 0"
4268594-4268720 adns5020: read: "Product_ID: 18"
4269823-4269948 adns5020: read: "Mouse_Control: 0"
4271108-4271233 adns5020: read: "Delta_X: 0"
4272193-4272311 adns5020: read: "Delta_Y: 0"
4273397-4273522 adns5020: read: "Product_ID: 18"
4274625-4274750 adns5020: read: "Mouse_Control: 0"
4275840-4275965 adns5020: read: "Delta_X: 0"
4277057-4277176 adns5020: read: "Delta_Y: 0"
4278192-4278316 adns5020: read: "Product_ID: 18"
4279421-4279546 adns5020: read: "Mouse_Control: 0"
4280637-4280761 adns5020: read: "Delta_X: 0"
4281784-4281903 adns5020: read: "Delta_Y: 0"
4283058-4283182 adns5020: read: "Product_ID: 18"
4284216-4284341 adns5020: read: "Mouse_Control: 0"
4285432-4285556 adns5020: read: "Delta_X: 0"
4286586-4286704 adns5020: read: "Delta_Y: 0"
4287791-4287915 adns5020: read: "Product_ID: 18"
4289090-4289214 adns5020: read: "Mouse_Control: 0"
4290242-4290367 adns5020: read: "Delta_X: 0"
4291389-4291507 adns5020: read: "Delta_Y: 0"
4292593-4292717 adns5020: read: "Product_ID: 18"
4293820-4293944 adns5020: read: "Mouse_Control: 0"
4295102-4295227 adns5020: read: "Delta_X: 0"
4296184-4296302 adns5020: read: "Delta_Y: 0"
4297386-4297510 adns5020: read: "Product_ID: 18"
4298612-4298737 adns5020: read: "Mouse_Control: 0"
4299824-4299949 adns5020: read: "Delta_X: 0"
4301038-4301155 adns5020: read: "Delta_Y: 0"
4302169-4302294 adns5020: read: "Product_ID: 18"
4303396-4303521 adns5020: read: "Mouse_Control: 0"
4304609-4304734 adns5020: read: "Delta_X: 0"
4305761-4305879 adns5020: read: "Delta_Y: 0"
4307032-4307157 adns5020: read: "Product_ID: 18"
4308188-4308312 adns5020: read: "Mouse_Control: 0"
4309400-4309524 adns5020: read: "Delta_X: 0"
4310551-4310669 adns5020: read: "Delta_Y: 0"
4311753-4311878 adns5020: read: "Product_ID: 18"
4313049-4313173 adns5020: read: "Mouse_Control: 0"
4314192-4314316 adns5020: read: "Delta_X: 0"
4315344-4315461 adns5020: read: "Delta_Y: 0"
4316545-4316669 adns5020: read: "Product_ID: 18"
4317770-4317894 adns5020: read: "Mouse_Control: 0"
4319052-4319176 adns5020: read: "Delta_X: 0"
4320134-4320252 adns5020: read: "Delta_Y: 0"
4321336-4321460 adns5020: read: "Product_ID: 18"
4322562-4322686 adns5020: read: "Mouse_Control: 0"
4323775-4323899 adns5020: read: "Delta_X: 0"
4324988-4325106 adns5020: read: "Delta_Y: 0"
4326119-4326244 adns5020: read: "Product_ID: 18"
4327345-4327470 adns5020: read: "Mouse_Control: 0"
4328558-4328683 adns5020: read: "Delta_X: 0"
4329710-4329828 adns5020: read: "Delta_Y: 0"
4330981-4331105 adns5020: read: "Product_ID: 18"
4332137-4332262 adns5020: read: "Mouse_Control: 0"
4333350-4333474 adns5020: read: "Delta_X: 0"
4334501-4334619 adns5020: read: "Delta_Y: 0"
4335702-4335827 adns5020: read: "Product_ID: 18"
4336998-4337122 adns5020: read: "Mouse_Control: 0"
4338148-4338272 adns5020: read: "Delta_X: 0"
4339293-4339411 adns5020: read: "Delta_Y: 0"
4340495-4340619 adns5020: read: "Product_ID: 18"
4341721-4341845 adns5020: read: "Mouse_Control: 0"
4343005-4343129 adns5020: read: "Delta_X: 0"
4344089-4344207 adns5020: read: "Delta_Y: 0"
4345294-4345418 adns5020: read: "Product_ID: 18"
4346523-4346648 adns5020: read: "Mouse_Control: 0"
4347738-4347863 adns5020: read: "Delta_X: 0"
4348956-4349074 adns5020: read: "Delta_Y: 0"
4350090-4350215 adns5020: read: "Product_ID: 18"
4351318-4351443 adns5020: read: "Mouse_Control: 0"
4352533-4352658 adns5020: read: "Delta_X: 0"
4353681-4353799 adns5020: read: "Delta_Y: 0"
4354955-4355080 adns5020: read: "Product_ID: 18"
4356114-4356239 adns5020: read: "Mouse_Control: 0"
4357330-4357455 adns5020: read: "Delta_X: 0"
4358485-4358603 adns5020: read: "Delta_Y: 0"
4359688-4359813 adns5020: read: "Product_ID: 18"
4360986-4361111 adns5020: read: "Mouse_Control: 0"
4362139-4362264 adns5020: read: "Delta_X: 0"
4363286-4363405 adns5020: read: "Delta_Y: 0"
4364491-4364616 adns5020: read: "Product_ID: 18"
4365720-4365845 adns5020: read: "Mouse_Control: 0"
4367006-4367130 adns5020: read: "Delta_X: 0"
4368089-4368207 adns5020: read: "Delta_Y: 0"
4369293-4369418 adns5020: read: "Product_ID: 18"
4370522-4370647 adns5020: read: "Mouse_Control: 0"
4371738-4371863 adns5020: read: "Delta_X: 0"
4372955-4373073 adns5020: read: "Delta_Y: 0"
4374090-4374215 adns5020: read: "Product_ID: 18"
4375319-4375444 adns5020: read: "Mouse_Control: 0"
4376534-4376658 adns5020: read: "Delta_X: 0"
4377681-4377799 adns5020: read: "Delta_Y: 0"
4378955-4379079 adns5020: read: "Product_ID: 18"
4380114-4380238 adns5020: read: "Mouse_Control: 0"
4381329-4381454 adns5020: read: "Delta_X: 0"
4382484-4382602 adns5020: read: "Delta_Y: 0"
4383689-4383813 adns5020: read: "Product_ID: 18"
4384986-4385111 adns5020: read: "Mouse_Control: 0"
4386138-4386263 adns5020: read: "Delta_X: 0"
4387286-4387405 adns5020: read: "Delta_Y: 0"
4388491-4388616 adns5020: read: "Product_ID: 18"
4389720-4389845 adns5020: read: "Mouse_Control: 0"
4391005-4391130 adns5020: read: "Delta_X: 0"
4392090-4392208 adns5020: read: "Delta_Y: 0"
4393294-4393418 adns5020: read: "Product_ID: 18"
4394522-4394647 adns5020: read: "Mouse_Control: 0"
4395738-4395862 adns5020: read: "Delta_X: 0"
4396955-4397073 adns5020: read: "Delta_Y: 0"
4398089-4398214 adns5020: read: "Product_ID: 18"
4399318-4399443 adns5020: read: "Mouse_Control: 0"
4400534-4400659 adns5020: read: "Delta_X: 0"
4401688-4401806 adns5020: read: "Delta_Y: 0"
4402961-4403086 adns5020: read: "Product_ID: 18"
4404120-4404245 adns5020: read: "Mouse_Control: 0"
4405336-4405460 adns5020: read: "Delta_X: 0"
4406490-4406608 adns5020: read: "Delta_Y: 0"
4407695-4407820 adns5020: read: "Product_ID: 18"
4408994-4409119 adns5020: read: "Mouse_Control: 0"
4410139-4410263 adns5020: read: "Delta_X: 0"
4411293-4411411 adns5020: read: "Delta_Y: 0"
4412497-4412622 adns5020: read: "Product_ID: 18"
4413726-4413851 adns5020: read: "Mouse_Control: 0"
4415011-4415136 adns5020: read: "Delta_X: 0"
4416096-4416214 adns5020: read: "Delta_Y: 0"
4417301-4417425 adns5020: read: "Product_ID: 18"
4418529-4418654 adns5020: read: "Mouse_Control: 0"
4419744-4419869 adns5020: read: "Delta_X: 0"
4420961-4421079 adns5020: read: "Delta_Y: 0"
4422095-4422220 adns5020: read: "Product_ID: 18"
4423324-4423449 adns5020: read: "Mouse_Control: 0"
4424540-4424665 adns5020: read: "Delta_X: 0"
4425695-4425813 adns5020: read: "Delta_Y: 0"
4426968-4427093 adns5020: read: "Product_ID: 18"
4428126-4428251 adns5020: read: "Mouse_Control: 0"
4429342-4429466 adns5020: read: "Delta_X: 0"
4430496-4430614 adns5020: read: "Delta_Y: 0"
4431701-4431825 adns5020: read: "Product_ID: 18"
4432999-4433124 adns5020: read: "Mouse_Control: 0"
4434152-4434277 adns5020: read: "Delta_X: 0"
4435299-4435417 adns5020: read: "Delta_Y: 0"
4436502-4436627 adns5020: read: "Product_ID: 18"
4437731-4437856 adns5020: read: "Mouse_Control: 0"
4439014-4439138 adns5020: read: "Delta_X: 0"
4440096-4440214 adns5020: read: "Delta_Y: 0"
4441297-4441422 adns5020: read: "Product_ID: 18"
4442524-4442648 adns5020: read: "Mouse_Control: 0"
4443736-4443860 adns5020: read: "Delta_X: 0"
4444881-4445067 adns5020: read: "Delta_Y: 0"
4446081-4446205 adns5020: read: "Product_ID: 18"
4447307-4447431 adns5020: read: "Mouse_Control: 0"
4448520-4448644 adns5020: read: "Delta_X: 0"
4449664-4449782 adns5020: read: "Delta_Y: 0"
4450868-4451060 adns5020: read: "Product_ID: 18"
4452092-4452216 adns5020: read: "Mouse_Control: 0"
4453303-4453428 adns5020: read: "Delta_X: 0"
4454455-4454573 adns5020: read: "Delta_Y: 0"
4455657-4455781 adns5020: read: "Product_ID: 18"
4456952-4457077 adns5020: read: "Mouse_Control: 0"
4458102-4458227 adns5020: read: "Delta_X: 0"
4459247-4459365 adns5020: read: "Delta_Y: 0"
4460449-4460573 adns5020: read: "Product_ID: 18"
4461674-4461799 adns5020: read: "Mouse_Control: 0"
4462956-4463081 adns5020: read: "Delta_X: 0"
4464038-4464156 adns5020: read: "Delta_Y: 0"
4465240-4465364 adns5020: read: "Product_ID: 18"
4466466-4466591 adns5020: read: "Mouse_Control: 0"
4467679-4467804 adns5020: read: "Delta_X: 0"
4468826-4469011 adns5020: read: "Delta_Y: 0"
4470024-4470149 adns5020: read: "Product_ID: 18"
4471251-4471376 adns5020: read: "Mouse_Control: 0"
4472464-4472588 adns5020: read: "Delta_X: 0"
4473616-4473734 adns5020: read: "Delta_Y: 0"
4474819-4475011 adns5020: read: "Product_ID: 18"
4476043-4476168 adns5020: read: "Mouse_Control: 0"
4477256-4477381 adns5020: read: "Delta_X: 0"
4478407-4478525 adns5020: read: "Delta_Y: 0"
4479608-4479733 adns5020: read: "Product_ID: 18"
4480836-4481028 adns5020: read: "Mouse_Control: 0"
4482047-4482171 adns5020: read: "Delta_X: 0"
4483198-4483316 adns5020: read: "Delta_Y: 0"
4484400-4484525 adns5020: read: "Product_ID: 18"
4485626-4485751 adns5020: read: "Mouse_Control: 0"
4486840-4487032 adns5020: read: "Delta_X: 0"
4487990-4488108 adns5020: read: "Delta_Y: 0"
4489192-4489316 adns5020: read: "Product_ID: 18"
4490418-4490543 adns5020: read: "Mouse_Control: 0"
4491631-4491755 adns5020: read: "Delta_X: 0"
4492777-4492963 adns5020: read: "Delta_Y: 0"
4493977-4494101 adns5020: read: "Product_ID: 18"
4495202-4495326 adns5020: read: "Mouse_Control: 0"
4496414-4496538 adns5020: read: "Delta_X: 0"
4497566-4497684 adns5020: read: "Delta_Y: 0"
4498769-4498961 adns5020: read: "Product_ID: 18"
4499993-4500118 adns5020: read: "Mouse_Control: 0"
4501206-4501330 adns5020: read: "Delta_X: 0"
4502358-4502476 adns5020: read: "Delta_Y: 0"
4503559-4503683 adns5020: read: "Product_ID: 18"
4504786-4504978 adns5020: read: "Mouse_Control: 0"
4506003-4506128 adns5020: read: "Delta_X: 0"
4507148-4507266 adns5020: read: "Delta_Y: 0"
4508350-4508474 adns5020: read: "Product_ID: 18"
4509576-4509701 adns5020: read: "Mouse_Control: 0"
4510791-4510983 adns5020: read: "Delta_X: 0"
4511940-4512057 adns5020: read: "Delta_Y: 0"
4513141-4513265 adns5020: read: "Product_ID: 18"
4514367-4514491 adns5020: read: "Mouse_Control: 0"
4515580-4515704 adns5020: read: "Delta_X: 0"
4516726-4516844 adns5020: read: "Delta_Y: 0"
4517926-4518050 adns5020: read: "Product_ID: 18"
4519152-4519276 adns5020: read: "Mouse_Control: 0"
4520364-4520487 adns5020: read: "Delta_X: 0"
4521508-4521626 adns5020: read: "Delta_Y: 0"
4522711-4522836 adns5020: read: "Product_ID: 18"
4523935-4524060 adns5020: read: "Mouse_Control: 0"
4525148-4525273 adns5020: read: "Delta_X: 0"
4526300-4526418 adns5020: read: "Delta_Y: 0"
4527502-4527627 adns5020: read: "Product_ID: 18"
4528730-4528922 adns5020: read: "Mouse_Control: 0"
4529946-4530071 adns5020: read: "Delta_X: 0"
4531091-4531209 adns5020: read: "Delta_Y: 0"
4532293-4532417 adns5020: read: "Product_ID: 18"
4533519-4533644 adns5020: read: "Mouse_Control: 0"
4534737-4534930 adns5020: read: "Delta_X: 0"
4535891-4536009 adns5020: read: "Delta_Y: 0"
4537096-4537220 adns5020: read: "Product_ID: 18"
4538324-4538448 adns5020: read: "Mouse_Control: 0"
4539539-4539664 adns5020: read: "Delta_X: 0"
4540688-4540806 adns5020: read: "Delta_Y: 0"
4541890-4542015 adns5020: read: "Product_ID: 18"
4543120-4543244 adns5020: read: "Mouse_Control: 0"
4544335-4544460 adns5020: read: "Delta_X: 0"
4545483-4545601 adns5020: read: "Delta_Y: 0"
4546688-4546812 adns5020: read: "Product_ID: 18"
4547915-4548039 adns5020: read: "Mouse_Control: 0"
4549130-4549255 adns5020: read: "Delta_X: 0"
4550285-4550403 adns5020: read: "Delta_Y: 0"
4551489-4551614 adns5020: read: "Product_ID: 18"
4552720-4552845 adns5020: read: "Mouse_Control: 0"
4553941-4554065 adns5020: read: "Delta_X: 0"
4555088-4555206 adns5020: read: "Delta_Y: 0"
4556292-4556417 adns5020: read: "Product_ID: 18"
4557521-4557646 adns5020: read: "Mouse_Control: 0"
4558739-4558863 adns5020: read: "Delta_X: 0"
4559891-4560009 adns5020: read: "Delta_Y: 0"
4561096-4561220 adns5020: read: "Product_ID: 18"
4562325-4562449 adns5020: read: "Mouse_Control: 0"
4563539-4563664 adns5020: read: "Delta_X: 0"
4564688-4564806 adns5020: read: "Delta_Y: 0"
4565890-4566015 adns5020: read: "Product_ID: 18"
4567119-4567244 adns5020: read: "Mouse_Control: 0"
4568335-4568460 adns5020: read: "Delta_X: 0"
4569490-4569608 adns5020: read: "Delta_Y: 0"
4570696-4570820 adns5020: read: "Product_ID: 18"
4571922-4572046 adns5020: read: "Mouse_Control: 0"
4573137-4573262 adns5020: read: "Delta_X: 0"
4574291-4574410 adns5020: read: "Delta_Y: 0"
4575496-4575621 adns5020: read: "Product_ID: 18"
4576727-4576851 adns5020: read: "Mouse_Control: 0"
4577941-4578065 adns5020: read: "Delta_X: 0"
4579095-4579213 adns5020: read: "Delta_Y: 0"
4580299-4580423 adns5020: read: "Product_ID: 18"
4581527-4581652 adns5020: read: "Mouse_Control: 0"
4582744-4582869 adns5020: read: "Delta_X: 0"
4583898-4584016 adns5020: read: "Delta_Y: 0"
4585103-4585228 adns5020: read: "Product_ID: 18"
4586332-4586457 adns5020: read: "Mouse_Control: 0"
4587548-4587673 adns5020: read: "Delta_X: 0"
4588696-4588814 adns5020: read: "Delta_Y: 0"
4589898-4590023 adns5020: read: "Product_ID: 18"
4591127-4591252 adns5020: read: "Mouse_Control: 0"
4592343-4592467 adns5020: read: "Delta_X: 0"
4593497-4593615 adns5020: read: "Delta_Y: 0"
4594704-4594828 adns5020: read: "Product_ID: 18"
4595931-4596055 adns5020: read: "Mouse_Control: 0"
4597145-4597270 adns5020: read: "Delta_X: 0"
4598299-4598417 adns5020: read: "Delta_Y: 0"
4599504-4599628 adns5020: read: "Product_ID: 18"
4600734-4600859 adns5020: read: "Mouse_Control: 0"
4601955-4602080 adns5020: read: "Delta_X: 0"
4603103-4603221 adns5020: read: "Delta_Y: 0"
4604307-4604432 adns5020: read: "Product_ID: 18"
4605535-4605660 adns5020: read: "Mouse_Control: 0"
4606752-4606876 adns5020: read: "Delta_X: 0"
4607904-4608022 adns5020: read: "Delta_Y: 0"
4609109-4609233 adns5020: read: "Product_ID: 18"
4610338-4610462 adns5020: read: "Mouse_Control: 0"
4611553-4611678 adns5020: read: "Delta_X: 0"
4612702-4612820 adns5020: read: "Delta_Y: 0"
4613904-4614028 adns5020: read: "Product_ID: 18"
4615132-4615257 adns5020: read: "Mouse_Control: 0"
4616347-4616472 adns5020: read: "Delta_X: 0"
4617495-4617613 adns5020: read: "Delta_Y: 0"
4618701-4618826 adns5020: read: "Product_ID: 18"
4619928-4620053 adns5020: read: "Mouse_Control: 0"
4621144-4621268 adns5020: read: "Delta_X: 0"
4622297-4622415 adns5020: read: "Delta_Y: 0"
4623501-4623626 adns5020: read: "Product_ID: 18"
4624731-4624856 adns5020: read: "Mouse_Control: 0"
4625952-4626077 adns5020: read: "Delta_X: 0"
4627099-4627218 adns5020: read: "Delta_Y: 0"
4628304-4628429 adns5020: read: "Product_ID: 18"
4629533-4629658 adns5020: read: "Mouse_Control: 0"
4630750-4630874 adns5020: read: "Delta_X: 0"
4631903-4632021 adns5020: read: "Delta_Y: 0"
4633107-4633232 adns5020: read: "Product_ID: 18"
4634336-4634461 adns5020: read: "Mouse_Control: 0"
4635552-4635676 adns5020: read: "Delta_X: 0"
4636701-4636819 adns5020: read: "Delta_Y: 0"
4637904-4638028 adns5020: read: "Product_ID: 18"
4639133-4639258 adns5020: read: "Mouse_Control: 0"
4640348-4640472 adns5020: read: "Delta_X: 0"
4641502-4641620 adns5020: read: "Delta_Y: 0"
4642708-4642833 adns5020: read: "Product_ID: 18"
4643935-4644060 adns5020: read: "Mouse_Control: 0"
4645151-4645276 adns5020: read: "Delta_X: 0"
4646306-4646424 adns5020: read: "Delta_Y: 0"
4647510-4647635 adns5020: read: "Product_ID: 18"
4648740-4648864 adns5020: read: "Mouse_Control: 0"
4649953-4650078 adns5020: read: "Delta_X: 0"
4651108-4651226 adns5020: read: "Delta_Y: 0"
4652312-4652437 adns5020: read: "Product_ID: 18"
4653542-4653666 adns5020: read: "Mouse_Control: 0"
4654759-4654884 adns5020: read: "Delta_X: 0"
4655911-4656029 adns5020: read: "Delta_Y: 0"
4657115-4657239 adns5020: read: "Product_ID: 18"
4658344-4658468 adns5020: read: "Mouse_Control: 0"
4659559-4659684 adns5020: read: "Delta_X: 0"
4660708-4660826 adns5020: read: "Delta_Y: 0"
4661911-4662035 adns5020: read: "Product_ID: 18"
4663140-4663264 adns5020: read: "Mouse_Control: 0"
4664355-4664480 adns5020: read: "Delta_X: 0"
4665508-4665626 adns5020: read: "Delta_Y: 0"
4666714-4666839 adns5020: read: "Product_ID: 18"
4667941-4668066 adns5020: read: "Mouse_Control: 0"
4669157-4669281 adns5020: read: "Delta_X: 0"
4670311-4670429 adns5020: read: "Delta_Y: 0"
4671516-4671640 adns5020: read: "Product_ID: 18"
4672746-4672871 adns5020: read: "Mouse_Control: 0"
4673965-4674090 adns5020: read: "Delta_X: 0"
4675112-4675231 adns5020: read: "Delta_Y: 0"
4676317-4676442 adns5020: read: "Product_ID: 18"
4677546-4677671 adns5020: read: "Mouse_Control: 0"
4678763-4678888 adns5020: read: "Delta_X: 0"
4679917-4680035 adns5020: read: "Delta_Y: 0"
4681121-4681246 adns5020: read: "Product_ID: 18"
4682349-4682474 adns5020: read: "Mouse_Control: 0"
4683564-4683689 adns5020: read: "Delta_X: 0"
4684713-4684832 adns5020: read: "Delta_Y: 0"
4685916-4686041 adns5020: read: "Product_ID: 18"
4687145-4687270 adns5020: read: "Mouse_Control: 0"
4688361-4688485 adns5020: read: "Delta_X: 0"
4689508-4689626 adns5020: read: "Delta_Y: 0"
4690713-4690837 adns5020: read: "Product_ID: 18"
4691940-4692064 adns5020: read: "Mouse_Control: 0"
4693155-4693280 adns5020: read: "Delta_X: 0"
4694309-4694428 adns5020: read: "Delta_Y: 0"
4695514-4695639 adns5020: read: "Product_ID: 18"
4696745-4696869 adns5020: read: "Mouse_Control: 0"
4697965-4698090 adns5020: read: "Delta_X: 0"
4699112-4699230 adns5020: read: "Delta_Y: 0"
4700316-4700440 adns5020: read: "Product_ID: 18"
4701545-4701669 adns5020: read: "Mouse_Control: 0"
4702762-4702886 adns5020: read: "Delta_X: 0"
4703914-4704032 adns5020: read: "Delta_Y: 0"
4705119-4705244 adns5020: read: "Product_ID: 18"
4706348-4706473 adns5020: read: "Mouse_Control: 0"
4707563-4707687 adns5020: read: "Delta_X: 0"
4708711-4708829 adns5020: read: "Delta_Y: 0"
4709913-4710038 adns5020: read: "Product_ID: 18"
4711142-4711267 adns5020: read: "Mouse_Control: 0"
4712358-4712483 adns5020: read: "Delta_X: 0"
4713505-4713624 adns5020: read: "Delta_Y: 0"
4714712-4714836 adns5020: read: "Product_ID: 18"
4715938-4716062 adns5020: read: "Mouse_Control: 0"
4717152-4717277 adns5020: read: "Delta_X: 0"
4718307-4718425 adns5020: read: "Delta_Y: 0"
4719511-4719636 adns5020: read: "Product_ID: 18"
4720742-4720866 adns5020: read: "Mouse_Control: 0"
4721962-4722087 adns5020: read: "Delta_X: 0"
4723111-4723229 adns5020: read: "Delta_Y: 0"
4724314-4724439 adns5020: read: "Product_ID: 18"
4725543-4725667 adns5020: read: "Mouse_Control: 0"
4726758-4726882 adns5020: read: "Delta_X: 0"
4727909-4728027 adns5020: read: "Delta_Y: 0"
4729111-4729235 adns5020: read: "Product_ID: 18"
4730337-4730461 adns5020: read: "Mouse_Control: 0"
4731550-4731674 adns5020: read: "Delta_X: 0"
4732695-4732813 adns5020: read: "Delta_Y: 0"
4733894-4734018 adns5020: read: "Product_ID: 18"
4735120-4735245 adns5020: read: "Mouse_Control: 0"
4736333-4736457 adns5020: read: "Delta_X: 0"
4737485-4737603 adns5020: read: "Delta_Y: 0"
4738688-4738812 adns5020: read: "Product_ID: 18"
4739982-4740107 adns5020: read: "Mouse_Control: 0"
4741124-4741249 adns5020: read: "Delta_X: 0"
4742275-4742393 adns5020: read: "Delta_Y: 0"
4743477-4743601 adns5020: read: "Product_ID: 18"
4744704-4744829 adns5020: read: "Mouse_Control: 0"
4745985-4746109 adns5020: read: "Delta_X: 0"
4747067-4747185 adns5020: read: "Delta_Y: 0"
4748269-4748393 adns5020: read: "Product_ID: 18"
4749494-4749619 adns5020: read: "Mouse_Control: 0"
4750708-4750832 adns5020: read: "Delta_X: 0"
4751857-4751975 adns5020: read: "Delta_Y: 0"
4753059-4753183 adns5020: read: "Product_ID: 18"
4754285-4754409 adns5020: read: "Mouse_Control: 0"
4755498-4755622 adns5020: read: "Delta_X: 0"
4756644-4756762 adns5020: read: "Delta_Y: 0"
4757844-4757968 adns5020: read: "Product_ID: 18"
4759069-4759193 adns5020: read: "Mouse_Control: 0"
4760281-4760406 adns5020: read: "Delta_X: 0"
4761433-4761551 adns5020: read: "Delta_Y: 0"
4762636-4762761 adns5020: read: "Product_ID: 18"
4763931-4764055 adns5020: read: "Mouse_Control: 0"
4765081-4765205 adns5020: read: "Delta_X: 0"
4766225-4766343 adns5020: read: "Delta_Y: 0"
4767426-4767550 adns5020: read: "Product_ID: 18"
4768652-4768776 adns5020: read: "Mouse_Control: 0"
4769934-4770058 adns5020: read: "Delta_X: 0"
4771016-4771134 adns5020: read: "Delta_Y: 0"
4772218-4772342 adns5020: read: "Product_ID: 18"
4773444-4773568 adns5020: read: "Mouse_Control: 0"
4774657-4774781 adns5020: read: "Delta_X: 0"
4775870-4775988 adns5020: read: "Delta_Y: 0"
4777001-4777126 adns5020: read: "Product_ID: 18"
4778228-4778352 adns5020: read: "Mouse_Control: 0"
4779440-4779565 adns5020: read: "Delta_X: 0"
4780585-4780703 adns5020: read: "Delta_Y: 0"
4781857-4781981 adns5020: read: "Product_ID: 18"
4783013-4783137 adns5020: read: "Mouse_Control: 0"
4784224-4784349 adns5020: read: "Delta_X: 0"
4785376-4785494 adns5020: read: "Delta_Y: 0"
4786577-4786702 adns5020: read: "Product_ID: 18"
4787873-4787997 adns5020: read: "Mouse_Control: 0"
4789023-4789147 adns5020: read: "Delta_X: 0"
4790168-4790286 adns5020: read: "Delta_Y: 0"
4791369-4791494 adns5020: read: "Product_ID: 18"
4792594-4792719 adns5020: read: "Mouse_Control: 0"
4793876-4794001 adns5020: read: "Delta_X: 0"
4794958-4795076 adns5020: read: "Delta_Y: 0"
4796160-4796284 adns5020: read: "Product_ID: 18"
4797386-4797510 adns5020: read: "Mouse_Control: 0"
4798599-4798723 adns5020: read: "Delta_X: 0"
4799813-4799930 adns5020: read: "Delta_Y: 0"
4800943-4801068 adns5020: read: "Product_ID: 18"
4802169-4802293 adns5020: read: "Mouse_Control: 0"
4803382-4803506 adns5020: read: "Delta_X: 0"
4804527-4804644 adns5020: read: "Delta_Y: 0"
4805798-4805922 adns5020: read: "Product_ID: 18"
4806955-4807079 adns5020: read: "Mouse_Control: 0"
4808168-4808292 adns5020: read: "Delta_X: 0"
4809312-4809429 adns5020: read: "Delta_Y: 0"
4810513-4810637 adns5020: read: "Product_ID: 18"
4811808-4811933 adns5020: read: "Mouse_Control: 0"
4812958-4813082 adns5020: read: "Delta_X: 0"
4814103-4814221 adns5020: read: "Delta_Y: 0"
4815305-4815429 adns5020: read: "Product_ID: 18"
4816531-4816655 adns5020: read: "Mouse_Control: 0"
4817812-4817936 adns5020: read: "Delta_X: 0"
4818893-4819011 adns5020: read: "Delta_Y: 0"
4820095-4820219 adns5020: read: "Product_ID: 18"
4821321-4821446 adns5020: read: "Mouse_Control: 0"
4822534-4822658 adns5020: read: "Delta_X: 0"
4823748-4823866 adns5020: read: "Delta_Y: 0"
4824880-4825005 adns5020: read: "Product_ID: 18"
4826106-4826230 adns5020: read: "Mouse_Control: 0"
4827318-4827442 adns5020: read: "Delta_X: 0"
4828462-4828580 adns5020: read: "Delta_Y: 0"
4829734-4829858 adns5020: read: "Product_ID: 18"
4830890-4831014 adns5020: read: "Mouse_Control: 0"
4832103-4832227 adns5020: read: "Delta_X: 0"
4833255-4833371 adns5020: read: "Delta_Y: 0"
4834456-4834580 adns5020: read: "Product_ID: 18"
4835750-4835875 adns5020: read: "Mouse_Control: 0"
4836900-4837025 adns5020: read: "Delta_X: 0"
4838045-4838163 adns5020: read: "Delta_Y: 0"
4839247-4839371 adns5020: read: "Product_ID: 18"
4840473-4840597 adns5020: read: "Mouse_Control: 0"
4841755-4841880 adns5020: read: "Delta_X: 0"
4842836-4842954 adns5020: read: "Delta_Y: 0"
4844037-4844161 adns5020: read: "Product_ID: 18"
4845263-4845388 adns5020: read: "Mouse_Control: 0"
4846476-4846600 adns5020: read: "Delta_X: 0"
4847690-4847808 adns5020: read: "Delta_Y: 0"
4848822-4848946 adns5020: read: "Product_ID: 18"
4850048-4850173 adns5020: read: "Mouse_Control: 0"
4851261-4851385 adns5020: read: "Delta_X: 0"
4852404-4852522 adns5020: read: "Delta_Y: 0"
4853675-4853800 adns5020: read: "Product_ID: 18"
4854832-4854956 adns5020: read: "Mouse_Control: 0"
4856045-4856169 adns5020: read: "Delta_X: 0"
4857196-4857314 adns5020: read: "Delta_Y: 0"
4858398-4858523 adns5020: read: "Product_ID: 18"
4859693-4859818 adns5020: read: "Mouse_Control: 0"
4860842-4860966 adns5020: read: "Delta_X: 0"
4861987-4862105 adns5020: read: "Delta_Y: 0"
4863188-4863313 adns5020: read: "Product_ID: 18"
4864415-4864539 adns5020: read: "Mouse_Control: 0"
4865697-4865821 adns5020: read: "Delta_X: 0"
4866778-4866896 adns5020: read: "Delta_Y: 0"
4867980-4868104 adns5020: read: "Product_ID: 18"
4869205-4869329 adns5020: read: "Mouse_Control: 0"
4870418-4870543 adns5020: read: "Delta_X: 0"
4871635-4871753 adns5020: read: "Delta_Y: 0"
4872769-4872894 adns5020: read: "Product_ID: 18"
4873999-4874123 adns5020: read: "Mouse_Control: 0"
4875214-4875339 adns5020: read: "Delta_X: 0"
4876361-4876479 adns5020: read: "Delta_Y: 0"
4877634-4877758 adns5020: read: "Product_ID: 18"
4878792-4878917 adns5020: read: "Mouse_Control: 0"
4880008-4880132 adns5020: read: "Delta_X: 0"
4881162-4881280 adns5020: read: "Delta_Y: 0"
4882367-4882491 adns5020: read: "Product_ID: 18"
4883665-4883790 adns5020: read: "Mouse_Control: 0"
4884817-4884942 adns5020: read: "Delta_X: 0"
4885963-4886081 adns5020: read: "Delta_Y: 0"
4887168-4887292 adns5020: read: "Product_ID: 18"
4888396-4888521 adns5020: read: "Mouse_Control: 0"
4889682-4889806 adns5020: read: "Delta_X: 0"
4890767-4890885 adns5020: read: "Delta_Y: 0"
4891972-4892096 adns5020: read: "Product_ID: 18"
4893200-4893325 adns5020: read: "Mouse_Control: 0"
4894414-4894539 adns5020: read: "Delta_X: 0"
4895631-4895749 adns5020: read: "Delta_Y: 0"
4896765-4896890 adns5020: read: "Product_ID: 18"
4897994-4898119 adns5020: read: "Mouse_Control: 0"
4899210-4899334 adns5020: read: "Delta_X: 0"
4900364-4900482 adns5020: read: "Delta_Y: 0"
4901638-4901763 adns5020: read: "Product_ID: 18"
4902796-4902920 adns5020: read: "Mouse_Control: 0"
4904011-4904135 adns5020: read: "Delta_X: 0"
4905165-4905283 adns5020: read: "Delta_Y: 0"
4906369-4906494 adns5020: read: "Product_ID: 18"
4907668-4907793 adns5020: read: "Mouse_Control: 0"
4908813-4908938 adns5020: read: "Delta_X: 0"
4909968-4910086 adns5020: read: "Delta_Y: 0"
4911171-4911296 adns5020: read: "Product_ID: 18"
4912399-4912524 adns5020: read: "Mouse_Control: 0"
4913684-4913809 adns5020: read: "Delta_X: 0"
4914769-4914887 adns5020: read: "Delta_Y: 0"
4915973-4916098 adns5020: read: "Product_ID: 18"
4917202-4917327 adns5020: read: "Mouse_Control: 0"
4918417-4918542 adns5020: read: "Delta_X: 0"
4919633-4919751 adns5020: read: "Delta_Y: 0"
4920767-4920891 adns5020: read: "Product_ID: 18"
4921996-4922120 adns5020: read: "Mouse_Control: 0"
4923211-4923336 adns5020: read: "Delta_X: 0"
4924365-4924484 adns5020: read: "Delta_Y: 0"
4925640-4925764 adns5020: read: "Product_ID: 18"
4926799-4926923 adns5020: read: "Mouse_Control: 0"
4928013-4928137 adns5020: read: "Delta_X: 0"
4929167-4929285 adns5020: read: "Delta_Y: 0"
4930371-4930496 adns5020: read: "Product_ID: 18"
4931670-4931794 adns5020: read: "Mouse_Control: 0"
4932822-4932947 adns5020: read: "Delta_X: 0"
4933969-4934088 adns5020: read: "Delta_Y: 0"
4935174-4935299 adns5020: read: "Product_ID: 18"
4936402-4936527 adns5020: read: "Mouse_Control: 0"
4937686-4937811 adns5020: read: "Delta_X: 0"
4938770-4938889 adns5020: read: "Delta_Y: 0"
4939975-4940099 adns5020: read: "Product_ID: 18"
4941204-4941328 adns5020: read: "Mouse_Control: 0"
4942419-4942544 adns5020: read: "Delta_X: 0"
4943636-4943754 adns5020: read: "Delta_Y: 0"
4944770-4944894 adns5020: read: "Product_ID: 18"
4945998-4946123 adns5020: read: "Mouse_Control: 0"
4947214-4947338 adns5020: read: "Delta_X: 0"
4948361-4948479 adns5020: read: "Delta_Y: 0"
4949635-4949760 adns5020: read: "Product_ID: 18"
4950794-4950919 adns5020: read: "Mouse_Control: 0"
4952010-4952134 adns5020: read: "Delta_X: 0"
4953164-4953282 adns5020: read: "Delta_Y: 0"
4954367-4954492 adns5020: read: "Product_ID: 18"
4955666-4955790 adns5020: read: "Mouse_Control: 0"
4956818-4956943 adns5020: read: "Delta_X: 0"
4957966-4958084 adns5020: read: "Delta_Y: 0"
4959170-4959295 adns5020: read: "Product_ID: 18"
4960399-4960524 adns5020: read: "Mouse_Control: 0"
4961684-4961808 adns5020: read: "Delta_X: 0"
4962767-4962885 adns5020: read: "Delta_Y: 0"
4963971-4964096 adns5020: read: "Product_ID: 18"
4965200-4965325 adns5020: read: "Mouse_Control: 0"
4966414-4966539 adns5020: read: "Delta_X: 0"
4967629-4967746 adns5020: read: "Delta_Y: 0"
4968760-4968885 adns5020: read: "Product_ID: 18"
4969986-4970110 adns5020: read: "Mouse_Control: 0"
4971197-4971322 adns5020: read: "Delta_X: 0"
4972342-4972460 adns5020: read: "Delta_Y: 0"
4973613-4973737 adns5020: read: "Product_ID: 18"
4974770-4974894 adns5020: read: "Mouse_Control: 0"
4975983-4976107 adns5020: read: "Delta_X: 0"
4977127-4977245 adns5020: read: "Delta_Y: 0"
4978329-4978453 adns5020: read: "Product_ID: 18"
4979623-4979747 adns5020: read: "Mouse_Control: 0"
4980772-4980897 adns5020: read: "Delta_X: 0"
4981917-4982035 adns5020: read: "Delta_Y: 0"
4983119-4983243 adns5020: read: "Product_ID: 18"
4984345-4984469 adns5020: read: "Mouse_Control: 0"
4985627-4985751 adns5020: read: "Delta_X: 0"
4986708-4986826 adns5020: read: "Delta_Y: 0"
4987909-4988033 adns5020: read: "Product_ID: 18"
4989135-4989259 adns5020: read: "Mouse_Control: 0"
4990347-4990472 adns5020: read: "Delta_X: 0"
4991561-4991679 adns5020: read: "Delta_Y: 0"
4992693-4992817 adns5020: read: "Product_ID: 18"
4993919-4994044 adns5020: read: "Mouse_Control: 0"
4995132-4995256 adns5020: read: "Delta_X: 0"
4996275-4996393 adns5020: read: "Delta_Y: 0"
4997546-4997670 adns5020: read: "Product_ID: 18"
4998702-4998826 adns5020: read: "Mouse_Control: 0"
4999915-5000039 adns5020: read: "Delta_X: 0"
5001067-5001184 adns5020: read: "Delta_Y: 0"
5002268-5002393 adns5020: read: "Product_ID: 18"
5003564-5003688 adns5020: read: "Mouse_Control: 0"
5004712-5004836 adns5020: read: "Delta_X: 0"
5005856-5005974 adns5020: read: "Delta_Y: 0"
5007058-5007182 adns5020: read: "Product_ID: 18"
5008284-5008408 adns5020: read: "Mouse_Control: 0"
5009566-5009690 adns5020: read: "Delta_X: 0"
5010648-5010766 adns5020: read: "Delta_Y: 0"
5011849-5011974 adns5020: read: "Product_ID: 18"
5013074-5013199 adns5020: read: "Mouse_Control: 0"
5014287-5014412 adns5020: read: "Delta_X: 0"
5015504-5015622 adns5020: read: "Delta_Y: 0"
5016638-5016763 adns5020: read: "Product_ID: 18"
5017867-5017992 adns5020: read: "Mouse_Control: 0"
5019083-5019208 adns5020: read: "Delta_X: 0"
5020230-5020348 adns5020: read: "Delta_Y: 0"
5021503-5021628 adns5020: read: "Product_ID: 18"
5022661-5022786 adns5020: read: "Mouse_Control: 0"
5023877-5024001 adns5020: read: "Delta_X: 0"
5025031-5025149 adns5020: read: "Delta_Y: 0"
5026235-5026360 adns5020: read: "Product_ID: 18"
5027534-5027658 adns5020: read: "Mouse_Control: 0"
5028686-5028811 adns5020: read: "Delta_X: 0"
5029833-5029951 adns5020: read: "Delta_Y: 0"
5031036-5031161 adns5020: read: "Product_ID: 18"
5032265-5032390 adns5020: read: "Mouse_Control: 0"
5033550-5033675 adns5020: read: "Delta_X: 0"
5034635-5034753 adns5020: read: "Delta_Y: 0"
5035839-5035964 adns5020: read: "Product_ID: 18"
5037068-5037193 adns5020: read: "Mouse_Control: 0"
5038283-5038407 adns5020: read: "Delta_X: 0"
5039499-5039617 adns5020: read: "Delta_Y: 0"
5040633-5040757 adns5020: read: "Product_ID: 18"
5041862-5041986 adns5020: read: "Mouse_Control: 0"
5043077-5043202 adns5020: read: "Delta_X: 0"
5044225-5044343 adns5020: read: "Delta_Y: 0"
5045499-5045623 adns5020: read: "Product_ID: 18"
5046657-5046781 adns5020: read: "Mouse_Control: 0"
5047871-5047996 adns5020: read: "Delta_X: 0"
5049025-5049144 adns5020: read: "Delta_Y: 0"
5050230-5050354 adns5020: read: "Product_ID: 18"
5051528-5051653 adns5020: read: "Mouse_Control: 0"
5052681-5052805 adns5020: read: "Delta_X: 0"
5053828-5053946 adns5020: read: "Delta_Y: 0"
5055032-5055157 adns5020: read: "Product_ID: 18"
5056260-5056385 adns5020: read: "Mouse_Control: 0"
5057545-5057670 adns5020: read: "Delta_X: 0"
5058630-5058748 adns5020: read: "Delta_Y: 0"
5059835-5059960 adns5020: read: "Product_ID: 18"
5061064-5061189 adns5020: read: "Mouse_Control: 0"
5062279-5062403 adns5020: read: "Delta_X: 0"
5063492-5063610 adns5020: read: "Delta_Y: 0"
5064623-5064747 adns5020: read: "Product_ID: 18"
5065849-5065973 adns5020: read: "Mouse_Control: 0"
5067062-5067186 adns5020: read: "Delta_X: 0"
5068213-5068331 adns5020: read: "Delta_Y: 0"
5069484-5069609 adns5020: read: "Product_ID: 18"
5070641-5070765 adns5020: read: "Mouse_Control: 0"
5071853-5071977 adns5020: read: "Delta_X: 0"
5073004-5073121 adns5020: read: "Delta_Y: 0"
5074205-5074329 adns5020: read: "Product_ID: 18"
5075501-5075625 adns5020: read: "Mouse_Control: 0"
5076643-5076768 adns5020: read: "Delta_X: 0"
5077795-5077913 adns5020: read: "Delta_Y: 0"
5078997-5079121 adns5020: read: "Product_ID: 18"
5080223-5080347 adns5020: read: "Mouse_Control: 0"
5081504-5081628 adns5020: read: "Delta_X: 0"
5082585-5082703 adns5020: read: "Delta_Y: 0"
5083787-5083911 adns5020: read: "Product_ID: 18"
5085013-5085137 adns5020: read: "Mouse_Control: 0"
5086226-5086350 adns5020: read: "Delta_X: 0"
5087440-5087558 adns5020: read: "Delta_Y: 0"
5088571-5088695 adns5020: read: "Product_ID: 18"
5089796-5089920 adns5020: read: "Mouse_Control: 0"
5091008-5091133 adns5020: read: "Delta_X: 0"
5092160-5092278 adns5020: read: "Delta_Y: 0"
5093431-5093555 adns5020: read: "Product_ID: 18"
5094587-5094711 adns5020: read: "Mouse_Control: 0"
5095800-5095924 adns5020: read: "Delta_X: 0"
5096951-5097069 adns5020: read: "Delta_Y: 0"
5098152-5098276 adns5020: read: "Product_ID: 18"
5099447-5099571 adns5020: read: "Mouse_Control: 0"
5100596-5100721 adns5020: read: "Delta_X: 0"
5101741-5101859 adns5020: read: "Delta_Y: 0"
5102943-5103067 adns5020: read: "Product_ID: 18"
5104169-5104293 adns5020: read: "Mouse_Control: 0"
5105451-5105575 adns5020: read: "Delta_X: 0"
5106531-5106649 adns5020: read: "Delta_Y: 0"
5107733-5107857 adns5020: read: "Product_ID: 18"
5108959-5109083 adns5020: read: "Mouse_Control: 0"
5110172-5110296 adns5020: read: "Delta_X: 0"
5111389-5111507 adns5020: read: "Delta_Y: 0"
5112523-5112648 adns5020: read: "Product_ID: 18"
5113752-5113876 adns5020: read: "Mouse_Control: 0"
5114966-5115091 adns5020: read: "Delta_X: 0"
5116113-5116231 adns5020: read: "Delta_Y: 0"
5117387-5117512 adns5020: read: "Product_ID: 18"
5118546-5118671 adns5020: read: "Mouse_Control: 0"
5119762-5119886 adns5020: read: "Delta_X: 0"
5120916-5121034 adns5020: read: "Delta_Y: 0"
5122121-5122245 adns5020: read: "Product_ID: 18"
5123418-5123542 adns5020: read: "Mouse_Control: 0"
5124570-5124694 adns5020: read: "Delta_X: 0"
5125717-5125835 adns5020: read: "Delta_Y: 0"
5126922-5127046 adns5020: read: "Product_ID: 18"
5128151-5128275 adns5020: read: "Mouse_Control: 0"
5129436-5129560 adns5020: read: "Delta_X: 0"
5130520-5130638 adns5020: read: "Delta_Y: 0"
5131724-5131848 adns5020: read: "Product_ID: 18"
5132952-5133076 adns5020: read: "Mouse_Control: 0"
5134167-5134292 adns5020: read: "Delta_X: 0"
5135384-5135502 adns5020: read: "Delta_Y: 0"
5136518-5136643 adns5020: read: "Product_ID: 18"
5137747-5137872 adns5020: read: "Mouse_Control: 0"
5138963-5139087 adns5020: read: "Delta_X: 0"
5140109-5140227 adns5020: read: "Delta_Y: 0"
5141382-5141507 adns5020: read: "Product_ID: 18"
5142542-5142668 adns5020: read: "Mouse_Control: 0"
5143757-5143882 adns5020: read: "Delta_X: 0"
5144905-5145023 adns5020: read: "Delta_Y: 0"
5146109-5146234 adns5020: read: "Product_ID: 18"
5147408-5147532 adns5020: read: "Mouse_Control: 0"
5148559-5148684 adns5020: read: "Delta_X: 0"
5149706-5149824 adns5020: read: "Delta_Y: 0"
5150910-5151034 adns5020: read: "Product_ID: 18"
5152139-5152263 adns5020: read: "Mouse_Control: 0"
5153424-5153548 adns5020: read: "Delta_X: 0"
5154508-5154626 adns5020: read: "Delta_Y: 0"
5155712-5155837 adns5020: read: "Product_ID: 18"
5156941-5157065 adns5020: read: "Mouse_Control: 0"
5158155-5158279 adns5020: read: "Delta_X: 0"
5159369-5159486 adns5020: read: "Delta_Y: 0"
5160500-5160625 adns5020: read: "Product_ID: 18"
5161726-5161851 adns5020: read: "Mouse_Control: 0"
5162939-5163063 adns5020: read: "Delta_X: 0"
5164084-5164202 adns5020: read: "Delta_Y: 0"
5165354-5165478 adns5020: read: "Product_ID: 18"
5166509-5166634 adns5020: read: "Mouse_Control: 0"
5167722-5167846 adns5020: read: "Delta_X: 0"
5168874-5168992 adns5020: read: "Delta_Y: 0"
5170076-5170200 adns5020: read: "Product_ID: 18"
5171371-5171496 adns5020: read: "Mouse_Control: 0"
5172521-5172645 adns5020: read: "Delta_X: 0"
5173665-5173783 adns5020: read: "Delta_Y: 0"
5174866-5174990 adns5020: read: "Product_ID: 18"
5176092-5176216 adns5020: read: "Mouse_Control: 0"
5177374-5177498 adns5020: read: "Delta_X: 0"
5178456-5178574 adns5020: read: "Delta_Y: 0"
5179657-5179782 adns5020: read: "Product_ID: 18"
5180884-5181008 adns5020: read: "Mouse_Control: 0"
5182096-5182220 adns5020: read: "Delta_X: 0"
5183309-5183427 adns5020: read: "Delta_Y: 0"
5184441-5184565 adns5020: read: "Product_ID: 18"
5185667-5185791 adns5020: read: "Mouse_Control: 0"
5186880-5187004 adns5020: read: "Delta_X: 0"
5188024-5188142 adns5020: read: "Delta_Y: 0"
5189296-5189420 adns5020: read: "Product_ID: 18"
5190452-5190576 adns5020: read: "Mouse_Control: 0"
5191663-5191787 adns5020: read: "Delta_X: 0"
5192815-5192932 adns5020: read: "Delta_Y: 0"
5194016-5194141 adns5020: read: "Product_ID: 18"
5195312-5195436 adns5020: read: "Mouse_Control: 0"
5196462-5196586 adns5020: read: "Delta_X: 0"
5197606-5197724 adns5020: read: "Delta_Y: 0"
5198808-5198932 adns5020: read: "Product_ID: 18"
5200033-5200157 adns5020: read: "Mouse_Control: 0"
5201315-5201439 adns5020: read: "Delta_X: 0"
5202397-5202514 adns5020: read: "Delta_Y: 0"
5203598-5203723 adns5020: read: "Product_ID: 18"
5204825-5204949 adns5020: read: "Mouse_Control: 0"
5206037-5206162 adns5020: read: "Delta_X: 0"
5207251-5207369 adns5020: read: "Delta_Y: 0"
5208382-5208506 adns5020: read: "Product_ID: 18"
5209608-5209732 adns5020: read: "Mouse_Control: 0"
5210820-5210945 adns5020: read: "Delta_X: 0"
5211965-5212083 adns5020: read: "Delta_Y: 0"
5213236-5213361 adns5020: read: "Product_ID: 18"
5214393-5214517 adns5020: read: "Mouse_Control: 0"
5215605-5215729 adns5020: read: "Delta_X: 0"
5216756-5216874 adns5020: read: "Delta_Y: 0"
5217957-5218081 adns5020: read: "Product_ID: 18"
5219252-5219377 adns5020: read: "Mouse_Control: 0"
5220402-5220526 adns5020: read: "Delta_X: 0"
5221547-5221664 adns5020: read: "Delta_Y: 0"
5222748-5222873 adns5020: read: "Product_ID: 18"
5223975-5224099 adns5020: read: "Mouse_Control: 0"
5225256-5225380 adns5020: read: "Delta_X: 0"
5226338-5226456 adns5020: read: "Delta_Y: 0"
5227539-5227664 adns5020: read: "Product_ID: 18"
5228765-5228890 adns5020: read: "Mouse_Control: 0"
5229978-5230102 adns5020: read: "Delta_X: 0"
5231192-5231310 adns5020: read: "Delta_Y: 0"
5232324-5232448 adns5020: read: "Product_ID: 18"
5233549-5233674 adns5020: read: "Mouse_Control: 0"
5234761-5234886 adns5020: read: "Delta_X: 0"
5235913-5236031 adns5020: read: "Delta_Y: 0"
5237184-5237308 adns5020: read: "Product_ID: 18"
5238340-5238465 adns5020: read: "Mouse_Control: 0"
5239553-5239678 adns5020: read: "Delta_X: 0"
5240705-5240823 adns5020: read: "Delta_Y: 0"
5241906-5242030 adns5020: read: "Product_ID: 18"
5243201-5243325 adns5020: read: "Mouse_Control: 0"
5244343-5244468 adns5020: read: "Delta_X: 0"
5245495-5245613 adns5020: read: "Delta_Y: 0"
5246697-5246821 adns5020: read: "Product_ID: 18"
5247923-5248047 adns5020: read: "Mouse_Control: 0"
5249205-5249329 adns5020: read: "Delta_X: 0"
5250286-5250404 adns5020: read: "Delta_Y: 0"
5251487-5251611 adns5020: read: "Product_ID: 18"
5252713-5252837 adns5020: read: "Mouse_Control: 0"
5253926-5254050 adns5020: read: "Delta_X: 0"
5255143-5255261 adns5020: read: "Delta_Y: 0"
5256277-5256402 adns5020: read: "Product_ID: 18"
5257506-5257631 adns5020: read: "Mouse_Control: 0"
5258721-5258845 adns5020: read: "Delta_X: 0"
5259874-5259992 adns5020: read: "Delta_Y: 0"
5261148-5261273 adns5020: read: "Product_ID: 18"
5262307-5262432 adns5020: read: "Mouse_Control: 0"
5263523-5263647 adns5020: read: "Delta_X: 0"
5264677-5264795 adns5020: read: "Delta_Y: 0"
5265882-5266006 adns5020: read: "Product_ID: 18"
5267180-5267304 adns5020: read: "Mouse_Control: 0"
5268331-5268456 adns5020: read: "Delta_X: 0"
5269478-5269596 adns5020: read: "Delta_Y: 0"
5270683-5270807 adns5020: read: "Product_ID: 18"
5271912-5272036 adns5020: read: "Mouse_Control: 0"
5273197-5273321 adns5020: read: "Delta_X: 0"
5274281-5274399 adns5020: read: "Delta_Y: 0"
5275485-5275610 adns5020: read: "Product_ID: 18"
5276713-5276838 adns5020: read: "Mouse_Control: 0"
5277928-5278053 adns5020: read: "Delta_X: 0"
5279145-5279263 adns5020: read: "Delta_Y: 0"
5280279-5280404 adns5020: read: "Product_ID: 18"
5281508-5281633 adns5020: read: "Mouse_Control: 0"
5282724-5282849 adns5020: read: "Delta_X: 0"
5283871-5283989 adns5020: read: "Delta_Y: 0"
5285144-5285268 adns5020: read: "Product_ID: 18"
5286302-5286427 adns5020: read: "Mouse_Control: 0"
5287518-5287642 adns5020: read: "Delta_X: 0"
5288672-5288790 adns5020: read: "Delta_Y: 0"
5289877-5290001 adns5020: read: "Product_ID: 18"
5291175-5291300 adns5020: read: "Mouse_Control: 0"
5292327-5292452 adns5020: read: "Delta_X: 0"
5293474-5293592 adns5020: read: "Delta_Y: 0"
5294678-5294802 adns5020: read: "Product_ID: 18"
5295907-5296031 adns5020: read: "Mouse_Control: 0"
5297192-5297316 adns5020: read: "Delta_X: 0"
5298276-5298394 adns5020: read: "Delta_Y: 0"
5299481-5299605 adns5020: read: "Product_ID: 18"
5300709-5300834 adns5020: read: "Mouse_Control: 0"
5301924-5302048 adns5020: read: "Delta_X: 0"
5303140-5303259 adns5020: read: "Delta_Y: 0"
5304275-5304399 adns5020: read: "Product_ID: 18"
5305504-5305629 adns5020: read: "Mouse_Control: 0"
5306719-5306844 adns5020: read: "Delta_X: 0"
5307867-5307985 adns5020: read: "Delta_Y: 0"
5309141-5309265 adns5020: read: "Product_ID: 18"
5310299-5310424 adns5020: read: "Mouse_Control: 0"
5311514-5311639 adns5020: read: "Delta_X: 0"
5312661-5312780 adns5020: read: "Delta_Y: 0"
5313866-5313991 adns5020: read: "Product_ID: 18"
5315165-5315289 adns5020: read: "Mouse_Control: 0"
5316317-5316442 adns5020: read: "Delta_X: 0"
5317464-5317582 adns5020: read: "Delta_Y: 0"
5318668-5318792 adns5020: read: "Product_ID: 18"
5319896-5320021 adns5020: read: "Mouse_Control: 0"
5321181-5321306 adns5020: read: "Delta_X: 0"
5322266-5322384 adns5020: read: "Delta_Y: 0"
5323470-5323595 adns5020: read: "Product_ID: 18"
5324699-5324824 adns5020: read: "Mouse_Control: 0"
5325915-5326039 adns5020: read: "Delta_X: 0"
5327131-5327249 adns5020: read: "Delta_Y: 0"
5328264-5328389 adns5020: read: "Product_ID: 18"
5329493-5329618 adns5020: read: "Mouse_Control: 0"
5330709-5330833 adns5020: read: "Delta_X: 0"
5331856-5331974 adns5020: read: "Delta_Y: 0"
5333130-5333255 adns5020: read: "Product_ID: 18"
5334289-5334414 adns5020: read: "Mouse_Control: 0"
5335504-5335628 adns5020: read: "Delta_X: 0"
5336657-5336775 adns5020: read: "Delta_Y: 0"
5337862-5337986 adns5020: read: "Product_ID: 18"
5339160-5339285 adns5020: read: "Mouse_Control: 0"
5340313-5340437 adns5020: read: "Delta_X: 0"
5341460-5341578 adns5020: read: "Delta_Y: 0"
5342665-5342789 adns5020: read: "Product_ID: 18"
5343893-5344017 adns5020: read: "Mouse_Control: 0"
5345177-5345302 adns5020: read: "Delta_X: 0"
5346261-5346380 adns5020: read: "Delta_Y: 0"
5347466-5347591 adns5020: read: "Product_ID: 18"
5348695-5348820 adns5020: read: "Mouse_Control: 0"
5349911-5350035 adns5020: read: "Delta_X: 0"
5351060-5351246 adns5020: read: "Delta_Y: 0"
5352261-5352386 adns5020: read: "Product_ID: 18"
5353489-5353614 adns5020: read: "Mouse_Control: 0"
5354705-5354829 adns5020: read: "Delta_X: 0"
5355852-5355970 adns5020: read: "Delta_Y: 0"
5357058-5357251 adns5020: read: "Product_ID: 18"
5358285-5358410 adns5020: read: "Mouse_Control: 0"
5359501-5359625 adns5020: read: "Delta_X: 0"
5360655-5360773 adns5020: read: "Delta_Y: 0"
5361858-5361983 adns5020: read: "Product_ID: 18"
5363089-5363281 adns5020: read: "Mouse_Control: 0"
5364309-5364434 adns5020: read: "Delta_X: 0"
5365457-5365575 adns5020: read: "Delta_Y: 0"
5366661-5366786 adns5020: read: "Product_ID: 18"
5367890-5368015 adns5020: read: "Mouse_Control: 0"
5369174-5369299 adns5020: read: "Delta_X: 0"
5370258-5370376 adns5020: read: "Delta_Y: 0"
5371462-5371587 adns5020: read: "Product_ID: 18"
5372691-5372816 adns5020: read: "Mouse_Control: 0"
5373907-5374031 adns5020: read: "Delta_X: 0"
5375055-5375242 adns5020: read: "Delta_Y: 0"
5376258-5376382 adns5020: read: "Product_ID: 18"
5377486-5377611 adns5020: read: "Mouse_Control: 0"
5378700-5378825 adns5020: read: "Delta_X: 0"
5379848-5379966 adns5020: read: "Delta_Y: 0"
5381054-5381246 adns5020: read: "Product_ID: 18"
5382280-5382405 adns5020: read: "Mouse_Control: 0"
5383496-5383621 adns5020: read: "Delta_X: 0"
5384650-5384768 adns5020: read: "Delta_Y: 0"
5385854-5385979 adns5020: read: "Product_ID: 18"
5387084-5387276 adns5020: read: "Mouse_Control: 0"
5388304-5388428 adns5020: read: "Delta_X: 0"
5389451-5389569 adns5020: read: "Delta_Y: 0"
5390655-5390780 adns5020: read: "Product_ID: 18"
5391884-5392009 adns5020: read: "Mouse_Control: 0"
5393101-5393294 adns5020: read: "Delta_X: 0"
5394254-5394372 adns5020: read: "Delta_Y: 0"
5395457-5395582 adns5020: read: "Product_ID: 18"
5396686-5396811 adns5020: read: "Mouse_Control: 0"
5397901-5398026 adns5020: read: "Delta_X: 0"
5399050-5399168 adns5020: read: "Delta_Y: 0"
5400253-5400377 adns5020: read: "Product_ID: 18"
5401482-5401606 adns5020: read: "Mouse_Control: 0"
5402697-5402821 adns5020: read: "Delta_X: 0"
5403850-5403968 adns5020: read: "Delta_Y: 0"
5405055-5405180 adns5020: read: "Product_ID: 18"
5406282-5406406 adns5020: read: "Mouse_Control: 0"
5407497-5407622 adns5020: read: "Delta_X: 0"
5408652-5408770 adns5020: read: "Delta_Y: 0"
5409856-5409981 adns5020: read: "Product_ID: 18"
5411087-5411279 adns5020: read: "Mouse_Control: 0"
5412299-5412423 adns5020: read: "Delta_X: 0"
5413453-5413571 adns5020: read: "Delta_Y: 0"
5414657-5414781 adns5020: read: "Product_ID: 18"
5415885-5416010 adns5020: read: "Mouse_Control: 0"
5417102-5417295 adns5020: read: "Delta_X: 0"
5418254-5418372 adns5020: read: "Delta_Y: 0"
5419458-5419583 adns5020: read: "Product_ID: 18"
5420686-5420810 adns5020: read: "Mouse_Control: 0"
5421901-5422025 adns5020: read: "Delta_X: 0"
5423049-5423167 adns5020: read: "Delta_Y: 0"
5424251-5424376 adns5020: read: "Product_ID: 18"
5425480-5425604 adns5020: read: "Mouse_Control: 0"
5426695-5426820 adns5020: read: "Delta_X: 0"
5427849-5427967 adns5020: read: "Delta_Y: 0"
5429054-5429178 adns5020: read: "Product_ID: 18"
5430280-5430405 adns5020: read: "Mouse_Control: 0"
5431496-5431620 adns5020: read: "Delta_X: 0"
5432650-5432768 adns5020: read: "Delta_Y: 0"
5433855-5433979 adns5020: read: "Product_ID: 18"
5435085-5435210 adns5020: read: "Mouse_Control: 0"
5436306-5436430 adns5020: read: "Delta_X: 0"
5437452-5437570 adns5020: read: "Delta_Y: 0"
5438656-5438780 adns5020: read: "Product_ID: 18"
5439885-5440009 adns5020: read: "Mouse_Control: 0"
5441102-5441226 adns5020: read: "Delta_X: 0"
5442254-5442372 adns5020: read: "Delta_Y: 0"
5443459-5443583 adns5020: read: "Product_ID: 18"
5444688-5444812 adns5020: read: "Mouse_Control: 0"
5445902-5446026 adns5020: read: "Delta_X: 0"
5447050-5447168 adns5020: read: "Delta_Y: 0"
5448252-5448377 adns5020: read: "Product_ID: 18"
5449481-5449606 adns5020: read: "Mouse_Control: 0"
5450697-5450821 adns5020: read: "Delta_X: 0"
5451844-5451962 adns5020: read: "Delta_Y: 0"
5453050-5453175 adns5020: read: "Product_ID: 18"
5454276-5454400 adns5020: read: "Mouse_Control: 0"
5455491-5455615 adns5020: read: "Delta_X: 0"
5456645-5456763 adns5020: read: "Delta_Y: 0"
5457849-5457974 adns5020: read: "Product_ID: 18"
5459080-5459204 adns5020: read: "Mouse_Control: 0"
5460300-5460425 adns5020: read: "Delta_X: 0"
5461448-5461566 adns5020: read: "Delta_Y: 0"
5462651-5462776 adns5020: read: "Product_ID: 18"
5463879-5464004 adns5020: read: "Mouse_Control: 0"
5465096-5465221 adns5020: read: "Delta_X: 0"
5466248-5466366 adns5020: read: "Delta_Y: 0"
5467453-5467577 adns5020: read: "Product_ID: 18"
5468682-5468807 adns5020: read: "Mouse_Control: 0"
5469897-5470022 adns5020: read: "Delta_X: 0"
5471045-5471163 adns5020: read: "Delta_Y: 0"
5472247-5472372 adns5020: read: "Product_ID: 18"
5473476-5473601 adns5020: read: "Mouse_Control: 0"
5474691-5474816 adns5020: read: "Delta_X: 0"
5475839-5475957 adns5020: read: "Delta_Y: 0"
5477045-5477170 adns5020: read: "Product_ID: 18"
5478273-5478398 adns5020: read: "Mouse_Control: 0"
5479488-5479612 adns5020: read: "Delta_X: 0"
5480634-5480752 adns5020: read: "Delta_Y: 0"
5481839-5481963 adns5020: read: "Product_ID: 18"
5483069-5483194 adns5020: read: "Mouse_Control: 0"
5484289-5484414 adns5020: read: "Delta_X: 0"
5485437-5485555 adns5020: read: "Delta_Y: 0"
5486641-5486766 adns5020: read: "Product_ID: 18"
5487869-5487994 adns5020: read: "Mouse_Control: 0"
5489085-5489210 adns5020: read: "Delta_X: 0"
5490237-5490355 adns5020: read: "Delta_Y: 0"
5491442-5491566 adns5020: read: "Product_ID: 18"
5492671-5492795 adns5020: read: "Mouse_Control: 0"
5493886-5494011 adns5020: read: "Delta_X: 0"
5495035-5495153 adns5020: read: "Delta_Y: 0"
5496237-5496362 adns5020: read: "Product_ID: 18"
5497465-5497589 adns5020: read: "Mouse_Control: 0"
5498680-5498805 adns5020: read: "Delta_X: 0"
5499827-5499945 adns5020: read: "Delta_Y: 0"
5501033-5501158 adns5020: read: "Product_ID: 18"
5502260-5502385 adns5020: read: "Mouse_Control: 0"
5503476-5503600 adns5020: read: "Delta_X: 0"
5504630-5504748 adns5020: read: "Delta_Y: 0"
5505833-5505958 adns5020: read: "Product_ID: 18"
5507063-5507188 adns5020: read: "Mouse_Control: 0"
5508283-5508408 adns5020: read: "Delta_X: 0"
5509431-5509549 adns5020: read: "Delta_Y: 0"
5510635-5510760 adns5020: read: "Product_ID: 18"
5511864-5511989 adns5020: read: "Mouse_Control: 0"
5513081-5513205 adns5020: read: "Delta_X: 0"
5514232-5514350 adns5020: read: "Delta_Y: 0"
5515436-5515560 adns5020: read: "Product_ID: 18"
5516665-5516789 adns5020: read: "Mouse_Control: 0"
5517880-5518004 adns5020: read: "Delta_X: 0"
5519029-5519147 adns5020: read: "Delta_Y: 0"
5520231-5520356 adns5020: read: "Product_ID: 18"
5521460-5521584 adns5020: read: "Mouse_Control: 0"
5522674-5522798 adns5020: read: "Delta_X: 0"
5523820-5523939 adns5020: read: "Delta_Y: 0"
5525026-5525151 adns5020: read: "Product_ID: 18"
5526253-5526378 adns5020: read: "Mouse_Control: 0"
5527468-5527593 adns5020: read: "Delta_X: 0"
5528623-5528741 adns5020: read: "Delta_Y: 0"
5529827-5529952 adns5020: read: "Product_ID: 18"
5531056-5531181 adns5020: read: "Mouse_Control: 0"
5532276-5532401 adns5020: read: "Delta_X: 0"
5533424-5533542 adns5020: read: "Delta_Y: 0"
5534628-5534753 adns5020: read: "Product_ID: 18"
5535857-5535982 adns5020: read: "Mouse_Control: 0"
5537075-5537199 adns5020: read: "Delta_X: 0"
5538227-5538345 adns5020: read: "Delta_Y: 0"
5539431-5539555 adns5020: read: "Product_ID: 18"
5540659-5540784 adns5020: read: "Mouse_Control: 0"
5541875-5541999 adns5020: read: "Delta_X: 0"
5543024-5543142 adns5020: read: "Delta_Y: 0"
5544226-5544351 adns5020: read: "Product_ID: 18"
5545455-5545580 adns5020: read: "Mouse_Control: 0"
5546671-5546796 adns5020: read: "Delta_X: 0"
5547818-5547936 adns5020: read: "Delta_Y: 0"
5549023-5549148 adns5020: read: "Product_ID: 18"
5550250-5550375 adns5020: read: "Mouse_Control: 0"
5551466-5551590 adns5020: read: "Delta_X: 0"
5552620-5552739 adns5020: read: "Delta_Y: 0"
5553825-5553950 adns5020: read: "Product_ID: 18"
5555056-5555180 adns5020: read: "Mouse_Control: 0"
5556275-5556400 adns5020: read: "Delta_X: 0"
5557422-5557541 adns5020: read: "Delta_Y: 0"
5558627-5558752 adns5020: read: "Product_ID: 18"
5559856-5559981 adns5020: read: "Mouse_Control: 0"
5561073-5561198 adns5020: read: "Delta_X: 0"
5562226-5562345 adns5020: read: "Delta_Y: 0"
5563431-5563556 adns5020: read: "Product_ID: 18"
5564659-5564784 adns5020: read: "Mouse_Control: 0"
5565874-5565999 adns5020: read: "Delta_X: 0"
5567023-5567141 adns5020: read: "Delta_Y: 0"
5568225-5568350 adns5020: read: "Product_ID: 18"
5569454-5569579 adns5020: read: "Mouse_Control: 0"
5570670-5570795 adns5020: read: "Delta_X: 0"
5571825-5571943 adns5020: read: "Delta_Y: 0"
5573030-5573154 adns5020: read: "Product_ID: 18"
5574256-5574381 adns5020: read: "Mouse_Control: 0"
5575472-5575596 adns5020: read: "Delta_X: 0"
5576626-5576744 adns5020: read: "Delta_Y: 0"
5577831-5577955 adns5020: read: "Product_ID: 18"
5579061-5579186 adns5020: read: "Mouse_Control: 0"
5580275-5580400 adns5020: read: "Delta_X: 0"
5581429-5581547 adns5020: read: "Delta_Y: 0"
5582632-5582757 adns5020: read: "Product_ID: 18"
5583861-5583986 adns5020: read: "Mouse_Control: 0"
5585078-5585203 adns5020: read: "Delta_X: 0"
5586230-5586349 adns5020: read: "Delta_Y: 0"
5587435-5587560 adns5020: read: "Product_ID: 18"
5588664-5588789 adns5020: read: "Mouse_Control: 0"
5589879-5590003 adns5020: read: "Delta_X: 0"
5591027-5591145 adns5020: read: "Delta_Y: 0"
5592229-5592354 adns5020: read: "Product_ID: 18"
5593458-5593583 adns5020: read: "Mouse_Control: 0"
5594674-5594799 adns5020: read: "Delta_X: 0"
5595829-5595947 adns5020: read: "Delta_Y: 0"
5597035-5597159 adns5020: read: "Product_ID: 18"
5598331-5598456 adns5020: read: "Mouse_Control: 0"
5599483-5599607 adns5020: read: "Delta_X: 0"
5600630-5600748 adns5020: read: "Delta_Y: 0"
5601835-5601959 adns5020: read: "Product_ID: 18"
5603065-5603190 adns5020: read: "Mouse_Control: 0"
5604286-5604410 adns5020: read: "Delta_X: 0"
5605433-5605552 adns5020: read: "Delta_Y: 0"
5606638-5606762 adns5020: read: "Product_ID: 18"
5607866-5607990 adns5020: read: "Mouse_Control: 0"
5609083-5609207 adns5020: read: "Delta_X: 0"
5610235-5610353 adns5020: read: "Delta_Y: 0"
5611440-5611564 adns5020: read: "Product_ID: 18"
5612669-5612793 adns5020: read: "Mouse_Control: 0"
5613884-5614009 adns5020: read: "Delta_X: 0"
5615033-5615151 adns5020: read: "Delta_Y: 0"
5616234-5616359 adns5020: read: "Product_ID: 18"
5617463-5617588 adns5020: read: "Mouse_Control: 0"
5618678-5618803 adns5020: read: "Delta_X: 0"
5619826-5619944 adns5020: read: "Delta_Y: 0"
5621032-5621156 adns5020: read: "Product_ID: 18"
5622329-5622453 adns5020: read: "Mouse_Control: 0"
5623481-5623605 adns5020: read: "Delta_X: 0"
5624627-5624745 adns5020: read: "Delta_Y: 0"
5625831-5625956 adns5020: read: "Product_ID: 18"
5627062-5627186 adns5020: read: "Mouse_Control: 0"
5628345-5628470 adns5020: read: "Delta_X: 0"
5629430-5629548 adns5020: read: "Delta_Y: 0"
5630634-5630759 adns5020: read: "Product_ID: 18"
5631863-5631987 adns5020: read: "Mouse_Control: 0"
5633079-5633203 adns5020: read: "Delta_X: 0"
5634301-5634419 adns5020: read: "Delta_Y: 0"
5635435-5635560 adns5020: read: "Product_ID: 18"
5636664-5636789 adns5020: read: "Mouse_Control: 0"
5637880-5638004 adns5020: read: "Delta_X: 0"
5639026-5639144 adns5020: read: "Delta_Y: 0"
5640226-5640350 adns5020: read: "Product_ID: 18"
5641451-5641575 adns5020: read: "Mouse_Control: 0"
5642663-5642787 adns5020: read: "Delta_X: 0"
5643808-5643925 adns5020: read: "Delta_Y: 0"
5645011-5645135 adns5020: read: "Product_ID: 18"
5646306-5646430 adns5020: read: "Mouse_Control: 0"
5647456-5647580 adns5020: read: "Delta_X: 0"
5648607-5648725 adns5020: read: "Delta_Y: 0"
5649808-5649932 adns5020: read: "Product_ID: 18"
5651035-5651159 adns5020: read: "Mouse_Control: 0"
5652315-5652440 adns5020: read: "Delta_X: 0"
5653397-5653515 adns5020: read: "Delta_Y: 0"
5654599-5654723 adns5020: read: "Product_ID: 18"
5655825-5655950 adns5020: read: "Mouse_Control: 0"
5657039-5657164 adns5020: read: "Delta_X: 0"
5658251-5658369 adns5020: read: "Delta_Y: 0"
5659382-5659507 adns5020: read: "Product_ID: 18"
5660609-5660733 adns5020: read: "Mouse_Control: 0"
5661821-5661946 adns5020: read: "Delta_X: 0"
5662968-5663085 adns5020: read: "Delta_Y: 0"
5664237-5664362 adns5020: read: "Product_ID: 18"
5665394-5665518 adns5020: read: "Mouse_Control: 0"
5666606-5666730 adns5020: read: "Delta_X: 0"
5667757-5667875 adns5020: read: "Delta_Y: 0"
5668960-5669084 adns5020: read: "Product_ID: 18"
5670184-5670309 adns5020: read: "Mouse_Control: 0"
5671397-5671521 adns5020: read: "Delta_X: 0"
5672549-5672667 adns5020: read: "Delta_Y: 0"
5673751-5673875 adns5020: read: "Product_ID: 18"
5674978-5675102 adns5020: read: "Mouse_Control: 0"
5676258-5676382 adns5020: read: "Delta_X: 0"
5677340-5677457 adns5020: read: "Delta_Y: 0"
5678541-5678666 adns5020: read: "Product_ID: 18"
5679768-5679892 adns5020: read: "Mouse_Control: 0"
5680982-5681106 adns5020: read: "Delta_X: 0"
5682214-5682332 adns5020: read: "Delta_Y: 0"
5683324-5683449 adns5020: read: "Product_ID: 18"
5684550-5684674 adns5020: read: "Mouse_Control: 0"
5685762-5685885 adns5020: read: "Delta_X: 0"
5686910-5687028 adns5020: read: "Delta_Y: 0"
5688184-5688309 adns5020: read: "Product_ID: 18"
5689343-5689468 adns5020: read: "Mouse_Control: 0"
5690559-5690684 adns5020: read: "Delta_X: 0"
5691713-5691831 adns5020: read: "Delta_Y: 0"
5692918-5693043 adns5020: read: "Product_ID: 18"
5694215-5694340 adns5020: read: "Mouse_Control: 0"
5695360-5695485 adns5020: read: "Delta_X: 0"
5696515-5696633 adns5020: read: "Delta_Y: 0"
5697719-5697844 adns5020: read: "Product_ID: 18"
5698950-5699075 adns5020: read: "Mouse_Control: 0"
5700233-5700358 adns5020: read: "Delta_X: 0"
5701316-5701434 adns5020: read: "Delta_Y: 0"
5702521-5702645 adns5020: read: "Product_ID: 18"
5703750-5703874 adns5020: read: "Mouse_Control: 0"
5704967-5705091 adns5020: read: "Delta_X: 0"
5706182-5706300 adns5020: read: "Delta_Y: 0"
5707317-5707441 adns5020: read: "Product_ID: 18"
5708545-5708670 adns5020: read: "Mouse_Control: 0"
5709759-5709884 adns5020: read: "Delta_X: 0"
5710908-5711026 adns5020: read: "Delta_Y: 0"
5712181-5712305 adns5020: read: "Product_ID: 18"
5713340-5713464 adns5020: read: "Mouse_Control: 0"
5714555-5714680 adns5020: read: "Delta_X: 0"
5715710-5715828 adns5020: read: "Delta_Y: 0"
5716915-5717040 adns5020: read: "Product_ID: 18"
5718211-5718336 adns5020: read: "Mouse_Control: 0"
5719357-5719481 adns5020: read: "Delta_X: 0"
5720511-5720629 adns5020: read: "Delta_Y: 0"
5721716-5721840 adns5020: read: "Product_ID: 18"
5722946-5723071 adns5020: read: "Mouse_Control: 0"
5724230-5724355 adns5020: read: "Delta_X: 0"
5725314-5725432 adns5020: read: "Delta_Y: 0"
5726518-5726642 adns5020: read: "Product_ID: 18"
5727746-5727871 adns5020: read: "Mouse_Control: 0"
5728963-5729088 adns5020: read: "Delta_X: 0"
5730117-5730235 adns5020: read: "Delta_Y: 0"
5731321-5731446 adns5020: read: "Product_ID: 18"
5732551-5732675 adns5020: read: "Mouse_Control: 0"
5733766-5733891 adns5020: read: "Delta_X: 0"
5734914-5735032 adns5020: read: "Delta_Y: 0"
5736187-5736312 adns5020: read: "Product_ID: 18"
5737346-5737471 adns5020: read: "Mouse_Control: 0"
5738562-5738686 adns5020: read: "Delta_X: 0"
5739709-5739827 adns5020: read: "Delta_Y: 0"
5740915-5741040 adns5020: read: "Product_ID: 18"
5742212-5742337 adns5020: read: "Mouse_Control: 0"
5743363-5743488 adns5020: read: "Delta_X: 0"
5744511-5744629 adns5020: read: "Delta_Y: 0"
5745715-5745840 adns5020: read: "Product_ID: 18"
5746946-5747070 adns5020: read: "Mouse_Control: 0"
5748229-5748354 adns5020: read: "Delta_X: 0"
5749314-5749432 adns5020: read: "Delta_Y: 0"
5750518-5750643 adns5020: read: "Product_ID: 18"
5751746-5751871 adns5020: read: "Mouse_Control: 0"
5752963-5753087 adns5020: read: "Delta_X: 0"
5754185-5754303 adns5020: read: "Delta_Y: 0"
5755320-5755444 adns5020: read: "Product_ID: 18"
5756549-5756674 adns5020: read: "Mouse_Control: 0"
5757764-5757889 adns5020: read: "Delta_X: 0"
5758913-5759031 adns5020: read: "Delta_Y: 0"
5760185-5760309 adns5020: read: "Product_ID: 18"
5761343-5761468 adns5020: read: "Mouse_Control: 0"
5762559-5762683 adns5020: read: "Delta_X: 0"
5763706-5763824 adns5020: read: "Delta_Y: 0"
5764912-5765037 adns5020: read: "Product_ID: 18"
5766209-5766334 adns5020: read: "Mouse_Control: 0"
5767362-5767486 adns5020: read: "Delta_X: 0"
5768508-5768626 adns5020: read: "Delta_Y: 0"
5769712-5769837 adns5020: read: "Product_ID: 18"
5770942-5771067 adns5020: read: "Mouse_Control: 0"
5772226-5772351 adns5020: read: "Delta_X: 0"
5773310-5773428 adns5020: read: "Delta_Y: 0"
5774515-5774640 adns5020: read: "Product_ID: 18"
5775744-5775869 adns5020: read: "Mouse_Control: 0"
5776960-5777085 adns5020: read: "Delta_X: 0"
5778182-5778300 adns5020: read: "Delta_Y: 0"
5779317-5779441 adns5020: read: "Product_ID: 18"
5780546-5780670 adns5020: read: "Mouse_Control: 0"
5781761-5781886 adns5020: read: "Delta_X: 0"
5782910-5783028 adns5020: read: "Delta_Y: 0"
5784184-5784309 adns5020: read: "Product_ID: 18"
5785343-5785467 adns5020: read: "Mouse_Control: 0"
5786557-5786682 adns5020: read: "Delta_X: 0"
5787705-5787823 adns5020: read: "Delta_Y: 0"
5788911-5789035 adns5020: read: "Product_ID: 18"
5790208-5790333 adns5020: read: "Mouse_Control: 0"
5791360-5791485 adns5020: read: "Delta_X: 0"
5792508-5792626 adns5020: read: "Delta_Y: 0"
5793712-5793836 adns5020: read: "Product_ID: 18"
5794941-5795066 adns5020: read: "Mouse_Control: 0"
5796225-5796349 adns5020: read: "Delta_X: 0"
5797309-5797427 adns5020: read: "Delta_Y: 0"
5798514-5798638 adns5020: read: "Product_ID: 18"
5799743-5799867 adns5020: read: "Mouse_Control: 0"
5800960-5801085 adns5020: read: "Delta_X: 0"
5802182-5802300 adns5020: read: "Delta_Y: 0"
5803315-5803440 adns5020: read: "Product_ID: 18"
5804544-5804669 adns5020: read: "Mouse_Control: 0"
5805760-5805884 adns5020: read: "Delta_X: 0"
5806909-5807027 adns5020: read: "Delta_Y: 0"
5808181-5808306 adns5020: read: "Product_ID: 18"
5809340-5809465 adns5020: read: "Mouse_Control: 0"
5810555-5810680 adns5020: read: "Delta_X: 0"
5811702-5811820 adns5020: read: "Delta_Y: 0"
5812907-5813032 adns5020: read: "Product_ID: 18"
5814206-5814330 adns5020: read: "Mouse_Control: 0"
5815358-5815483 adns5020: read: "Delta_X: 0"
5816513-5816631 adns5020: read: "Delta_Y: 0"
5817717-5817842 adns5020: read: "Product_ID: 18"
5818947-5819072 adns5020: read: "Mouse_Control: 0"
5820230-5820354 adns5020: read: "Delta_X: 0"
5821314-5821432 adns5020: read: "Delta_Y: 0"
5822518-5822643 adns5020: read: "Product_ID: 18"
5823747-5823872 adns5020: read: "Mouse_Control: 0"
5824964-5825089 adns5020: read: "Delta_X: 0"
5826180-5826298 adns5020: read: "Delta_Y: 0"
5827314-5827439 adns5020: read: "Product_ID: 18"
5828542-5828667 adns5020: read: "Mouse_Control: 0"
5829757-5829882 adns5020: read: "Delta_X: 0"
5830906-5831024 adns5020: read: "Delta_Y: 0"
5832180-5832305 adns5020: read: "Product_ID: 18"
5833339-5833464 adns5020: read: "Mouse_Control: 0"
5834555-5834680 adns5020: read: "Delta_X: 0"
5835709-5835827 adns5020: read: "Delta_Y: 0"
5836914-5837039 adns5020: read: "Product_ID: 18"
5838211-5838336 adns5020: read: "Mouse_Control: 0"
5839357-5839481 adns5020: read: "Delta_X: 0"
5840511-5840629 adns5020: read: "Delta_Y: 0"
5841715-5841840 adns5020: read: "Product_ID: 18"
5842946-5843071 adns5020: read: "Mouse_Control: 0"
5844230-5844354 adns5020: read: "Delta_X: 0"
5845313-5845431 adns5020: read: "Delta_Y: 0"
5846517-5846642 adns5020: read: "Product_ID: 18"
5847746-5847871 adns5020: read: "Mouse_Control: 0"
5848964-5849088 adns5020: read: "Delta_X: 0"
5850179-5850297 adns5020: read: "Delta_Y: 0"
5851314-5851439 adns5020: read: "Product_ID: 18"
5852543-5852668 adns5020: read: "Mouse_Control: 0"
5853757-5853882 adns5020: read: "Delta_X: 0"
5854906-5855024 adns5020: read: "Delta_Y: 0"
5856179-5856303 adns5020: read: "Product_ID: 18"
5857338-5857462 adns5020: read: "Mouse_Control: 0"
5858553-5858678 adns5020: read: "Delta_X: 0"
5859708-5859826 adns5020: read: "Delta_Y: 0"
5860914-5861038 adns5020: read: "Product_ID: 18"
5862210-5862334 adns5020: read: "Mouse_Control: 0"
5863355-5863480 adns5020: read: "Delta_X: 0"
5864509-5864628 adns5020: read: "Delta_Y: 0"
5865714-5865839 adns5020: read: "Product_ID: 18"
5866945-5867069 adns5020: read: "Mouse_Control: 0"
5868228-5868353 adns5020: read: "Delta_X: 0"
5869313-5869431 adns5020: read: "Delta_Y: 0"
5870516-5870641 adns5020: read: "Product_ID: 18"
5871745-5871869 adns5020: read: "Mouse_Control: 0"
5872962-5873086 adns5020: read: "Delta_X: 0"
5874177-5874295 adns5020: read: "Delta_Y: 0"
5875312-5875436 adns5020: read: "Product_ID: 18"
5876541-5876667 adns5020: read: "Mouse_Control: 0"
5877757-5877881 adns5020: read: "Delta_X: 0"
5878904-5879022 adns5020: read: "Delta_Y: 0"
5880178-5880303 adns5020: read: "Product_ID: 18"
5881337-5881461 adns5020: read: "Mouse_Control: 0"
5882552-5882677 adns5020: read: "Delta_X: 0"
5883707-5883825 adns5020: read: "Delta_Y: 0"
5884913-5885038 adns5020: read: "Product_ID: 18"
5886210-5886335 adns5020: read: "Mouse_Control: 0"
5887355-5887479 adns5020: read: "Delta_X: 0"
5888509-5888627 adns5020: read: "Delta_Y: 0"
5889713-5889838 adns5020: read: "Product_ID: 18"
5890944-5891068 adns5020: read: "Mouse_Control: 0"
5892227-5892352 adns5020: read: "Delta_X: 0"
5893312-5893430 adns5020: read: "Delta_Y: 0"
5894516-5894641 adns5020: read: "Product_ID: 18"
5895745-5895869 adns5020: read: "Mouse_Control: 0"
5896961-5897086 adns5020: read: "Delta_X: 0"
5898177-5898296 adns5020: read: "Delta_Y: 0"
5899312-5899436 adns5020: read: "Product_ID: 18"
5900541-5900665 adns5020: read: "Mouse_Control: 0"
5901756-5901881 adns5020: read: "Delta_X: 0"
5902905-5903023 adns5020: read: "Delta_Y: 0"
5904177-5904302 adns5020: read: "Product_ID: 18"
5905335-5905460 adns5020: read: "Mouse_Control: 0"
5906551-5906676 adns5020: read: "Delta_X: 0"
5907705-5907824 adns5020: read: "Delta_Y: 0"
5908911-5909036 adns5020: read: "Product_ID: 18"
5910209-5910333 adns5020: read: "Mouse_Control: 0"
5911362-5911486 adns5020: read: "Delta_X: 0"
5912508-5912626 adns5020: read: "Delta_Y: 0"
5913712-5913837 adns5020: read: "Product_ID: 18"
5914942-5915067 adns5020: read: "Mouse_Control: 0"
5916226-5916351 adns5020: read: "Delta_X: 0"
5917310-5917429 adns5020: read: "Delta_Y: 0"
5918515-5918640 adns5020: read: "Product_ID: 18"
5919744-5919869 adns5020: read: "Mouse_Control: 0"
5920961-5921085 adns5020: read: "Delta_X: 0"
5922182-5922300 adns5020: read: "Delta_Y: 0"
5923316-5923441 adns5020: read: "Product_ID: 18"
5924545-5924670 adns5020: read: "Mouse_Control: 0"
5925761-5925886 adns5020: read: "Delta_X: 0"
5926908-5927026 adns5020: read: "Delta_Y: 0"
5928179-5928304 adns5020: read: "Product_ID: 18"
5929335-5929460 adns5020: read: "Mouse_Control: 0"
5930547-5930671 adns5020: read: "Delta_X: 0"
5931692-5931809 adns5020: read: "Delta_Y: 0"
5932895-5933019 adns5020: read: "Product_ID: 18"
5934189-5934313 adns5020: read: "Mouse_Control: 0"
5935339-5935463 adns5020: read: "Delta_X: 0"
5936484-5936601 adns5020: read: "Delta_Y: 0"
5937685-5937809 adns5020: read: "Product_ID: 18"
5938912-5939036 adns5020: read: "Mouse_Control: 0"
5940192-5940316 adns5020: read: "Delta_X: 0"
5941274-5941392 adns5020: read: "Delta_Y: 0"
5942476-5942600 adns5020: read: "Product_ID: 18"
5943702-5943826 adns5020: read: "Mouse_Control: 0"
5944916-5945040 adns5020: read: "Delta_X: 0"
5946135-5946253 adns5020: read: "Delta_Y: 0"
5947266-5947390 adns5020: read: "Product_ID: 18"
5948492-5948616 adns5020: read: "Mouse_Control: 0"
5949705-5949829 adns5020: read: "Delta_X: 0"
5950851-5950969 adns5020: read: "Delta_Y: 0"
5952121-5952245 adns5020: read: "Product_ID: 18"
5953277-5953402 adns5020: read: "Mouse_Control: 0"
5954490-5954614 adns5020: read: "Delta_X: 0"
5955634-5955752 adns5020: read: "Delta_Y: 0"
5956837-5956961 adns5020: read: "Product_ID: 18"
5958131-5958255 adns5020: read: "Mouse_Control: 0"
5959281-5959405 adns5020: read: "Delta_X: 0"
5960426-5960544 adns5020: read: "Delta_Y: 0"
5961628-5961752 adns5020: read: "Product_ID: 18"
5962854-5962978 adns5020: read: "Mouse_Control: 0"
5964135-5964259 adns5020: read: "Delta_X: 0"
5965216-5965334 adns5020: read: "Delta_Y: 0"
5966418-5966542 adns5020: read: "Product_ID: 18"
5967644-5967769 adns5020: read: "Mouse_Control: 0"
5968857-5968981 adns5020: read: "Delta_X: 0"
5970071-5970189 adns5020: read: "Delta_Y: 0"
5971203-5971328 adns5020: read: "Product_ID: 18"
5972429-5972553 adns5020: read: "Mouse_Control: 0"
5973641-5973765 adns5020: read: "Delta_X: 0"
5974789-5974907 adns5020: read: "Delta_Y: 0"
5976063-5976188 adns5020: read: "Product_ID: 18"
5977222-5977347 adns5020: read: "Mouse_Control: 0"
5978438-5978562 adns5020: read: "Delta_X: 0"
5979592-5979710 adns5020: read: "Delta_Y: 0"
5980796-5980920 adns5020: read: "Product_ID: 18"
5982088-5982212 adns5020: read: "Mouse_Control: 0"
5983240-5983365 adns5020: read: "Delta_X: 0"
5984388-5984506 adns5020: read: "Delta_Y: 0"
5985592-5985717 adns5020: read: "Product_ID: 18"
5986821-5986946 adns5020: read: "Mouse_Control: 0"
5988107-5988231 adns5020: read: "Delta_X: 0"
5989190-5989308 adns5020: read: "Delta_Y: 0"
5990394-5990518 adns5020: read: "Product_ID: 18"
5991623-5991747 adns5020: read: "Mouse_Control: 0"
5992838-5992963 adns5020: read: "Delta_X: 0"
5994055-5994173 adns5020: read: "Delta_Y: 0"
5995190-5995314 adns5020: read: "Product_ID: 18"
5996419-5996544 adns5020: read: "Mouse_Control: 0"
5997633-5997758 adns5020: read: "Delta_X: 0"
5998780-5998898 adns5020: read: "Delta_Y: 0"