-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Cammus C12 #21
Add Cammus C12 #21
Conversation
Hi!
Yes, it has been proven by the creator of OpenFFBoard in their discord server. That version is old and heavily modified by Cammus, and probably compiled before that commit.
Yes, i wanted to create something like "game compatibility" chart in linux-steering-wheels repo, with common fixes for common games. Right now you need search for fixes for 'unsupported' wheels by yourself and it isn't ideal, i agree. Will do it later :D
Forza is different... I had G923 and it worked with Forza only with G HUB launched on Windows, i had no luck detecting it on Linux with Proton. G29 on the other side - no problem at all, works without G HUB on Windows and on Linux Forza detects it and enables it. I'm afraid there is hardcoded list of the wheels inside the game, which enables one or other internal APIs (G29 'native' and G923 only with Logitech API loaded, which doesn't work without G HUB opened). Someone got their wheel working on Windows with emuwheel, but nor i nor others i know actually tested it on Linux... It could be possible that 'helper' just injects cammus' vid/pid into one of the lists |
Interesting, though not surprising, to be honest.
This would make sense from reading the FH5: Supported Wheels and Devices page
It seems to be a similar issue to Need For Speed (Heat), though the game was initially released with no wheel support. I heard an update gave it compatibility with select wheels (G29, common ones). I can't get my G29 working with NFS Heat on Linux with Lutris through EA App. I will need more testing, as I doubt I will get the C12 working without getting the most common ones. Though Moza also has a compatibility mode within their Pithouse software. It breaks other games and disconnects and reconnects the wheel. Injecting could also trigger anti-cheats. Could it be possible to re-list the product under a new vendor and product id? |
Yeah, that's the most idiotic thing. FH5 compatibility mode actively BREAKS FFB on linux. I implemented compatibility mode switch in Boxflat, but I'll have to look into your suggestion, that it might be doing something funky with VID:PID And, if you would be willing to test, I think I could add Cammus settings to Boxflat. I already have a list and how they're communicated through serial. You can open an issue for Cammus and we'll go from there https://github.com/Lawstorant/boxflat |
I expected that with Chinese manufacturers (Cammus & Moza), new wheels would be extremely close to each other (hardware and firmware). It seems to be so from what I've seen.
Important stuff
Cammus C12 needs its VID:
0x3416
and PID0x0302
implemented, same no delay a7 patch, and it should act the same as the Cammus C5. I'm using the latest firmware (1.6.8) and edit wheel settings within the Android app.I am waiting for the pull request of the Cammus C12 to SDL to add to the whitelist. I have currently been forcing it on the whitelist within Steam launch options.
Weirdly, issue #7 seems to be fine for me. This could be caused by me using the Steam launch option for whitelisting it.
I looked at the Moza fix and realized it's just the PID and then VID; I don't know what the other numbers mean.
With this being a potential common thing, it would be nice to see it in the readme in either the universal-pidff or the linux-steering-wheels repo.
I've been forcing Steam Input to
off
as well.Games tested:
Steering, all buttons (joysticks, paddles, rotors), and force feedback work.
Forza Horizon 5 should be looked into. They have a "helper" for it on Windows within Cammus software. I have no interest in the Forza series, so I couldn't test and see if this was still a thing. But this could come up in the future.
I just cloned the repo into /usr/src/, made the tiny edits, and installed it as a dkms.
![image](https://private-user-images.githubusercontent.com/23021795/356436053-aa546bc3-b2ed-43b7-a686-c9d9dab88bcb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjgzNzYsIm5iZiI6MTczOTM2ODA3NiwicGF0aCI6Ii8yMzAyMTc5NS8zNTY0MzYwNTMtYWE1NDZiYzMtYjJlZC00M2I3LWE2ODYtYzlkOWRhYjg4YmNiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEzNDc1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM5ZmM5MjQ2MGFmMGVlMzVmYTliMWZhNjg0Mzk3NWU0NGVjYmUzZTBkM2M4NTNkN2QwZTg0NzM5ZDg3YWJlMTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZOLZTTNmKn5CQJIAZmvlZYGoDd5DmANxqpAL8Sxd2D4)