From: Gerhard Sittig Date: Sun, 9 Jun 2019 08:15:37 +0000 (+0200) Subject: brymen-bm86x: rename specific Brymen BM86x driver (libusb implementation) X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=7c7a11204633e145178e4544b6418c59da33b2c7;p=libsigrok.git 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. --- diff --git a/src/hardware/brymen-bm86x/api.c b/src/hardware/brymen-bm86x/api.c index f7d9d23f..a6c45e3a 100644 --- a/src/hardware/brymen-bm86x/api.c +++ b/src/hardware/brymen-bm86x/api.c @@ -200,7 +200,7 @@ static int dev_acquisition_stop(struct sr_dev_inst *sdi) } static struct sr_dev_driver brymen_bm86x_driver_info = { - .name = "brymen-bm86x", + .name = "brymen-bm86x-usb", .longname = "Brymen BM86X", .api_version = 1, .init = std_init,