Bernat

Results 414 comments of Bernat

> I'm following [this guide](https://wiki.wireshark.org/CaptureSetup/USB#Windows), I can't do step 4 which is probably what is causing the wheel to not reinitialize, but none of the USB interfaces show up on...

Why two separate drivers?

> Completely different functionality, mainly. The init driver is responsible for initializing the wheel, whereas the main driver is responsible for handling the actual FFB commands. It turns out that...

Since SDL doesn't report wheel device types, Feral ports rely on profile files to detect wheels and define their mappings. I guess it's a profile file missing for that wheel....

I don't have Dirt4 installed but you found it. I know DR and GA worked similarly. I doubt Feral cares anymore about those ports but worth trying. If not, maybe...

I wouldn't trust Feral ports since they don't even recognize the wheel. The issue in this game is obviously a missing profile. About the Windows version under Proton, I'd test...

> Compared to issue #14 I cannot find a way to solve my problem. Do you have any idea how to make the steering wheel recognizable in FH5? I can...

@Kimplul You could take a look at this SDL function. I think the T300RS hasn't made it into the list yet: https://github.com/libsdl-org/SDL/blob/e1db4b82ecf4b2420840b7b31a666563b2656481/src/joystick/SDL_joystick.c#L2049 Then it depends on games or Wine/Proton using...

This is a simple example: ``` less @root-dir: vendor/twbs/bootstrap/less; @import "@{root-dir}/bootstrap.less"; ``` I'm using node LESS. Compilation works well, it's only that the incremental builds fail to see changes on...

I came across this issue while trying to work around issue #21. I don't really need it. Given the complexity of a proper fix, and because it's only affecting the...