Skip to content

Commit

Permalink
Remove the udev rules for the PS4 and Logitech controllers; those rul…
Browse files Browse the repository at this point in the history
…es are provided either by the Clearpath ISO or by ds4drv as appropriate
  • Loading branch information
civerachb-cpr committed Dec 14, 2020
1 parent ea1c27f commit 83a8a6e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions husky_bringup/debian/udev
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
# Udev rule for the Prolific Serial-to-USB adapter shipped standard with Husky
SUBSYSTEMS=="usb", ATTRS{manufacturer}=="Prolific*", SYMLINK+="prolific prolific_$attr{devpath}", MODE="0666"

# Udev rule for the Logitech controller previously shipped standard with Husky
KERNEL=="js*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c21f", SYMLINK="input/f710"

# Udev rule for the PS4 controller now shipped with standard with Husky
KERNEL=="js*", ATTRS{idVendor}=="8087", ATTRS{idProduct}=="07dc", SYMLINK="input/ps4"
KERNEL=="js*", ATTRS{idVendor}=="8087", ATTRS{idProduct}=="07da", SYMLINK="input/ps4"

# Alternate Udev rule for the PS4 controller (if it's detected as DualShock 4)
KERNEL=="js*", ATTRS{idVendor}=="054C", ATTRS{idProduct}=="05C4", SYMLINK="input/ps4"

0 comments on commit 83a8a6e

Please sign in to comment.