Skip to content

Commit

Permalink
Correct SoC name for HW code 0x0992
Browse files Browse the repository at this point in the history
Connecting to the BROM of an MT6890 (found in a T-Mobile / Quanta D53 5G
mobile hotspot) reports a HW code of 0x0992.
  • Loading branch information
cyrozap committed Sep 29, 2024
1 parent 66bb0d5 commit 093769e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtkclient/config/brom_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def __init__(self, var1=None, watchdog=None, uart=None, brom_payload_addr=None,
# blacklist
damode=DAmodes.XFLASH,
dacode=0x0992,
name="MT0992"),
name="MT6890"),
0x2601: Chipconfig(
var1=0xA, # Smartwatch, confirmed
watchdog=0x10007000,
Expand Down

0 comments on commit 093769e

Please sign in to comment.