Not working on Linux
avahe-kellenberger opened this issue · 7 comments
Since when is this? Are you working off the latest commit on the master branch? I recently changed the USB vendor/product ID in XInput mode to improve compatibility with Linux, but the input viewer hasn't yet been updated to support this VID/PID.
Latest commit on main, was just trying it right as I created this issue
Yeah that'll probably be why then
Also it seemed to not be finding my b0xx at all due to a case sensitivity issue, changing the last commit to use (/045E/i.test(port.vendorId) && /02A1/i.test(port.productId)) did succeed in finding the b0xx.
Wait sorry thought this was on HayBox repo because I got a notification, my bad. You are on official B0XX firmware then? The VID/PID hasn't been changed in that yet.
I'm using the HayBox firmware for the R4
Okay if you're on the latest master branch of HayBox (not latest release) then what I said applies, otherwise ignore me. Either way that case sensitivity sounds like a problem so feel free to make a PR for either/both of those things.
