And if someone else like to have the configuration well made.
That is, using the correct VID & PID in /etc/udev/rules.d just have to:
Create the file:
etc/udev/rules.d/99-wintv-solohd-newid.rules
Inserting the following contents (note /bin/bash calling /bin/echo):
DRIVER=="usb", SUBSYSTEM=="usb", ATTR{idVendor}=="2040", ATTR{idProduct}=="8268", RUN+="/sbin/modprobe em28xx card=94", RUN+="/bin/bash -c '/bin/echo 2040 8268 > /sys/bus/usb/drivers/em28xx/new_id'"