]> sigrok.org Git - libsigrok.git/blame - src/hardware/fx2lafw/api.c
rdtech-dps: Retry sr_modbus_read_holding_registers() up to 3 times.
[libsigrok.git] / src / hardware / fx2lafw / api.c
CommitLineData
f302a082 1/*
50985c20 2 * This file is part of the libsigrok project.
f302a082 3 *
13d8e03c 4 * Copyright (C) 2013 Bert Vermeulen <bert@biot.com>
f302a082
JH
5 * Copyright (C) 2012 Joel Holdsworth <joel@airwebreathe.org.uk>
6 *
7 * This program is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20
6ec6c43b 21#include <config.h>
2f937611 22#include "protocol.h"
3fc3fbe4 23#include <math.h>
f302a082 24
4679d14d 25static const struct fx2lafw_profile supported_fx2[] = {
7ae2f9d5
UH
26 /*
27 * CWAV USBee AX
767d4f37
UH
28 * ARMFLY AX-Pro (clone of the CWAV USBee AX)
29 * ARMFLY Mini-Logic (clone of the CWAV USBee AX)
30 * EE Electronics ESLA201A (clone of the CWAV USBee AX)
31 * HT USBee-AxPro (clone of the CWAV USBee AX)
32 * MCU123 USBee AX Pro clone (clone of the CWAV USBee AX)
33 * Noname LHT00SU1 (clone of the CWAV USBee AX)
34 * XZL_Studio AX (clone of the CWAV USBee AX)
17b6c75a 35 */
f8b07fc6 36 { 0x08a9, 0x0014, "CWAV", "USBee AX", NULL,
8e2d6c9d 37 "fx2lafw-cwav-usbeeax.fw",
232a975f 38 DEV_CAPS_AX_ANALOG, NULL, NULL},
767d4f37 39
0e8d0e24
IF
40 /*
41 * CWAV USBee DX
767d4f37
UH
42 * HT USBee-DxPro (clone of the CWAV USBee DX), not yet supported!
43 * XZL-Studio DX (clone of the CWAV USBee DX)
0e8d0e24
IF
44 */
45 { 0x08a9, 0x0015, "CWAV", "USBee DX", NULL,
8e2d6c9d 46 "fx2lafw-cwav-usbeedx.fw",
e826239c 47 DEV_CAPS_16BIT, NULL, NULL },
93a9f3da 48
7ae2f9d5
UH
49 /*
50 * CWAV USBee SX
4502e869
JH
51 */
52 { 0x08a9, 0x0009, "CWAV", "USBee SX", NULL,
8e2d6c9d 53 "fx2lafw-cwav-usbeesx.fw",
e826239c 54 0, NULL, NULL},
4502e869 55
2f4b0f6a
T
56 /*
57 * CWAV USBee ZX
58 */
59 { 0x08a9, 0x0005, "CWAV", "USBee ZX", NULL,
60 "fx2lafw-cwav-usbeezx.fw",
61 0, NULL, NULL},
62
7ae2f9d5
UH
63 /*
64 * Saleae Logic
767d4f37
UH
65 * EE Electronics ESLA100 (clone of the Saleae Logic)
66 * Hantek 6022BL in LA mode (clone of the Saleae Logic)
67 * Instrustar ISDS205X in LA mode (clone of the Saleae Logic)
68 * Robomotic MiniLogic (clone of the Saleae Logic)
69 * Robomotic BugLogic 3 (clone of the Saleae Logic)
70 * MCU123 Saleae Logic clone (clone of the Saleae Logic)
93a9f3da
JH
71 */
72 { 0x0925, 0x3881, "Saleae", "Logic", NULL,
8e2d6c9d 73 "fx2lafw-saleae-logic.fw",
e826239c 74 0, NULL, NULL},
93a9f3da 75
f488762a 76 /*
1663e470
UH
77 * Default Cypress FX2 without EEPROM, e.g.:
78 * Lcsoft Mini Board
79 * Braintechnology USB Interface V2.x
767d4f37 80 * fx2grok-tiny
f488762a
JH
81 */
82 { 0x04B4, 0x8613, "Cypress", "FX2", NULL,
8e2d6c9d 83 "fx2lafw-cypress-fx2.fw",
e826239c 84 DEV_CAPS_16BIT, NULL, NULL },
f488762a 85
1663e470
UH
86 /*
87 * Braintechnology USB-LPS
88 */
89 { 0x16d0, 0x0498, "Braintechnology", "USB-LPS", NULL,
8e2d6c9d 90 "fx2lafw-braintechnology-usb-lps.fw",
e826239c 91 DEV_CAPS_16BIT, NULL, NULL },
1663e470 92
3e91de2b
UH
93 /*
94 * sigrok FX2 based 8-channel logic analyzer
767d4f37 95 * fx2grok-flat (before and after renumeration)
3e91de2b
UH
96 */
97 { 0x1d50, 0x608c, "sigrok", "FX2 LA (8ch)", NULL,
087c4d59 98 "fx2lafw-sigrok-fx2-8ch.fw",
3e91de2b
UH
99 0, NULL, NULL},
100
101 /*
102 * sigrok FX2 based 16-channel logic analyzer
103 */
104 { 0x1d50, 0x608d, "sigrok", "FX2 LA (16ch)", NULL,
087c4d59 105 "fx2lafw-sigrok-fx2-16ch.fw",
3e91de2b
UH
106 DEV_CAPS_16BIT, NULL, NULL },
107
af930bcf
P
108 /*
109 * usb-c-grok
110 */
111 { 0x1d50, 0x608f, "sigrok", "usb-c-grok", NULL,
112 "fx2lafw-usb-c-grok.fw",
113 0, NULL, NULL},
114
1b4aedc0 115 ALL_ZERO
187b3582
JH
116};
117
a0e0bb41 118static const uint32_t scanopts[] = {
89befd46
BV
119 SR_CONF_CONN,
120};
121
55fb76b3
UH
122static const uint32_t drvopts[] = {
123 SR_CONF_LOGIC_ANALYZER,
124};
125
f254bc4b 126static const uint32_t devopts[] = {
e91bb0a6 127 SR_CONF_CONTINUOUS,
ff6b76a1 128 SR_CONF_LIMIT_SAMPLES | SR_CONF_GET | SR_CONF_SET,
5827f61b
BV
129 SR_CONF_CONN | SR_CONF_GET,
130 SR_CONF_SAMPLERATE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST,
5827f61b 131 SR_CONF_TRIGGER_MATCH | SR_CONF_LIST,
7bfcb25c 132 SR_CONF_CAPTURE_RATIO | SR_CONF_GET | SR_CONF_SET,
8b35f474
JH
133};
134
76d10d13 135static const int32_t trigger_matches[] = {
9615eeb5
BV
136 SR_TRIGGER_ZERO,
137 SR_TRIGGER_ONE,
335122f0
BV
138 SR_TRIGGER_RISING,
139 SR_TRIGGER_FALLING,
140 SR_TRIGGER_EDGE,
9615eeb5
BV
141};
142
d6836bf1 143static const uint64_t samplerates[] = {
79dc6498
JH
144 SR_KHZ(20),
145 SR_KHZ(25),
897c1a2e
JH
146 SR_KHZ(50),
147 SR_KHZ(100),
9304d576
JH
148 SR_KHZ(200),
149 SR_KHZ(250),
150 SR_KHZ(500),
8b35f474
JH
151 SR_MHZ(1),
152 SR_MHZ(2),
153 SR_MHZ(3),
154 SR_MHZ(4),
155 SR_MHZ(6),
156 SR_MHZ(8),
157 SR_MHZ(12),
158 SR_MHZ(16),
772a0e61 159 SR_MHZ(24),
1656cd4a 160 SR_MHZ(48),
8b35f474
JH
161};
162
7087a8b0
KP
163static gboolean is_plausible(const struct libusb_device_descriptor *des)
164{
165 int i;
166
167 for (i = 0; supported_fx2[i].vid; i++) {
168 if (des->idVendor != supported_fx2[i].vid)
169 continue;
170 if (des->idProduct == supported_fx2[i].pid)
171 return TRUE;
172 }
173
174 return FALSE;
175}
176
4f840ce9 177static GSList *scan(struct sr_dev_driver *di, GSList *options)
f302a082 178{
dc9dbe94
BV
179 struct drv_context *drvc;
180 struct dev_context *devc;
754b5ff2
BV
181 struct sr_dev_inst *sdi;
182 struct sr_usb_dev_inst *usb;
7fb90f94
BL
183 struct sr_channel *ch;
184 struct sr_channel_group *cg;
754b5ff2
BV
185 struct sr_config *src;
186 const struct fx2lafw_profile *prof;
187 GSList *l, *devices, *conn_devices;
a7d7f93c 188 gboolean has_firmware;
754b5ff2 189 struct libusb_device_descriptor des;
187b3582 190 libusb_device **devlist;
e826239c 191 struct libusb_device_handle *hdl;
232a975f
JH
192 int ret, i, j;
193 int num_logic_channels = 0, num_analog_channels = 0;
754b5ff2 194 const char *conn;
5e2c86eb 195 char manufacturer[64], product[64], serial_num[64], connection_id[64];
7fb90f94 196 char channel_name[16];
3a7a22cb 197
41812aca 198 drvc = di->context;
187b3582 199
754b5ff2
BV
200 conn = NULL;
201 for (l = options; l; l = l->next) {
202 src = l->data;
203 switch (src->key) {
204 case SR_CONF_CONN:
205 conn = g_variant_get_string(src->data, NULL);
206 break;
207 }
208 }
209 if (conn)
210 conn_devices = sr_usb_find(drvc->sr_ctx->libusb_ctx, conn);
211 else
212 conn_devices = NULL;
213
921634ec 214 /* Find all fx2lafw compatible devices and upload firmware to them. */
3a7a22cb 215 devices = NULL;
d4abb463 216 libusb_get_device_list(drvc->sr_ctx->libusb_ctx, &devlist);
187b3582 217 for (i = 0; devlist[i]; i++) {
754b5ff2
BV
218 if (conn) {
219 usb = NULL;
220 for (l = conn_devices; l; l = l->next) {
221 usb = l->data;
222 if (usb->bus == libusb_get_bus_number(devlist[i])
223 && usb->address == libusb_get_device_address(devlist[i]))
224 break;
225 }
226 if (!l)
227 /* This device matched none of the ones that
228 * matched the conn specification. */
229 continue;
230 }
187b3582 231
2a8f2d41 232 libusb_get_device_descriptor( devlist[i], &des);
187b3582 233
7087a8b0
KP
234 if (!is_plausible(&des))
235 continue;
236
237 if ((ret = libusb_open(devlist[i], &hdl)) < 0) {
238 sr_warn("Failed to open potential device with "
239 "VID:PID %04x:%04x: %s.", des.idVendor,
240 des.idProduct, libusb_error_name(ret));
e826239c 241 continue;
7087a8b0 242 }
e826239c
ML
243
244 if (des.iManufacturer == 0) {
245 manufacturer[0] = '\0';
246 } else if ((ret = libusb_get_string_descriptor_ascii(hdl,
247 des.iManufacturer, (unsigned char *) manufacturer,
248 sizeof(manufacturer))) < 0) {
249 sr_warn("Failed to get manufacturer string descriptor: %s.",
250 libusb_error_name(ret));
251 continue;
252 }
253
254 if (des.iProduct == 0) {
255 product[0] = '\0';
256 } else if ((ret = libusb_get_string_descriptor_ascii(hdl,
257 des.iProduct, (unsigned char *) product,
258 sizeof(product))) < 0) {
259 sr_warn("Failed to get product string descriptor: %s.",
260 libusb_error_name(ret));
261 continue;
262 }
263
5e2c86eb
SA
264 if (des.iSerialNumber == 0) {
265 serial_num[0] = '\0';
266 } else if ((ret = libusb_get_string_descriptor_ascii(hdl,
267 des.iSerialNumber, (unsigned char *) serial_num,
268 sizeof(serial_num))) < 0) {
269 sr_warn("Failed to get serial number string descriptor: %s.",
270 libusb_error_name(ret));
271 continue;
272 }
273
e826239c
ML
274 libusb_close(hdl);
275
6c1a76d1
RT
276 if (usb_get_port_path(devlist[i], connection_id, sizeof(connection_id)) < 0)
277 continue;
7bbe5a2b 278
da686568 279 prof = NULL;
187b3582
JH
280 for (j = 0; supported_fx2[j].vid; j++) {
281 if (des.idVendor == supported_fx2[j].vid &&
e826239c
ML
282 des.idProduct == supported_fx2[j].pid &&
283 (!supported_fx2[j].usb_manufacturer ||
284 !strcmp(manufacturer, supported_fx2[j].usb_manufacturer)) &&
fef90b41 285 (!supported_fx2[j].usb_product ||
e826239c 286 !strcmp(product, supported_fx2[j].usb_product))) {
da686568 287 prof = &supported_fx2[j];
e826239c 288 break;
187b3582
JH
289 }
290 }
291
da686568 292 if (!prof)
187b3582
JH
293 continue;
294
aac29cc1 295 sdi = g_malloc0(sizeof(struct sr_dev_inst));
0af636be
UH
296 sdi->status = SR_ST_INITIALIZING;
297 sdi->vendor = g_strdup(prof->vendor);
298 sdi->model = g_strdup(prof->model);
299 sdi->version = g_strdup(prof->model_version);
5e2c86eb
SA
300 sdi->serial_num = g_strdup(serial_num);
301 sdi->connection_id = g_strdup(connection_id);
187b3582 302
ba7dd8bb
UH
303 /* Fill in channellist according to this device's profile. */
304 num_logic_channels = prof->dev_caps & DEV_CAPS_16BIT ? 16 : 8;
232a975f
JH
305 num_analog_channels = prof->dev_caps & DEV_CAPS_AX_ANALOG ? 1 : 0;
306
7fb90f94
BL
307 /* Logic channels, all in one channel group. */
308 cg = g_malloc0(sizeof(struct sr_channel_group));
309 cg->name = g_strdup("Logic");
310 for (j = 0; j < num_logic_channels; j++) {
311 sprintf(channel_name, "D%d", j);
312 ch = sr_channel_new(sdi, j, SR_CHANNEL_LOGIC,
313 TRUE, channel_name);
314 cg->channels = g_slist_append(cg->channels, ch);
315 }
316 sdi->channel_groups = g_slist_append(NULL, cg);
317
318 for (j = 0; j < num_analog_channels; j++) {
319 snprintf(channel_name, 16, "A%d", j);
320 ch = sr_channel_new(sdi, j + num_logic_channels,
321 SR_CHANNEL_ANALOG, TRUE, channel_name);
322
323 /* Every analog channel gets its own channel group. */
324 cg = g_malloc0(sizeof(struct sr_channel_group));
325 cg->name = g_strdup(channel_name);
326 cg->channels = g_slist_append(NULL, ch);
327 sdi->channel_groups = g_slist_append(sdi->channel_groups, cg);
328 }
232a975f 329
dc9dbe94
BV
330 devc = fx2lafw_dev_new();
331 devc->profile = prof;
332 sdi->priv = devc;
a8cc8e44 333 devices = g_slist_append(devices, sdi);
187b3582 334
adcb9951
JH
335 devc->samplerates = samplerates;
336 devc->num_samplerates = ARRAY_SIZE(samplerates);
337 has_firmware = usb_match_manuf_prod(devlist[i],
338 "sigrok", "fx2lafw");
a7d7f93c
BV
339
340 if (has_firmware) {
b1eeb67e 341 /* Already has the firmware, so fix the new address. */
f427daef 342 sr_dbg("Found an fx2lafw device.");
b1eeb67e 343 sdi->status = SR_ST_INACTIVE;
250a78c7
BV
344 sdi->inst_type = SR_INST_USB;
345 sdi->conn = sr_usb_dev_inst_new(libusb_get_bus_number(devlist[i]),
346 libusb_get_device_address(devlist[i]), NULL);
b1eeb67e 347 } else {
8e2d6c9d 348 if (ezusb_upload_firmware(drvc->sr_ctx, devlist[i],
1372bdcd 349 USB_CONFIGURATION, prof->firmware) == SR_OK) {
b99457f0 350 /* Store when this device's FW was updated. */
dc9dbe94 351 devc->fw_updated = g_get_monotonic_time();
1372bdcd 352 } else {
f427daef 353 sr_err("Firmware upload failed for "
1372bdcd 354 "device %d.%d (logical), name %s.",
5e2c86eb 355 libusb_get_bus_number(devlist[i]),
1372bdcd
GS
356 libusb_get_device_address(devlist[i]),
357 prof->firmware);
358 }
250a78c7 359 sdi->inst_type = SR_INST_USB;
87b545fb 360 sdi->conn = sr_usb_dev_inst_new(libusb_get_bus_number(devlist[i]),
250a78c7 361 0xff, NULL);
b1eeb67e 362 }
187b3582
JH
363 }
364 libusb_free_device_list(devlist, 1);
9dc7a75e 365 g_slist_free_full(conn_devices, (GDestroyNotify)sr_usb_dev_inst_free);
187b3582 366
15a5bfe4 367 return std_scan_complete(di, devices);
f302a082
JH
368}
369
3553451f 370static void clear_helper(struct dev_context *devc)
7fb90f94 371{
7fb90f94 372 g_slist_free(devc->enabled_analog_channels);
7fb90f94
BL
373}
374
375static int dev_clear(const struct sr_dev_driver *di)
376{
3553451f 377 return std_dev_clear_with_callback(di, (std_dev_clear_callback)clear_helper);
7fb90f94
BL
378}
379
6078d2c9 380static int dev_open(struct sr_dev_inst *sdi)
f302a082 381{
4f840ce9 382 struct sr_dev_driver *di = sdi->driver;
250a78c7 383 struct sr_usb_dev_inst *usb;
dc9dbe94 384 struct dev_context *devc;
e8bd58ff
UH
385 int ret;
386 int64_t timediff_us, timediff_ms;
43125c69 387
dc9dbe94 388 devc = sdi->priv;
250a78c7 389 usb = sdi->conn;
43125c69
JH
390
391 /*
f60fdf6e
UH
392 * If the firmware was recently uploaded, wait up to MAX_RENUM_DELAY_MS
393 * milliseconds for the FX2 to renumerate.
43125c69 394 */
3b6c1930 395 ret = SR_ERR;
dc9dbe94 396 if (devc->fw_updated > 0) {
f427daef 397 sr_info("Waiting for device to reset.");
b99457f0 398 /* Takes >= 300ms for the FX2 to be gone from the USB bus. */
43125c69 399 g_usleep(300 * 1000);
e8bd58ff 400 timediff_ms = 0;
f60fdf6e 401 while (timediff_ms < MAX_RENUM_DELAY_MS) {
2f937611 402 if ((ret = fx2lafw_dev_open(sdi, di)) == SR_OK)
43125c69
JH
403 break;
404 g_usleep(100 * 1000);
e8bd58ff 405
dc9dbe94 406 timediff_us = g_get_monotonic_time() - devc->fw_updated;
3b6c1930 407 timediff_ms = timediff_us / 1000;
b99457f0 408 sr_spew("Waited %" PRIi64 "ms.", timediff_ms);
43125c69 409 }
443a14d8
AG
410 if (ret != SR_OK) {
411 sr_err("Device failed to renumerate.");
412 return SR_ERR;
413 }
c0bf69c2 414 sr_info("Device came back after %" PRIi64 "ms.", timediff_ms);
43125c69 415 } else {
443a14d8 416 sr_info("Firmware upload was not needed.");
2f937611 417 ret = fx2lafw_dev_open(sdi, di);
43125c69
JH
418 }
419
ebc34738 420 if (ret != SR_OK) {
f427daef 421 sr_err("Unable to open device.");
43125c69
JH
422 return SR_ERR;
423 }
378abfea 424
250a78c7 425 ret = libusb_claim_interface(usb->devhdl, USB_INTERFACE);
ebc34738 426 if (ret != 0) {
87b545fb 427 switch (ret) {
0c156e06 428 case LIBUSB_ERROR_BUSY:
f427daef 429 sr_err("Unable to claim USB interface. Another "
b99457f0 430 "program or driver has already claimed it.");
0c156e06 431 break;
0c156e06 432 case LIBUSB_ERROR_NO_DEVICE:
f427daef 433 sr_err("Device has been disconnected.");
0c156e06 434 break;
0c156e06 435 default:
f427daef 436 sr_err("Unable to claim interface: %s.",
d4928d71 437 libusb_error_name(ret));
0c156e06
JH
438 break;
439 }
440
43125c69
JH
441 return SR_ERR;
442 }
443
dc9dbe94 444 if (devc->cur_samplerate == 0) {
f92994fd 445 /* Samplerate hasn't been set; default to the slowest one. */
a7d7f93c 446 devc->cur_samplerate = devc->samplerates[0];
f92994fd
JH
447 }
448
f302a082
JH
449 return SR_OK;
450}
451
6078d2c9 452static int dev_close(struct sr_dev_inst *sdi)
f302a082 453{
250a78c7 454 struct sr_usb_dev_inst *usb;
961009b0 455
250a78c7 456 usb = sdi->conn;
9803346f 457
98fec29e 458 if (!usb->devhdl)
f1ba6b4b 459 return SR_ERR_BUG;
f1898235 460
4b25cbff 461 sr_info("Closing device on %d.%d (logical) / %s (physical) interface %d.",
5e2c86eb 462 usb->bus, usb->address, sdi->connection_id, USB_INTERFACE);
250a78c7
BV
463 libusb_release_interface(usb->devhdl, USB_INTERFACE);
464 libusb_close(usb->devhdl);
465 usb->devhdl = NULL;
f1898235 466
f302a082
JH
467 return SR_OK;
468}
469
9803346f
UH
470static int config_get(uint32_t key, GVariant **data,
471 const struct sr_dev_inst *sdi, const struct sr_channel_group *cg)
f302a082 472{
dc9dbe94 473 struct dev_context *devc;
89befd46 474 struct sr_usb_dev_inst *usb;
8b35f474 475
53b4680f 476 (void)cg;
8f996b89 477
a920a7d8
ML
478 if (!sdi)
479 return SR_ERR_ARG;
480
481 devc = sdi->priv;
482
584560f1 483 switch (key) {
89befd46 484 case SR_CONF_CONN:
a920a7d8 485 if (!sdi->conn)
38ab8dbe 486 return SR_ERR_ARG;
89befd46
BV
487 usb = sdi->conn;
488 if (usb->address == 255)
489 /* Device still needs to re-enumerate after firmware
490 * upload, so we don't know its (future) address. */
491 return SR_ERR;
95c1fe62 492 *data = g_variant_new_printf("%d.%d", usb->bus, usb->address);
89befd46 493 break;
a920a7d8
ML
494 case SR_CONF_LIMIT_SAMPLES:
495 *data = g_variant_new_uint64(devc->limit_samples);
496 break;
123e1313 497 case SR_CONF_SAMPLERATE:
89befd46 498 *data = g_variant_new_uint64(devc->cur_samplerate);
6e9339aa 499 break;
7bfcb25c
AJ
500 case SR_CONF_CAPTURE_RATIO:
501 *data = g_variant_new_uint64(devc->capture_ratio);
502 break;
6e9339aa 503 default:
bd6fbf62 504 return SR_ERR_NA;
8b35f474
JH
505 }
506
6e9339aa 507 return SR_OK;
f302a082
JH
508}
509
9803346f
UH
510static int config_set(uint32_t key, GVariant *data,
511 const struct sr_dev_inst *sdi, const struct sr_channel_group *cg)
f302a082 512{
dc9dbe94 513 struct dev_context *devc;
758906aa 514 int idx;
7cb621d4 515
53b4680f 516 (void)cg;
8f996b89 517
1c48000d
ML
518 if (!sdi)
519 return SR_ERR_ARG;
520
dc9dbe94 521 devc = sdi->priv;
7cb621d4 522
584560f1 523 switch (key) {
93b118da 524 case SR_CONF_SAMPLERATE:
697fb6dd
UH
525 if ((idx = std_u64_idx(data, devc->samplerates, devc->num_samplerates)) < 0)
526 return SR_ERR_ARG;
527 devc->cur_samplerate = devc->samplerates[idx];
93b118da
UH
528 break;
529 case SR_CONF_LIMIT_SAMPLES:
530 devc->limit_samples = g_variant_get_uint64(data);
531 break;
532 case SR_CONF_CAPTURE_RATIO:
533 devc->capture_ratio = g_variant_get_uint64(data);
efad7ccc 534 break;
93b118da 535 default:
758906aa 536 return SR_ERR_NA;
7cb621d4
JH
537 }
538
758906aa 539 return SR_OK;
f302a082
JH
540}
541
9803346f
UH
542static int config_list(uint32_t key, GVariant **data,
543 const struct sr_dev_inst *sdi, const struct sr_channel_group *cg)
a1c743fc 544{
a7d7f93c 545 struct dev_context *devc;
a1c743fc 546
e66d1892 547 devc = (sdi) ? sdi->priv : NULL;
a1c743fc
BV
548
549 switch (key) {
89befd46 550 case SR_CONF_SCAN_OPTIONS:
9a6517d1 551 case SR_CONF_DEVICE_OPTIONS:
4be5746d
GS
552 if (cg)
553 return SR_ERR_NA;
e66d1892 554 return STD_CONFIG_LIST(key, data, sdi, cg, scanopts, drvopts, devopts);
a1c743fc 555 case SR_CONF_SAMPLERATE:
0d1c51f5
GS
556 if (!devc)
557 return SR_ERR_NA;
463160cb 558 *data = std_gvar_samplerates(devc->samplerates, devc->num_samplerates);
a1c743fc 559 break;
9615eeb5 560 case SR_CONF_TRIGGER_MATCH:
76d10d13 561 *data = std_gvar_array_i32(ARRAY_AND_SIZE(trigger_matches));
c50277a6 562 break;
a1c743fc 563 default:
bd6fbf62 564 return SR_ERR_NA;
a1c743fc
BV
565 }
566
567 return SR_OK;
568}
569
695dc859 570static int dev_acquisition_stop(struct sr_dev_inst *sdi)
f302a082 571{
2f937611 572 fx2lafw_abort_acquisition(sdi->priv);
5da93902 573
f302a082
JH
574 return SR_OK;
575}
576
dd5c48a6 577static struct sr_dev_driver fx2lafw_driver_info = {
f302a082 578 .name = "fx2lafw",
2e7cb004 579 .longname = "fx2lafw (generic driver for FX2 based LAs)",
f302a082 580 .api_version = 1,
c2fdcc25 581 .init = std_init,
700d6b64 582 .cleanup = std_cleanup,
6078d2c9 583 .scan = scan,
c01bf34c 584 .dev_list = std_dev_list,
7fb90f94 585 .dev_clear = dev_clear,
035a1078
BV
586 .config_get = config_get,
587 .config_set = config_set,
a1c743fc 588 .config_list = config_list,
6078d2c9
UH
589 .dev_open = dev_open,
590 .dev_close = dev_close,
b0acb693 591 .dev_acquisition_start = fx2lafw_start_acquisition,
6078d2c9 592 .dev_acquisition_stop = dev_acquisition_stop,
41812aca 593 .context = NULL,
f302a082 594};
dd5c48a6 595SR_REGISTER_DEV_DRIVER(fx2lafw_driver_info);