Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 23:21:54 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r365435 - in stable/12/sys/dev: rtwn/usb usb
Message-ID:  <202009072321.087NLsxR071151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Mon Sep  7 23:21:53 2020
New Revision: 365435
URL: https://svnweb.freebsd.org/changeset/base/365435

Log:
  MFC r364993:
  rtwn(4): Add support for the Belkin N300.
  
  PR:	249034

Modified:
  stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h
  stable/12/sys/dev/usb/usbdevs
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h
==============================================================================
--- stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h	Mon Sep  7 23:20:02 2020	(r365434)
+++ stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h	Mon Sep  7 23:21:53 2020	(r365435)
@@ -49,6 +49,7 @@ static const STRUCT_USB_HOST_ID rtwn_devs[] = {
 	RTWN_RTL8192CU_DEV(AZUREWAVE,		RTL8188CE_2),
 	RTWN_RTL8192CU_DEV(AZUREWAVE,		RTL8188CU),
 	RTWN_RTL8192CU_DEV(BELKIN,		F7D2102),
+	RTWN_RTL8192CU_DEV(BELKIN,		F9L1004V1),
 	RTWN_RTL8192CU_DEV(BELKIN,		RTL8188CU),
 	RTWN_RTL8192CU_DEV(BELKIN,		RTL8192CU),
 	RTWN_RTL8192CU_DEV(CHICONY,		RTL8188CUS_1),

Modified: stable/12/sys/dev/usb/usbdevs
==============================================================================
--- stable/12/sys/dev/usb/usbdevs	Mon Sep  7 23:20:02 2020	(r365434)
+++ stable/12/sys/dev/usb/usbdevs	Mon Sep  7 23:21:53 2020	(r365435)
@@ -1379,6 +1379,7 @@ product BELKIN F6C900UNV	0x0900	F6C900-UNV
 product BELKIN F6C100UNV	0x0910	F6C100-UNV
 product BELKIN F6C120UNV	0x0912	F6C120-UNV UPS
 product BELKIN F6C800UNV	0x0980	F6C800-UNV
+product BELKIN F9L1004V1	0x1004	N300 Wireless Adapter
 product BELKIN F6C1100UNV	0x1100	F6C1100-UNV, F6C1200-UNV
 product BELKIN F5U120		0x1203	F5U120-PC Hub
 product BELKIN RTL8188CU	0x1102  RTL8188CU Wireless Adapter



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009072321.087NLsxR071151>