diff --git a/conf/system/udev/rules/wis-ezusb.rules b/conf/system/udev/rules/wis-ezusb.rules new file mode 100644 index 0000000000..38fa383170 --- /dev/null +++ b/conf/system/udev/rules/wis-ezusb.rules @@ -0,0 +1,8 @@ +ACTION=="add", BUS=="usb", ENV{PRODUCT}=="93b/a002/*", \ +RUN+="/sbin/fxload -t fx2 -I /lib/firmware/ezusb/hpi_PX-M402U.hex" +ACTION=="add", BUS=="usb", ENV{PRODUCT}=="93b/a004/*", \ +RUN+="/sbin/fxload -t fx2 -I /lib/firmware/ezusb/hpi_PX-TV402U.hex" +ACTION=="add", BUS=="usb", ENV{PRODUCT}=="eb1/6666/*", \ +RUN+="/sbin/fxload -t fx2 -I /lib/firmware/ezusb/hpi_LR192.hex" +ACTION=="add", BUS=="usb", ENV{PRODUCT}=="eb1/6668/*", \ +RUN+="/sbin/fxload -t fx2 -I /lib/firmware/ezusb/hpi_StarTrek.hex" \ No newline at end of file