Klaus Zipfel

Results 87 comments of Klaus Zipfel

This is really strange. The fact, that you say "about 2 minutes" at "Reloading device manager configuration" speaks for this: Pacman triggers a udev update, then [these rules kick in](https://github.com/systemofapwne/leetmouse/blob/master/install_files/udev/99-leetmouse.rules)...

Can you both please also try to run ``sudo dkms build --force leetmouse-driver/0.9.0``? That should in principle trigger a build of the kernel module and if anything goes south here,...

Building the module works flawless how it looks like. Judging on that you still see issues, please tell me about the return value of modinfo. E.g. in bash, type `modinfo...

> > Building the module works flawless how it looks like. Judging on that you still see issues, please tell me about the return value of modinfo. E.g. in bash,...

> I had absolutely the the same issue. And I've also tried `make clean && make` just as it says in the README.md: > > ``` > :: Compiling leetmouse...

> In my case, the bind script was hanging during `(1/3) Reloading device manager configuration...` too. So I thought that I had the same issue. But when I tried to...

Good catch! Increasing this value might do the trick. I will need to take a closer look, if increasing this value can break anything or not. Thank you for your...

> In util.c > > ` if (r_count > NUM_USAGES){ printk("LEETMOUSE: parse_report_desc r_count > NUM_USAGES (%d). Should only happen on first probe.", NUM_USAGES); return -1;` > > Changing return -1...

Could you please create a pull-request for the change? Thank you

Sorry for the late reply. For this, sinusoidal functions are required, which I have not yet implemented in the current codebase. The reason is, that kernel-code is very limited and...