* [PATCH] monitor: Add Broadcom BCM4324B3 chip name information
@ 2015-05-19 14:20 Frederic Danis
2015-05-23 13:17 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Frederic Danis @ 2015-05-19 14:20 UTC (permalink / raw)
To: linux-bluetooth
---
monitor/packet.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/monitor/packet.c b/monitor/packet.c
index 8f75ee2..af51378 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -2404,6 +2404,7 @@ static const struct {
const char *str;
} broadcom_uart_subversion_table[] = {
{ 0x410e, "BCM43341B0" }, /* 002.001.014 */
+ { 0x4406, "BCM4324B3" }, /* 002.004.006 */
{ }
};
@@ -2433,6 +2434,7 @@ static void print_manufacturer_broadcom(uint16_t subversion, uint16_t revision)
switch ((rev & 0xf000) >> 12) {
case 0:
+ case 3:
for (i = 0; broadcom_uart_subversion_table[i].str; i++) {
if (broadcom_uart_subversion_table[i].ver == ver) {
str = broadcom_uart_subversion_table[i].str;
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] monitor: Add Broadcom BCM4324B3 chip name information
2015-05-19 14:20 [PATCH] monitor: Add Broadcom BCM4324B3 chip name information Frederic Danis
@ 2015-05-23 13:17 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2015-05-23 13:17 UTC (permalink / raw)
To: Frederic Danis; +Cc: linux-bluetooth
Hi Fred,
On Tue, May 19, 2015, Frederic Danis wrote:
> ---
> monitor/packet.c | 2 ++
> 1 file changed, 2 insertions(+)
Applied. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-05-23 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-19 14:20 [PATCH] monitor: Add Broadcom BCM4324B3 chip name information Frederic Danis
2015-05-23 13:17 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).