From 9b7b944ceb69719e91e2e9954ca9e3174ec764dc Mon Sep 17 00:00:00 2001 From: Mike Sullivan Date: Mon, 7 May 2018 18:39:05 +0000 Subject: main/flashrom: replace deprecated libusb_set_debug call to fix build --- main/flashrom/libusb_set_option.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/flashrom/libusb_set_option.patch (limited to 'main/flashrom/libusb_set_option.patch') diff --git a/main/flashrom/libusb_set_option.patch b/main/flashrom/libusb_set_option.patch new file mode 100644 index 0000000000..8e457fa976 --- /dev/null +++ b/main/flashrom/libusb_set_option.patch @@ -0,0 +1,11 @@ +--- a/ch341a_spi.c ++++ b/ch341a_spi.c +@@ -444,7 +444,7 @@ + return -1; + } + +- libusb_set_debug(NULL, 3); // Enable information, warning and error messages (only). ++ libusb_set_option(NULL, LIBUSB_OPTION_LOG_LEVEL, LIBUSB_LOG_LEVEL_INFO); // Enable information, warning and error messages (only). + + uint16_t vid = devs_ch341a_spi[0].vendor_id; + uint16_t pid = devs_ch341a_spi[0].device_id; -- cgit v1.2.3