Author: markj
Date: Mon Aug 31 15:32:45 2020
New Revision: 364993
URL: https://svnweb.freebsd.org/changeset/base/364993

Log:
  rtwn(4): Add support for the Belkin N300.
  
  PR:           249034
  Submitted by: Salvador Martínez Mármol <salv...@kapj.net>
  MFC after:    1 week

Modified:
  head/sys/dev/rtwn/usb/rtwn_usb_attach.h
  head/sys/dev/usb/usbdevs

Modified: head/sys/dev/rtwn/usb/rtwn_usb_attach.h
==============================================================================
--- head/sys/dev/rtwn/usb/rtwn_usb_attach.h     Mon Aug 31 15:31:17 2020        
(r364992)
+++ head/sys/dev/rtwn/usb/rtwn_usb_attach.h     Mon Aug 31 15:32:45 2020        
(r364993)
@@ -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: head/sys/dev/usb/usbdevs
==============================================================================
--- head/sys/dev/usb/usbdevs    Mon Aug 31 15:31:17 2020        (r364992)
+++ head/sys/dev/usb/usbdevs    Mon Aug 31 15:32:45 2020        (r364993)
@@ -1378,6 +1378,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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to