Skip to content

Commit

Permalink
Merge pull request #15 from forderud/linux-udev-comment
Browse files Browse the repository at this point in the history
Linux udev rule: Document need for updating idProduct to match Arduino board
  • Loading branch information
abratchik committed Sep 2, 2024
2 parents 19469df + c5c0454 commit 01bc7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/98-upower-hid.rules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO: Adjust idProduct to match ProductID for the Arduino board used
ATTRS{idVendor}=="2341", ENV{UPOWER_VENDOR}="Arduino"
ATTRS{idVendor}=="2341", ATTRS{idProduct}=="8036", ENV{UPOWER_BATTERY_TYPE}="ups"

0 comments on commit 01bc7ae

Please sign in to comment.