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

eventX is guessed wrong #154

Open
lislon opened this issue Aug 2, 2016 · 1 comment

Comments

Projects
None yet
2 participants
@lislon
Copy link

commented Aug 2, 2016

When I run logkeys with default arguments, I only see Logging started...' and 'Logging stopped...' in logs.

Logkeys is using event0:

# logkeys --start
# lsof -p `pgrep logkey` | grep event 
logkeys 19238 root    0r   CHR  13,64      0t0    2478 /dev/input/event0

However when I set to event3 it works!

Here is output of my /proc/bus/input/devices

@kernc

This comment has been minimized.

Copy link
Owner

commented Aug 2, 2016

Yes, logkeys uses the first device that has EV=120013. @jzohrab explained somewhere on the issue tracker what the value means. You can always override the used device with a switch. Or just use the other keyboard ("COMPANY USB Device"). 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.