]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - include/dscr_hantek_6022be.inc
scopes: Unify code-base, remove duplicate code/files.
[sigrok-firmware-fx2lafw.git] / include / dscr_hantek_6022be.inc
index 696aa94bc2bbf286b1711b865e7f50fbf35e1160..c7dee45199cccf21c00b355bfdcf25bdd92ab119 100644 (file)
@@ -14,8 +14,7 @@
 ;; Lesser General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU Lesser General Public
-;; License along with this library; if not, write to the Free Software
-;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+;; License along with this library; if not, see <http://www.gnu.org/licenses/>.
 ;;
 
 .include "common.inc"
@@ -56,10 +55,10 @@ _dev_dscr:
        .db     64                      ; Max. EP0 packet size
        .dw     VID                     ; Manufacturer ID
        .dw     PID                     ; Product ID
-       .dw     0x0000                  ; Product version (0.00)
+       .dw     VER                     ; Product version/type
        .db     1                       ; Manufacturer string index
        .db     2                       ; Product string index
-       .db     0                       ; Serial number string index (none)
+       .db     3                       ; Serial number string index
        .db     1                       ; Number of configurations
 dev_dscr_end:
 
@@ -353,6 +352,3 @@ string_descriptor_lang 0 0x0409 ; Language code 0x0409 (English, US)
 
 string_descriptor_a 1,^"sigrok"
 string_descriptor_a 2,^"fx2lafw"
-
-_dev_strings_end:
-       .dw     0x0000