Skip to content

Commit 01bc7ae

Browse files
authored
Merge pull request #15 from forderud/linux-udev-comment
Linux udev rule: Document need for updating idProduct to match Arduino board
2 parents 19469df + c5c0454 commit 01bc7ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

linux/98-upower-hid.rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# TODO: Adjust idProduct to match ProductID for the Arduino board used
12
ATTRS{idVendor}=="2341", ENV{UPOWER_VENDOR}="Arduino"
23
ATTRS{idVendor}=="2341", ATTRS{idProduct}=="8036", ENV{UPOWER_BATTERY_TYPE}="ups"
34

0 commit comments

Comments
 (0)