Diff between b725195bd6a782bdc9689d43e47005c711bcebce and a0727ecddaf0cf5ad90b41c82624da20968e2c0b

Changed Files

File Additions Deletions Status
monitor/packet.c +1 -0 modified

Full Patch

diff --git a/monitor/packet.c b/monitor/packet.c
index af51378..0437f8e 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -2403,6 +2403,7 @@ static const struct {
 	uint16_t ver;
 	const char *str;
 } broadcom_uart_subversion_table[] = {
+	{ 0x210b, "BCM43142A0"	},	/* 001.001.011 */
 	{ 0x410e, "BCM43341B0"	},	/* 002.001.014 */
 	{ 0x4406, "BCM4324B3"	},	/* 002.004.006 */
 	{ }