Bug 249034 - [PATCH] Add support to Belkin N300 (F9L1004V1)
Summary: [PATCH] Add support to Belkin N300 (F9L1004V1)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: wireless (show other bugs)
Version: 12.1-STABLE
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-31 14:28 UTC by Salvador Martínez Mármol
Modified: 2020-09-07 23:23 UTC (History)
3 users (show)

See Also:


Attachments
patch usb vid:pid added to usbdevs and rtwn (1.16 KB, patch)
2020-08-31 14:28 UTC, Salvador Martínez Mármol
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Salvador Martínez Mármol 2020-08-31 14:28:43 UTC
Created attachment 217674 [details]
patch usb vid:pid added to usbdevs and rtwn

Dear all, 

please add support to BELKIN N300 (F9L1004V1) usb wireless adapter 0x050d:0x1004

it is a Realtek 8192CU and adding it to RTWN driver it work ok, I test in CURRENT and STABLE
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-08-31 15:33:01 UTC
A commit references this bug:

Author: markj
Date: Mon Aug 31 15:32:46 UTC 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 <salvica@kapj.net>
  MFC after:	1 week

Changes:
  head/sys/dev/rtwn/usb/rtwn_usb_attach.h
  head/sys/dev/usb/usbdevs
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-09-07 23:22:01 UTC
A commit references this bug:

Author: markj
Date: Mon Sep  7 23:21:54 UTC 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

Changes:
_U  stable/12/
  stable/12/sys/dev/rtwn/usb/rtwn_usb_attach.h
  stable/12/sys/dev/usb/usbdevs
Comment 3 Mark Johnston freebsd_committer freebsd_triage 2020-09-07 23:23:26 UTC
Thanks for the patch.