Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 631102 - sys-fs/udev - persistent naming no longer works for PS/2 keyboard device
Summary: sys-fs/udev - persistent naming no longer works for PS/2 keyboard device
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-16 02:12 UTC by dB
Modified: 2021-07-13 21:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dB 2017-09-16 02:12:58 UTC
I'm not sure which udev update this "broke" but now my /dev/input/by-path or /dev/input/by-id is not being populated for a PS/2 keyboard. I looked at the udev rules file at /lib/udev/rules.d/60-persistent-input.rules and found that udev will populate the /dev/input link if I comment out the line regarding:

SUBSYSTEMS=="serio", ENV{ID_BUS}="i8042", GOTO="persistent_input_end"

however this does not feel like the proper fix or correction.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2017-09-19 11:14:33 UTC
Please tell us which version of sys-fs/udev you happen to use.
Comment 2 Mike Gilbert gentoo-dev 2017-09-19 21:21:01 UTC
The relevant change seems to be this:

https://github.com/systemd/systemd/commit/f013e99e160f385a0c02793c612ef4c8a8ffc4d7

I suggest you open an issue upstream:

https://github.com/systemd/systemd/issues/new
Comment 3 dB 2017-09-20 04:14:01 UTC
The udev version is 217.
I will try to push upstream, thanks.