ols: mention compatible devices in driver name
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
ae4e6999c5
commit
60143473c9
|
@ -519,7 +519,7 @@ static int dev_acquisition_stop(struct sr_dev_inst *sdi)
|
||||||
|
|
||||||
static struct sr_dev_driver ols_driver_info = {
|
static struct sr_dev_driver ols_driver_info = {
|
||||||
.name = "ols",
|
.name = "ols",
|
||||||
.longname = "Openbench Logic Sniffer",
|
.longname = "Openbench Logic Sniffer & SUMP compatibles",
|
||||||
.api_version = 1,
|
.api_version = 1,
|
||||||
.init = std_init,
|
.init = std_init,
|
||||||
.cleanup = std_cleanup,
|
.cleanup = std_cleanup,
|
||||||
|
|
Loading…
Reference in New Issue