Skip to content

Commit

Permalink
Fix udev typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbraun committed May 16, 2016
1 parent c709088 commit ae40a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/99-uavionix.rules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# uAvionix Ping Mavlink
ATTRS{idProduct}=="74f0", ATTRS{idVendor}=="0403", RUN+="/sbin/modprobe -q ftdi_sio" RUN+="/bin/sh -c 'echo 0403 74f0 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id'", OWNER="root", MODE="0666" SYMLINK+="ping"
ATTRS{idProduct}=="74f0", ATTRS{idVendor}=="0403", RUN+="/sbin/modprobe -q ftdi_sio" RUN+="/bin/sh -c 'echo 0403 74f0 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id'", OWNER="root", MODE="0666", SYMLINK+="ping"

# uAvionix Ping Raw
ATTRS{idProduct}=="74f1", ATTRS{idVendor}=="0403", RUN+="/sbin/modprobe -q ftdi_sio" RUN+="/bin/sh -c 'echo 0403 74f1 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id'", OWNER="root", MODE="0666", SYMLINK+="ping"
Expand Down

0 comments on commit ae40a08

Please sign in to comment.