fw/e1-tracer: restrict dfu programming to e1-tracer devices

Let's explicitly specify the VID/PID of the e1-tracer in the dfu-util
invocation 'make dfuprog' to avoid accidentially programming other
attached dfu capable devices.

Change-Id: I6a17f01a621cd4af6827167427fafd2f9f277755
This commit is contained in:
Harald Welte 2022-11-01 08:53:01 +01:00
parent a0df047214
commit e08adb0dff
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ prog: $(GITVER).bin
$(ICEPROG) -o 640k $<
dfuprog: $(GITVER).bin
$(DFU_UTIL) -R -a 1 -D $<
$(DFU_UTIL) -R -d 1d50:6151,1d50:6150 -a 1 -D $<
clean: