]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - include/dscr.inc
license: remove FSF postal address from boiler plate license text
[sigrok-firmware-fx2lafw.git] / include / dscr.inc
index 1d9888a057048f7670ca3d07bfcfb5c41cde4ad2..d4327ba9f496273ce688c20f005692057ec370f1 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 ;;
 
 .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