Skip to content

Commit

Permalink
layers/meta-opentrons: add flex-stacker module to udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Dec 16, 2024
1 parent d0bc197 commit a211770
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ KERNEL=="ttyACM[0-9]*", SUBSYSTEMS=="usb", ATTRS{idProduct}=="ed8d", ATTRS{idVen

# plate reader module
KERNEL=="hidraw[0-9]*", ATTRS{idProduct}=="1199", ATTRS{idVendor}=="16d0", SYMLINK+="ot_module_absorbancereader%n"

# flex stacker module
KERNEL=="ttyACM[0-9]*", SUBSYSTEMS=="usb", ATTRS{idProduct}=="ef24", ATTRS{idVendor}=="0483", SYMLINK+="ot_module_flexstacker%n"

0 comments on commit a211770

Please sign in to comment.