diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2013-10-09 13:05:43 +0200 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2013-10-09 13:05:43 +0200 |
commit | 1c63993e05d177a0793b02ee0cd5762bb293e86c (patch) | |
tree | c5ac471908321f4b3d30e66605c055402978fb46 /utils/hwstub/stub | |
parent | 0f1d44dba2e83776fa40cd607102f968d1ef79a8 (diff) |
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
Diffstat (limited to 'utils/hwstub/stub')
-rw-r--r-- | utils/hwstub/stub/stmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/stub/stmp/Makefile b/utils/hwstub/stub/stmp/Makefile index 3ac7e3bbd4..c06242aad5 100644 --- a/utils/hwstub/stub/stmp/Makefile +++ b/utils/hwstub/stub/stmp/Makefile @@ -17,4 +17,4 @@ include ../hwstub.make $(BUILD_DIR)/hwstub.sb: $(EXEC_BIN) $(call PRINTS,SBTOELF $(@F)) - $(SILENT)$(SBTOELF) -z -c hwstub.db -o $@ $<
\ No newline at end of file + $(SILENT)$(SBTOELF) -z -c hwstub.db -o $@ $< |