chronovu-la8: adjust to multi-vid/pid patch
This commit is contained in:
parent
387014de63
commit
9c4311c524
|
@ -75,10 +75,11 @@ static int hw_init(void)
|
||||||
|
|
||||||
static GSList *hw_scan(GSList *options)
|
static GSList *hw_scan(GSList *options)
|
||||||
{
|
{
|
||||||
int ret;
|
|
||||||
struct sr_dev_inst *sdi;
|
struct sr_dev_inst *sdi;
|
||||||
struct context *ctx;
|
struct context *ctx;
|
||||||
GSList *devices;
|
GSList *devices;
|
||||||
|
unsigned int i;
|
||||||
|
int ret;
|
||||||
|
|
||||||
(void)options;
|
(void)options;
|
||||||
devices = NULL;
|
devices = NULL;
|
||||||
|
|
Loading…
Reference in New Issue