Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2020 17:54:10 +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: r364128 - stable/12/sys/dev/rtwn/pci
Message-ID:  <202008111754.07BHsAnf058253@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Tue Aug 11 17:54:10 2020
New Revision: 364128
URL: https://svnweb.freebsd.org/changeset/base/364128

Log:
  MFC r350885 (by avos):
  rtwn_pci: add device ID for RTL8192CE.
  
  PR:	239795

Modified:
  stable/12/sys/dev/rtwn/pci/rtwn_pci_attach.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/rtwn/pci/rtwn_pci_attach.h
==============================================================================
--- stable/12/sys/dev/rtwn/pci/rtwn_pci_attach.h	Tue Aug 11 17:53:21 2020	(r364127)
+++ stable/12/sys/dev/rtwn/pci/rtwn_pci_attach.h	Tue Aug 11 17:54:10 2020	(r364128)
@@ -34,6 +34,7 @@ struct rtwn_pci_ident {
 
 static const struct rtwn_pci_ident rtwn_pci_ident_table[] = {
 	{ 0x10ec, 0x8176, "Realtek RTL8188CE", RTWN_CHIP_RTL8192CE },
+	{ 0x10ec, 0x8178, "Realtek RTL8192CE", RTWN_CHIP_RTL8192CE },
 	{ 0x10ec, 0x8179, "Realtek RTL8188EE", RTWN_CHIP_RTL8188EE },
 };
 



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