svn commit: r364128 - stable/12/sys/dev/rtwn/pci

Mark Johnston markj at FreeBSD.org
Tue Aug 11 17:54:10 UTC 2020


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 },
 };
 


More information about the svn-src-stable-12 mailing list