CeDeROM
CeDeROM
Thank you @wulf7 for all of the hints! I have last one question. Are "descriptors" those funny HEX tables that are kinf of mask what device can do? Do you...
Thanks for the hints @wulf7! You rox! I will try the `usbhidctl` :-) I base my work on PS4 DualShock4 controller demo that was written for Blender up to 2.79....
Any original PS4 controller will have the same standard features and functions. All of them just seem to have different painting :-) Just do not buy any "clone" or "replacement"...
Thank You @wulf7 YOU ROX! =)
The goal of `iichid-devel` would be to simply type `Make` in order to: * fetch git head * compile it easily * install it in a proper way * test...
Thanks @koobs and @wulf7 I am aware of TODO in README.. but it's not really about README. People are unaware of this project and it would be really nice to...
Thanks @aquynh for ultra fast response :-) I have cloned the repository and it turns out that missing `LIBCAPSTONE_PATH` seems to be the cause on FreeBSD where all userland is...
Hmm, even with this path provided in env, the installed python module does not remember where to find a library. Probably `/usr/local/lib` needs to be added into the search path...
I have found a hint [1] to use `python setup.py build --rpath=/usr/local/lib` to "bake in" the library path but current `setup.py` does not seem to know `-R` nor `--rpath` stuff...
Build problem is a `make` (bsd) vs `gmake` (gnu) issue. When using `gmake` it builds fine. When using `cmake` it builds even better :-) Will prepare the pr and report...