]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
Use 1D50:608E for open source Sainsmart DDS120 firmware
authorMarkus Siegert <redacted>
Sun, 10 Apr 2016 20:03:13 +0000 (22:03 +0200)
committerUwe Hermann <redacted>
Wed, 4 May 2016 16:16:22 +0000 (18:16 +0200)
hw/sainsmart-dds120/dscr.a51

index d83e2fe158431b80342737bfcb54e9ef67e14db9..2623b2d2896ff0598a87e59aede6f563ca32e884 100644 (file)
@@ -60,8 +60,8 @@ _dev_dscr:
        .db     0xff                                      ; subclass (vendor specific)
        .db     0xff                                      ; protocol (vendor specific)
        .db     64                                                ; packet size (ep0)
-       .dw     0xB504                                    ; vendor id 
-       .dw     0x2260                                    ; product id
+       .dw     0x501D                                    ; vendor id
+       .dw     0x8E60                                    ; product id
        .dw     0x0000                                    ; version id
        .db     1                                 ; manufacturure str idx                               
        .db     2                                         ; product str idx     
@@ -354,7 +354,7 @@ string1end:
 _string2:
        .db     string2end-_string2 ; len
        .db     DSCR_STRING_TYPE
-    .ascii 'H\0a\0n\0t\0e\0k\0D\0S\0O\0006\0000\0002\0002\0B\0E\0'
+    .ascii 'S\0a\0i\0n\0s\0m\0a\0r\0t\0-\0D\0D\0S\0001\0002\0000\0'
 string2end: