diff options
author | Nathan Angelacos <nangel@alpinelinux.org> | 2019-06-26 08:00:25 -0400 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2019-06-26 15:43:57 +0300 |
commit | d1cb84da1920d3cdf9ad296b1e55f6330a581940 (patch) | |
tree | 6635a78ce5925f1ad25257f6e05e24a726ab940e /main/flashrom/libusb_set_option.patch | |
parent | bee212a9d1b46700c31e6f8542b2195c80d0889d (diff) | |
download | aports-d1cb84da1920d3cdf9ad296b1e55f6330a581940.tar.bz2 aports-d1cb84da1920d3cdf9ad296b1e55f6330a581940.tar.xz |
main/flashrom: upgrade to 1.1
Diffstat (limited to 'main/flashrom/libusb_set_option.patch')
-rw-r--r-- | main/flashrom/libusb_set_option.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/flashrom/libusb_set_option.patch b/main/flashrom/libusb_set_option.patch deleted file mode 100644 index 8e457fa976..0000000000 --- a/main/flashrom/libusb_set_option.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; |