X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Fdscr.inc;h=5384160a849f5b1dfa1655e6e0e62bcc7a3b2287;hb=b68bc8eaca5454a158a0472afe45aac8c7f20717;hp=5d0f0597514f74f4c37ae54c9bcc4c284babb7be;hpb=a986cfff887aefe65cfd0923a31ae2843b7e3ae4;p=sigrok-firmware-fx2lafw.git diff --git a/include/dscr.inc b/include/dscr.inc index 5d0f0597..5384160a 100644 --- a/include/dscr.inc +++ b/include/dscr.inc @@ -111,7 +111,7 @@ highspd_dscr_end: .db ENDPOINT_TYPE_BULK ; Endpoint type (bulk) .db 0x00 ; Max. packet size, LSB (512 bytes) .db 0x02 ; Max. packet size, MSB (512 bytes) - .db 0x00 ; Polling interval + .db 0x00 ; Polling interval (ignored for bulk) highspd_dscr_realend: @@ -151,7 +151,7 @@ fullspd_dscr_end: .db ENDPOINT_TYPE_BULK ; Endpoint type (bulk) .db 0x40 ; Max. packet size, LSB (64 bytes) .db 0x00 ; Max. packet size, MSB (64 bytes) - .db 0x00 ; Polling interval + .db 0x00 ; Polling interval (ignored for bulk) fullspd_dscr_realend: @@ -173,39 +173,15 @@ string0end: _string1: .db string1end - _string1 .db DSCR_STRING_TYPE - .ascii 's' - .db 0 - .ascii 'i' - .db 0 - .ascii 'g' - .db 0 - .ascii 'r' - .db 0 - .ascii 'o' - .db 0 - .ascii 'k' - .db 0 + .ascii 's\0i\0g\0r\0o\0k\0' string1end: _string2: .db string2end - _string2 .db DSCR_STRING_TYPE - .ascii 'f' - .db 0 - .ascii 'x' - .db 0 - .ascii '2' - .db 0 - .ascii 'l' - .db 0 - .ascii 'a' - .db 0 - .ascii 'f' - .db 0 - .ascii 'w' - .db 0 + .ascii 'f\0x\0002\0l\0a\0f\0w\0' string2end: _dev_strings_end: - .dw 0x0000 + .dw 0x0000