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:
parent
0f1d44dba2
commit
1c63993e05
2 changed files with 5 additions and 4 deletions
|
|
@ -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 $@ $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue