From d2b262c12ca8f7b74e677912f2b9aab1b2dbdadc Mon Sep 17 00:00:00 2001 From: Jim Klimov Date: Tue, 3 Sep 2024 18:51:06 +0200 Subject: [PATCH] Bump USB-capable driver versions impacted by new `nut_usb_get_string()` method [#1925, #2604] Signed-off-by: Jim Klimov --- drivers/blazer_usb.c | 2 +- drivers/nutdrv_qx.c | 2 +- drivers/riello_usb.c | 2 +- drivers/tripplite_usb.c | 2 +- drivers/usbhid-ups.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/blazer_usb.c b/drivers/blazer_usb.c index c0b091ab3d..fb0f75a2d5 100644 --- a/drivers/blazer_usb.c +++ b/drivers/blazer_usb.c @@ -37,7 +37,7 @@ #endif #define DRIVER_NAME "Megatec/Q1 protocol USB driver" -#define DRIVER_VERSION "0.19" +#define DRIVER_VERSION "0.20" /* driver description structure */ upsdrv_info_t upsdrv_info = { diff --git a/drivers/nutdrv_qx.c b/drivers/nutdrv_qx.c index 4332be5097..3bc1d8675a 100644 --- a/drivers/nutdrv_qx.c +++ b/drivers/nutdrv_qx.c @@ -58,7 +58,7 @@ # define DRIVER_NAME "Generic Q* Serial driver" #endif /* QX_USB */ -#define DRIVER_VERSION "0.36" +#define DRIVER_VERSION "0.37" #ifdef QX_SERIAL # include "serial.h" diff --git a/drivers/riello_usb.c b/drivers/riello_usb.c index 32a46b5618..fdc7de8246 100644 --- a/drivers/riello_usb.c +++ b/drivers/riello_usb.c @@ -36,7 +36,7 @@ #include "riello.h" #define DRIVER_NAME "Riello USB driver" -#define DRIVER_VERSION "0.12" +#define DRIVER_VERSION "0.13" #define DEFAULT_OFFDELAY 5 /*!< seconds (max 0xFF) */ #define DEFAULT_BOOTDELAY 5 /*!< seconds (max 0xFF) */ diff --git a/drivers/tripplite_usb.c b/drivers/tripplite_usb.c index cab7b14ca1..d441e783a4 100644 --- a/drivers/tripplite_usb.c +++ b/drivers/tripplite_usb.c @@ -137,7 +137,7 @@ #include "usb-common.h" #define DRIVER_NAME "Tripp Lite OMNIVS / SMARTPRO driver" -#define DRIVER_VERSION "0.37" +#define DRIVER_VERSION "0.38" /* driver description structure */ upsdrv_info_t upsdrv_info = { diff --git a/drivers/usbhid-ups.c b/drivers/usbhid-ups.c index b8ff6662a5..b5968d0a02 100644 --- a/drivers/usbhid-ups.c +++ b/drivers/usbhid-ups.c @@ -29,7 +29,7 @@ */ #define DRIVER_NAME "Generic HID driver" -#define DRIVER_VERSION "0.56" +#define DRIVER_VERSION "0.57" #define HU_VAR_WAITBEFORERECONNECT "waitbeforereconnect"