Skip to content

Commit

Permalink
Bump USB-capable driver versions impacted by new `nut_usb_get_string(…
Browse files Browse the repository at this point in the history
…)` method [#1925, #2604]

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Sep 3, 2024
1 parent 4d59468 commit d2b262c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion drivers/blazer_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion drivers/nutdrv_qx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion drivers/riello_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down
2 changes: 1 addition & 1 deletion drivers/tripplite_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion drivers/usbhid-ups.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d2b262c

Please sign in to comment.