brymen-bm86x: rename specific Brymen BM86x driver (libusb implementation)

The src/hardware/brymen-bm86x/ source code contains specific support for
the Brymen BM86x devices, and directly depends on the libusb library.
Rename the registered device (append the "-usb" suffix) before adding
BM86x support to the serial-dmm driver.
This commit is contained in:
Gerhard Sittig 2019-06-09 10:15:37 +02:00
parent a10284cd18
commit 7c7a112046
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ static int dev_acquisition_stop(struct sr_dev_inst *sdi)
} }
static struct sr_dev_driver brymen_bm86x_driver_info = { static struct sr_dev_driver brymen_bm86x_driver_info = {
.name = "brymen-bm86x", .name = "brymen-bm86x-usb",
.longname = "Brymen BM86X", .longname = "Brymen BM86X",
.api_version = 1, .api_version = 1,
.init = std_init, .init = std_init,