Skip to content

Commit

Permalink
Move udev rules to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelWei committed Dec 3, 2024
1 parent e19758b commit e7e9a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appliance-application/linux/after-install.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Write udev rules for BBB Room Connector
cat <<EOT > /etc/udev/rules.d/50-bbb-room-connector.rules
cat <<EOT > /lib/udev/rules.d/50-bbb-room-connector.rules
SUBSYSTEM=="input", GROUP="input", MODE="0660", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0060", MODE="660", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0063", MODE="660", TAG+="uaccess"
Expand Down

0 comments on commit e7e9a2c

Please sign in to comment.