[Bug 234638] x11/libinput: crashes in devel/libudev-devd on device enumeration

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 5 17:39:25 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234638

--- Comment #4 from Jan Beich <jbeich at FreeBSD.org> ---
Maybe this is due to uhid(4) duplicates that libudev stumbles translating back
to /dev/input/eventN. I'll try your patch next.

$ for f in /dev/input/*; do sudo ./libevdev_name $f; done
/dev/input/event0: System keyboard multiplexer
/dev/input/event1: System mouse
/dev/input/event2: AT keyboard
/dev/input/event3: Logitech USB Laser Mouse, class 0/0, rev 2.00/31.00, addr 2
/dev/input/event4: Microsoft Comfort Curve Keyboard 3000, class 0/0, rev
2.00/1.70, addr 3
/dev/input/event5: CM Storm Quickfire Rapid i, class 0/0, rev 1.10/1.22, addr 4
/dev/input/event6: CM Storm Quickfire Rapid i, class 0/0, rev 1.10/1.22, addr 4
/dev/input/event7: Kingsis Peripherals ZOWIE Gaming mouse, class 0/0, rev
2.00/0.01, addr 5

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list