Nintendo Switch system version 11.0.0 has finally added the option to connect to a computer via USB. Gnome Files (fka Nautilus) recognizes it as an MTP device but it fails in mtp-detect
$ mtp-detect
libmtp version: 1.1.17
Listing raw device(s)
Device 0 (VID=057e and PID=201d) is UNKNOWN in libmtp v1.1.17.
Please report this VID/PID and the device model to the libmtp development team
Found 1 device(s):
057e:201d @ bus 3, dev 4
Attempting to connect device(s)
error returned by libusb_claim_interface() = -6LIBMTP PANIC: Unable to initialize device
Unable to open raw device 0
OK.
Note for the device ID that this is a Switch Lite
Anonymous
I added it to libmtp git.
error 6 is busy I think ... does it work as root? is it exposed to nautilus already?
added to git, thx for the report!