Skip to content

Commit

Permalink
Add support for the Xbox Elite 2 controller
Browse files Browse the repository at this point in the history
  • Loading branch information
duganchen committed Jan 15, 2020
1 parent 3f3860b commit 896ebce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions hid-xpadneo/src/udev_rules/99-xpadneo.rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
# 02E0 automatic

ACTION=="add", \
KERNEL=="0005:045E:02FD.*|0005:045E:02E0.*", \
SUBSYSTEM=="hid", \
RUN:="/bin/sh -c 'echo xpadneo udev: $kernel > /dev/kmsg; modprobe hid_xpadneo; echo $kernel > /sys/bus/hid/drivers/hid-generic/unbind; echo $kernel > /sys/bus/hid/drivers/microsoft/unbind; echo $kernel > /sys/bus/hid/drivers/xpadneo/bind; echo xpadneo udev: ok > /dev/kmsg'"

ACTION=="add", \
KERNEL=="0005:045E:0B05.*|0005:045E:0B05.*", \
KERNEL=="0005:045E:02FD.*|0005:045E:02E0.*|0005:045E:0B05.*", \
SUBSYSTEM=="hid", \
RUN:="/bin/sh -c 'echo xpadneo udev: $kernel > /dev/kmsg; modprobe hid_xpadneo; echo $kernel > /sys/bus/hid/drivers/hid-generic/unbind; echo $kernel > /sys/bus/hid/drivers/microsoft/unbind; echo $kernel > /sys/bus/hid/drivers/xpadneo/bind; echo xpadneo udev: ok > /dev/kmsg'"

0 comments on commit 896ebce

Please sign in to comment.