Kane York
Kane York
Here's what the Linux Kernel gives for the report descriptor over bluetooth: https://www.irccloud.com/pastebin/P60ntzyH/ @shinyquagsire23 can you dump `/sys/kernel/debug/hid/*/rdesc` with the Charging Grip?
Sorry, the underscores weren't meant to be literal - replace them with the kernel-assigned device identifier. The file should be there if hidapi can open the device, so `sudo ls`...
Okay, wow. Much more straightforward than the Bluetooth dump. Looks like a charging grip is almost all you need to use the joycons as a controller, I'll have to get...
33 is the status report (0x21) sent in reply to a 0x1 HID output report and parsed here https://github.com/riking/joycon/blob/master/src/joycon_input.c#L53
When the Bluetooth stack of the joycon and your computer desync (or whatever that is), just do a physical pair with your Switch, long press the sync button, and connect...
Looks like the actual part in the Joy-Cons isn't visible on that page - the ....06 has no center push button. It's probably the ...05 or ...04 or something like...
@ThibG make sure you're incrementing the rumble frame timer in the packets you send!
You can't really stop them from negotiating Bluetooth communication, kinda like a TLS handshake. You can do pure USB JoyCon Custom, and pure USB Custom Switch, but you can't force...
We're running into issues with attempting to provide a VFS due to inode tracking issues. Getting an abseil filesystem library released would massively unblock some of the https://cs.tvl.fyi/ efforts.
> Email/forums: should we set up a mailing list or something like Discourse? It really feels like there should be some way to swing per-interest-group spaces on a shared forum....