]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
dscr_hantek_6022be.inc: Fix incorrect comments, add additional ones.
authorUwe Hermann <redacted>
Wed, 10 Aug 2016 06:23:09 +0000 (08:23 +0200)
committerUwe Hermann <redacted>
Wed, 10 Aug 2016 12:43:53 +0000 (14:43 +0200)
include/dscr_hantek_6022be.inc

index ef0949dc5bc56725b67d3d3caab3d7160585e56c..f5f50c0f2deb4690ecb7b714144275d0778ad562 100644 (file)
@@ -130,6 +130,8 @@ highspd_dscr_end:
        .db     ENDPOINT_TYPE_ISO       ; Endpoint type (iso)
        .db     0x00                    ; Max. packet size, LSB (3*1024 bytes)
        .db     0x14                    ; Max. packet size, MSB (3*1024 bytes)
+                                       ; 12:11 = 0b10 (3 tr. per microframe)
+                                       ; 10:00 = 1024
        .db     0x01                    ; Polling interval
 
        ; Isochronous interface 0, alt 2, 16MB/s
@@ -150,6 +152,8 @@ highspd_dscr_end:
        .db     ENDPOINT_TYPE_ISO       ; Endpoint type (iso)
        .db     0x00                    ; Max. packet size, LSB (2*1024 bytes)
        .db     0x0c                    ; Max. packet size, MSB (2*1024 bytes)
+                                       ; 12:11 = 0b01 (2 tr. per microframe)
+                                       ; 10:00 = 1024
        .db     0x01                    ; Polling interval
 
        ; Isochronous interface 0, alt 3, 8MB/s
@@ -288,8 +292,8 @@ fullspd_dscr_end:
        .db     DSCR_ENDPOINT_TYPE
        .db     0x86                    ; EP number (6), direction (IN)
        .db     ENDPOINT_TYPE_BULK      ; Endpoint type (bulk)
-       .db     0x40                    ; Max. packet size, LSB (512 bytes)
-       .db     0x00                    ; Max. packet size, MSB (512 bytes)
+       .db     0x40                    ; Max. packet size, LSB (64 bytes)
+       .db     0x00                    ; Max. packet size, MSB (64 bytes)
        .db     0x00                    ; Polling interval
 
        ; Isochronous interface 0, alt 1, 1MB/s