Compare commits
6 Commits
revert-12-
...
Raiju-2-TE
Author | SHA1 | Date | |
---|---|---|---|
|
2b0bddafc1 | ||
|
ebc0f6a9e3 | ||
|
814e14b944 | ||
|
3f9f151f8b | ||
|
a9907d7998 | ||
|
442b412ae2 |
@@ -37,6 +37,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2009", MODE="0660
|
|||||||
# Nintendo Switch Pro Controller over bluetooth hidraw
|
# Nintendo Switch Pro Controller over bluetooth hidraw
|
||||||
KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0660", TAG+="uaccess"
|
KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Faceoff Wired Pro Controller for Nintendo Switch
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0180", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
# PowerA Wired Controller for Nintendo Switch
|
# PowerA Wired Controller for Nintendo Switch
|
||||||
KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711", MODE="0660", TAG+="uaccess"
|
KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
@@ -47,12 +50,18 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="20d6", ATTRS{idProduct}=="a711", MODE="0660
|
|||||||
#
|
#
|
||||||
KERNEL=="input*", ATTRS{name}=="Lic Pro Controller", RUN{program}+="/bin/sh -c 'udevadm test-builtin uaccess /sys/%p/../../hidraw/hidraw*'"
|
KERNEL=="input*", ATTRS{name}=="Lic Pro Controller", RUN{program}+="/bin/sh -c 'udevadm test-builtin uaccess /sys/%p/../../hidraw/hidraw*'"
|
||||||
|
|
||||||
|
# Afterglow Deluxe+ Wired Controller for Nintendo Switch
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0188", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
# Nacon PS4 Revolution Pro Controller
|
# Nacon PS4 Revolution Pro Controller
|
||||||
KERNEL=="hidraw*", ATTRS{idVendor}=="146b", ATTRS{idProduct}=="0d01", MODE="0660", TAG+="uaccess"
|
KERNEL=="hidraw*", ATTRS{idVendor}=="146b", ATTRS{idProduct}=="0d01", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
# Razer Raiju PS4 Controller
|
# Razer Raiju PS4 Controller
|
||||||
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1000", MODE="0660", TAG+="uaccess"
|
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1000", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
|
# Razer Raiju 2 Tournament Edition
|
||||||
|
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1007", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
# Razer Panthera Arcade Stick
|
# Razer Panthera Arcade Stick
|
||||||
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0401", MODE="0660", TAG+="uaccess"
|
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0401", MODE="0660", TAG+="uaccess"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user