From: Uwe Hermann Date: Wed, 10 Aug 2016 06:23:09 +0000 (+0200) Subject: dscr_hantek_6022be.inc: Fix incorrect comments, add additional ones. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.4~17 X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=commitdiff_plain;h=1cba57320f126176f6e45f3d0930e0fe9967a370 dscr_hantek_6022be.inc: Fix incorrect comments, add additional ones. --- diff --git a/include/dscr_hantek_6022be.inc b/include/dscr_hantek_6022be.inc index ef0949dc..f5f50c0f 100644 --- a/include/dscr_hantek_6022be.inc +++ b/include/dscr_hantek_6022be.inc @@ -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