Skip to content

Commit

Permalink
Update 95-upower-hid.rules
Browse files Browse the repository at this point in the history
Add VID/PID for Minuteman UPS
  • Loading branch information
jimklimov committed Dec 21, 2021
1 parent d655f6d commit 19238bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/upower/95-upower-hid.rules
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ ATTRS{idVendor}=="0592", ATTRS{idProduct}=="0004", ENV{UPOWER_BATTERY_TYPE}="ups

# Delta UPS
ATTRS{idVendor}=="05dd", ATTRS{idProduct}=="041b", ENV{UPOWER_BATTERY_TYPE}="ups"
ATTRS{idVendor}=="05dd", ATTRS{idProduct}=="a011", ENV{UPOWER_BATTERY_TYPE}="ups"

# Phoenixtec Power Co., Ltd
ATTRS{idVendor}=="06da", ATTRS{idProduct}=="ffff", ENV{UPOWER_BATTERY_TYPE}="ups"
Expand Down

0 comments on commit 19238bc

Please sign in to comment.