Skip to content
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

Spam in dmesg kernel log while daemon is running #3

Open
valeth opened this issue Mar 7, 2021 · 2 comments
Open

Spam in dmesg kernel log while daemon is running #3

valeth opened this issue Mar 7, 2021 · 2 comments

Comments

@valeth
Copy link

valeth commented Mar 7, 2021

When running the daemon as systemd service I'm getting an endless amount of the following message in my dmesg:

...
[ 3093.821158] hid-generic 0003:1B1C:1B5E.04E9: hiddev98,hidraw4: USB HID v1.11 Device [Corsair CORSAIR HARPOON RGB WIRELESS Gaming Mouse] on usb-0000:02:00.0-1/input1
[ 3095.828085] hid-generic 0003:1B1C:1B5E.04EA: hiddev98,hidraw4: USB HID v1.11 Device [Corsair CORSAIR HARPOON RGB WIRELESS Gaming Mouse] on usb-0000:02:00.0-1/input1
...

Which I assume is caused by the keep_alive function which initializes and ungrabs the device.

@andreldm
Copy link
Owner

andreldm commented Mar 9, 2021

Yes, very likely because of that, unfortunately I don't see how to avoid that as the device was designed to expect a keep alive and grabbing the device indefinitely sounds like a bad idea.

@ChaosInfinited
Copy link

It's not a proper fix, but spams dmesg much less, doubt too there's another way
#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants