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
Describe the bug
Nintendo switch not connected according to nut.
To Reproduce
Looked at dmesg --follow | rg usb:
[ 112.204793] usb 3-4: New USB device found, idVendor=057e, idProduct=2000, bcdDevice= 1.00
[ 112.204802] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 112.204805] usb 3-4: Product: Nintendo Switch
[ 112.204807] usb 3-4: Manufacturer: Nintendo
Actual behaviour
It looks like the idVendor=0x57e and idProduct=0x2000 pair aren't checked in the code:
Describe the bug
Nintendo switch not connected according to nut.
To Reproduce
Looked at
dmesg --follow | rg usb
:Actual behaviour
It looks like the
idVendor=0x57e
andidProduct=0x2000
pair aren't checked in the code:Expected behaviour
For my idVendor and idProduct pair to be checked.
NUT version (or git hash):
f0ef3efe1f92b221fb6ced1b9fc04d1ee6efa7b0
Additional context
Other issues make reference to an
idVendor=2000
:Am I missing something?
The text was updated successfully, but these errors were encountered: