baylibre-acme: Fix vendor/device name.

This commit is contained in:
Uwe Hermann 2015-02-17 16:10:33 +01:00
parent e00b3f5897
commit 3d14ce49e4
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ static GSList *scan(GSList *options)
sdi = g_malloc0(sizeof(struct sr_dev_inst));
sdi->status = SR_ST_INACTIVE;
sdi->model = g_strdup("ACME cape");
sdi->vendor = g_strdup("BayLibre");
sdi->model = g_strdup("ACME");
sdi->driver = di;
sdi->priv = devc;