Touchpad frozen after sleep mode (HP ZBook 14 G2)

Hi everybody,

when I close my HP ZBook 14 G2 laptop to put it in sleep mode, the touchpad is sometimes frozen when I reopen the laptop. Not always, but regularly.

Before installing Fedora 42, I had already the same problem in Ubuntu for a few years but my workaround was to run that short script:

sudo modprobe -r psmouse
sleep 1
sudo modprobe psmouse

But it does not work anymore in Fedora:

$ ./touchpad.sh 
modprobe: FATAL: Module psmouse is builtin.

Is there any command to restart the module in this case?