Skip to content

Commit

Permalink
Merge pull request #1848 from JonGilmore/minuteman-delta-a0a0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimklimov committed Feb 16, 2023
2 parents cdf2a6f + 0e90cc9 commit aa87631
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/tripplite-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "tripplite-hid.h"
#include "usb-common.h"

#define TRIPPLITE_HID_VERSION "TrippLite HID 0.84"
#define TRIPPLITE_HID_VERSION "TrippLite HID 0.85"
/* FIXME: experimental flag to be put in upsdrv_info */


Expand Down Expand Up @@ -154,6 +154,8 @@ static usb_device_id_t tripplite_usb_device_table[] = {

/* Delta/Minuteman Enterprise Plus E1500RM2U */
{ USB_DEVICE(DELTA_VENDORID, 0xa011), battery_scale_1dot0 },
/* Delta/Minuteman PRO1500RT2U */
{ USB_DEVICE(DELTA_VENDORID, 0xa0a0), battery_scale_1dot0 },

/* Terminating entry */
{ 0, 0, NULL }
Expand Down
1 change: 1 addition & 0 deletions scripts/upower/95-upower-hid.hwdb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ usb:v0592p0004*
# Delta UPS
usb:v05DDp041B*
usb:v05DDpA011*
usb:v05DDpA0A0*
UPOWER_BATTERY_TYPE=ups
UPOWER_VENDOR=Delta UPS

Expand Down

0 comments on commit aa87631

Please sign in to comment.