Merge branch 'master' into patch-1
This commit is contained in:
@@ -45,6 +45,7 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="0e6f", ATTRS{idProduct}=="0185", MODE="0660
|
||||
|
||||
# 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}=="a713", MODE="0660", TAG+="uaccess"
|
||||
|
||||
# PowerA Wireless Controller for Nintendo Switch we have to use
|
||||
# ATTRS{name} since VID/PID are reported as zeros. We use /bin/sh
|
||||
@@ -68,6 +69,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1007", MODE="0660
|
||||
# Razer Panthera EVO Arcade Stick
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1008", MODE="0660", TAG+="uaccess"
|
||||
|
||||
# Razer Raiju PS4 Controller Tournament Edition over bluetooth hidraw
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="100A", MODE="0660", TAG+="uaccess"
|
||||
|
||||
# Razer Panthera Arcade Stick
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0401", MODE="0660", TAG+="uaccess"
|
||||
|
||||
@@ -77,6 +81,9 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="0738", ATTRS{idProduct}=="8250", MODE="0660
|
||||
# Mad Catz - Street Fighter V Arcade FightStick TE S+
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="0738", ATTRS{idProduct}=="8384", MODE="0660", TAG+="uaccess"
|
||||
|
||||
# Brooks Universal Fighting Board
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="0c30", MODE="0660", TAG+="uaccess"
|
||||
|
||||
# EMiO Elite Controller for PS4
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="1cf6", MODE="0660", TAG+="uaccess"
|
||||
|
||||
|
Reference in New Issue
Block a user