Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add USB IDs for Broadcom BCM43236, BCM43143, BCM...



details:   https://anonhg.NetBSD.org/src/rev/5a02817127ef
branches:  trunk
changeset: 827198:5a02817127ef
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Oct 19 23:54:42 2017 +0000

description:
Add USB IDs for Broadcom BCM43236, BCM43143, BCM43242, and BCM43569 USB
wireless devices.

diffstat:

 sys/dev/usb/usbdevs |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r f02f73b85d64 -r 5a02817127ef sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Thu Oct 19 20:45:07 2017 +0000
+++ b/sys/dev/usb/usbdevs       Thu Oct 19 23:54:42 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.741 2017/10/18 16:00:53 jmcneill Exp $
+$NetBSD: usbdevs,v 1.742 2017/10/19 23:54:42 jmcneill Exp $
 
 /*
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -1095,8 +1095,13 @@
 product BILLIONTON USB2AR      0x90ff  USB2AR Ethernet
 
 /* Broadcom products */
+product BROADCOM BCMFW         0x0bdc  BCMFW
 product BROADCOM BCM2033       0x2000  BCM2033
 product BROADCOM BCM2033NF     0x2033  BCM2033 (no firmware)
+product BROADCOM BCM43236      0xbd17  BCM43236
+product BROADCOM BCM43143      0xbd1e  BCM43143
+product BROADCOM BCM43242      0xbd1f  BCM43242
+product BROADCOM BCM43569      0xbd27  BCM43569
 
 /* Brother Industries products */
 product BROTHER HL1050         0x0002  HL-1050 laser printer



Home | Main Index | Thread Index | Old Index