Update steam_input.rules

This commit is contained in:
Pierre-Loup A. Griffais
2018-05-02 18:46:45 -07:00
committed by GitHub
parent c1741b8c5f
commit db42daa32f

View File

@@ -24,3 +24,9 @@ KERNEL=="hidraw*", KERNELS=="*054C:05C4*", MODE="0666"
# DualShock 4 Slim over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*054C:09CC*", MODE="0666"
# Nintendo Switch Pro Controller over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="057e", ATTRS{idProduct}=="2009", MODE="0666"
# Nintendo Switch Pro Controller over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0666"