poudriere builds on amd64_10.1 and i386_9.3 jails
Simple way to test proposed changes w/o installing evdev-enabled kernel:
- rebuild multimedia/v4l_compat if installed
- install (or rebuild) x11-drivers/xf86-input-evdev (and devel/libevdev as dependency)
- rebuild x11-servers/xorg-server and set DEVD option. No configuration required unless xorg.conf is broken already
- restart X-server and check if your input devices attached as before and legacy part of PR/196678 patch is working
- install (or rebuild) multimedia/webcamd with INPUT KEYBOARD and MOUSE options set
- take a list of your usb devices with webcamd:
`$ sudo webcamd -l`
- than attach webcamd to one of input devices listed e.g:
`$ sudo webcamd -N USB-PS2-Optical-Mouse-Logitech -S unknown -M 0
Attached to ugen0.3[0]
Creating /dev/input/event0`
If all went OK, your device should still be working but use evdev interface. You can check this in /var/log/Xorg.0.log.
Its possible to check what is transmitted via evdev interface with evemu-record utility from devel/evemu port