Add Razer Raiju Ultimate
Adds both USB and PC BT modes. Tested with Steam Big Picture.
This commit is contained in:
@@ -72,6 +72,12 @@ KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1008", MODE="0660
|
||||
# Razer Raiju PS4 Controller Tournament Edition over bluetooth hidraw
|
||||
KERNEL=="hidraw*", KERNELS=="*1532:100A*", MODE="0660", TAG+="uaccess"
|
||||
|
||||
# Razer Raiju Ultimate over USB
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="1004", MODE="0660", TAG+="uaccess"
|
||||
|
||||
# Razer Raiju Ultimate over PC Bluetooth
|
||||
KERNEL=="hidraw*", KERNELS=="*1532:1009*", MODE="0660", TAG+="uaccess"
|
||||
|
||||
# Razer Panthera Arcade Stick
|
||||
KERNEL=="hidraw*", ATTRS{idVendor}=="1532", ATTRS{idProduct}=="0401", MODE="0660", TAG+="uaccess"
|
||||
|
||||
|
Reference in New Issue
Block a user