You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Nintendo Switch Pro Controller over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="*057E:2009*", MODE="0660", TAG+="uaccess"
But the regular one seems to be missing:
[301891.672726] input: Nintendo Switch Right Joy-Con as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/bluetooth/hci0/hci0:256/0005:057E:2007.0039/input/input110
I think the same rule as above should work just changing 2009 to 2007?
The text was updated successfully, but these errors were encountered:
with the joycons unconnected, wait for it to finish describing all your other devices (it should say {"all-for-now": true} at the end), and then connect the joycons, what additional information is displayed after the {"all-for-now": true} marker?
Press Ctrl+C to stop the input monitor when it has finished displaying the new device(s). Having that information will help to avoid regressions in SDL for these devices.
Steam Input does seem to support joycons, so their absence from these rules is probably an oversight?
I see the pro controler listed in the rules:
But the regular one seems to be missing:
I think the same rule as above should work just changing
2009
to2007
?The text was updated successfully, but these errors were encountered: