media-tv/wis-go7007 does not supply working udev-rules to call fxload for
correct Vendor/Device combinations.
Delivered rules look like this:
ACTION=="add", BUS=="usb", ENV{PRODUCT}=="93b/a002/*", \
RUN+="@FXLOAD@ -t fx2 -I @FIRMWARE_DIR@/ezusb/hpi_PX-M402U.hex"
It should look like this:
ACTION=="add", BUS=="usb", ATTR{idVendor}=="093b", ATTR{idProduct}=="a002", \
RUN+="@FXLOAD@ -t fx2 -I @FIRMWARE_DIR@/ezusb/hpi_PX-M402U.hex"
The @...@ sequences seem to be substituted by Makefile.
But as I cannot test it this perhaps needs to be checked for minor errors.
(In reply to comment #1)
> Added wis-go7007-0.9.8-r1 to contain the modified rules, but did have no chance
> to test them.
>
They don't work on my system. The old rule work better. I still need to run
udevtrigger to recognize the device on boot, but even with that the new rules
don't make a device for me.