X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=include%2Fdscr.inc;h=d4327ba9f496273ce688c20f005692057ec370f1;hb=0f2d3242ffb5582e5b9a018ed9ae9812d517a56e;hp=1d9888a057048f7670ca3d07bfcfb5c41cde4ad2;hpb=01c919588b6ba25f926d97f899cfd2a5a082f453;p=sigrok-firmware-fx2lafw.git diff --git a/include/dscr.inc b/include/dscr.inc index 1d9888a0..d4327ba9 100644 --- a/include/dscr.inc +++ b/include/dscr.inc @@ -15,8 +15,7 @@ ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with this program; if not, write to the Free Software -;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +;; along with this program; if not, see . ;; .include "common.inc" @@ -60,7 +59,7 @@ _dev_dscr: .dw 0x0100 ; Product version (0.01) .db 1 ; Manufacturer string index .db 2 ; Product string index - .db 0 ; Serial number string index (none) + .db 3 ; Serial number string index (none) .db 1 ; Number of configurations dev_dscr_end: @@ -170,6 +169,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