]> sigrok.org Git - libsigrok.git/commitdiff
fx2lafw: Made fx2lafw profiles const
authorJoel Holdsworth <redacted>
Mon, 12 Mar 2012 21:06:45 +0000 (21:06 +0000)
committerJoel Holdsworth <redacted>
Mon, 12 Mar 2012 21:41:27 +0000 (21:41 +0000)
hardware/fx2lafw/fx2lafw.c
hardware/fx2lafw/fx2lafw.h

index 88641163520b54adbabdca5b685f8afe5e1098f8..92b1f7b06f6f0b7e4792017cb30b0866bb547bbd 100644 (file)
@@ -28,7 +28,7 @@
 #include "fx2lafw.h"
 #include "command.h"
 
-static struct fx2lafw_profile supported_fx2[] = {
+static const struct fx2lafw_profile supported_fx2[] = {
        /* CWAV USBee AX
         * EE Electronics ESLA201A
         */
@@ -249,7 +249,7 @@ static int hw_init(const char *deviceinfo)
 {
        struct sr_dev_inst *sdi;
        struct libusb_device_descriptor des;
-       struct fx2lafw_profile *fx2lafw_prof;
+       const struct fx2lafw_profile *fx2lafw_prof;
        struct context *ctx;
        libusb_device **devlist;
        int err;
index fccd0232f5b59a6291cbfe51b1e2b2c1ff669a5e..a2e6bcfbbe6d5ac0cb3b31d26d3b48fc46698219 100644 (file)
@@ -41,7 +41,7 @@ struct fx2lafw_profile {
 };
 
 struct context {
-       struct fx2lafw_profile *profile;
+       const struct fx2lafw_profile *profile;
 
        /*
         * Since we can't keep track of an fx2lafw device after upgrading