Hi,
I am using usb-keyboard and usb-mouse as input device of photon. If I boot the PC everything is ok, keyboard and mouse working fine.
If I unplug the mouse and plug it in again, the mouse is not working anymore.
sysint:
#io-usb
#devu-mouse
#devu-kbd
input.xx:
kbd –R fd-dev-usbkbd0 msoft fd –d/dev/usbmouse0
I noticed, after plug in the mouse again there is a new /dev/mouse1.
The Input is still looking for /dev/mouse0.
I am able to fix this manual:
slay devu-mouse
devu-mouse &
Input msoft fd –d/dev/mouse0
After that, mouse is working.
But I need a solution without any manual operation.
Is there a solution??
Regards
Ulrich Mailänder