Bug 261098 - rtwn(4): Add Device ID for Tenda U12
Summary: rtwn(4): Add Device ID for Tenda U12
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: usb (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Some People
Assignee: Hans Petter Selasky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-11 02:55 UTC by Wensi
Modified: 2022-02-10 15:17 UTC (History)
1 user (show)

See Also:


Attachments
rtwn(4): Add Device ID for Tenda U12 (1.25 KB, patch)
2022-01-11 02:55 UTC, Wensi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wensi 2022-01-11 02:55:26 UTC
Created attachment 230893 [details]
rtwn(4): Add Device ID for Tenda U12

The Tenda U12 also uses rtl8812au, but the device ID seems not recorded before.
Tenda seems has a new vendor ID not recorded before so I add it as TENDA2.
All changes has tested on 14-CURRENT with this device and work fine.
Comment 1 Hans Petter Selasky freebsd_committer freebsd_triage 2022-01-11 10:10:14 UTC
Can you also show "dmesg" and "usbconfig" output releated to this device?

--HPS
Comment 2 Wensi 2022-01-11 16:47:37 UTC
(In reply to Hans Petter Selasky from comment #1)

-------------------------------------------------------------------------
Partial output of `dmesg`:

...

ugen0.2: <Realtek 802.11n NIC> at usbus0

...

rtwn0 on uhub0
rtwn0: <Realtek 802.11n NIC, class 0/0, rev 2.00/0.00, addr 1> on usbus0
rtwn0: MAC/BB RTL8812AU, RF 6052 2T2R

...

-------------------------------------------------------------------------
Partial output of `usbconfig -v`:

...

ugen0.2: <Realtek 802.11n NIC> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA)
ugen0.2.0: rtwn0: <Realtek 802.11n NIC, class 0/0, rev 2.00/0.00, addr 1>

  bLength = 0x0012
  bDescriptorType = 0x0001
  bcdUSB = 0x0200
  bDeviceClass = 0x0000  <Probed by interface class>
  bDeviceSubClass = 0x0000
  bDeviceProtocol = 0x0000
  bMaxPacketSize0 = 0x0040
  idVendor = 0x2604
  idProduct = 0x0012
  bcdDevice = 0x0000
  iManufacturer = 0x0001  <Realtek>
  iProduct = 0x0002  <802.11n NIC>
  iSerialNumber = 0x0003  <123456>
  bNumConfigurations = 0x0001


 Configuration index 0

    bLength = 0x0009
    bDescriptorType = 0x0002
    wTotalLength = 0x0035
    bNumInterfaces = 0x0001
    bConfigurationValue = 0x0001
    iConfiguration = 0x0000  <no string>
    bmAttributes = 0x0080
    bMaxPower = 0x00fa

    Interface 0
      bLength = 0x0009
      bDescriptorType = 0x0004
      bInterfaceNumber = 0x0000
      bAlternateSetting = 0x0000
      bNumEndpoints = 0x0005
      bInterfaceClass = 0x00ff  <Vendor specific>
      bInterfaceSubClass = 0x00ff
      bInterfaceProtocol = 0x00ff
      iInterface = 0x0000  <no string>

     Endpoint 0
        bLength = 0x0007
        bDescriptorType = 0x0005
        bEndpointAddress = 0x0081  <IN>
        bmAttributes = 0x0002  <BULK>
        wMaxPacketSize = 0x0200
        bInterval = 0x0000
        bRefresh = 0x0000
        bSynchAddress = 0x0000

     Endpoint 1
        bLength = 0x0007
        bDescriptorType = 0x0005
        bEndpointAddress = 0x0002  <OUT>
        bmAttributes = 0x0002  <BULK>
        wMaxPacketSize = 0x0200
        bInterval = 0x0000
        bRefresh = 0x0000
        bSynchAddress = 0x0000

     Endpoint 2
        bLength = 0x0007
        bDescriptorType = 0x0005
        bEndpointAddress = 0x0003  <OUT>
        bmAttributes = 0x0002  <BULK>
        wMaxPacketSize = 0x0200
        bInterval = 0x0000
        bRefresh = 0x0000
        bSynchAddress = 0x0000

     Endpoint 3
        bLength = 0x0007
        bDescriptorType = 0x0005
        bEndpointAddress = 0x0004  <OUT>
        bmAttributes = 0x0002  <BULK>
        wMaxPacketSize = 0x0200
        bInterval = 0x0000
        bRefresh = 0x0000
        bSynchAddress = 0x0000

     Endpoint 4
        bLength = 0x0007
        bDescriptorType = 0x0005
        bEndpointAddress = 0x0085  <IN>
        bmAttributes = 0x0003  <INTERRUPT>
        wMaxPacketSize = 0x0040
        bInterval = 0x0001
        bRefresh = 0x0000
        bSynchAddress = 0x0000

...

-------------------------------------------------------------------------
Comment 3 Hans Petter Selasky freebsd_committer freebsd_triage 2022-01-11 20:20:54 UTC
Thanks for your patch submission!
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-01-11 20:20:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=75d20a5e386c9f15043600b1b2d7041eb64d0e99

commit 75d20a5e386c9f15043600b1b2d7041eb64d0e99
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2022-01-11 20:18:50 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2022-01-11 20:19:53 +0000

    rtwn(4): Add new USB ID.

    Submitted by:   Wensi <supdrewin@outlook.com>
    PR:             261098
    MFC after:      1 week
    Sponsored by:   NVIDIA Networking

 sys/dev/rtwn/usb/rtwn_usb_attach.h | 1 +
 sys/dev/usb/usbdevs                | 4 ++++
 2 files changed, 5 insertions(+)
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-02-10 15:17:56 UTC
A commit in branch stable/13 references this bug:

URL: https://cgit.FreeBSD.org/src/commit/?id=a8727a0b32c213826aeafb995824cad21fe81a65

commit a8727a0b32c213826aeafb995824cad21fe81a65
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2022-01-11 20:18:50 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2022-02-10 15:11:07 +0000

    rtwn(4): Add new USB ID.

    Submitted by:   Wensi <supdrewin@outlook.com>
    PR:             261098
    Sponsored by:   NVIDIA Networking

    (cherry picked from commit 75d20a5e386c9f15043600b1b2d7041eb64d0e99)

 sys/dev/rtwn/usb/rtwn_usb_attach.h | 1 +
 sys/dev/usb/usbdevs                | 4 ++++
 2 files changed, 5 insertions(+)