1
0
Fork 0
forked from len0rd/rockbox

imxtools/sbtools: always probe report size for HID recovery mode

Some older versions of the ROM (TA3 for example), use a 64 byte report size
instead of 1024, so hardcoding 1024 is just a bad idea.

Change-Id: I720c4465cfe2f519bffa307175614bba58766dce
This commit is contained in:
Amaury Pouly 2013-10-09 13:05:43 +02:00
parent 0f1d44dba2
commit 1c63993e05
2 changed files with 5 additions and 4 deletions

View file

@ -17,4 +17,4 @@ include ../hwstub.make
$(BUILD_DIR)/hwstub.sb: $(EXEC_BIN)
$(call PRINTS,SBTOELF $(@F))
$(SILENT)$(SBTOELF) -z -c hwstub.db -o $@ $<
$(SILENT)$(SBTOELF) -z -c hwstub.db -o $@ $<