Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 16:47:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 261098] rtwn(4): Add Device ID for Tenda U12
Message-ID:  <bug-261098-19105-EzFweoYsFe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261098-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261098-19105@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261098

--- Comment #2 from Wensi <supdrewin@outlook.com> ---
(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=3D0 md=3DHOST spd=3DHIGH (480=
Mbps)
pwr=3DON (500mA)
ugen0.2.0: rtwn0: <Realtek 802.11n NIC, class 0/0, rev 2.00/0.00, addr 1>

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


 Configuration index 0

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

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

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

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

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

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

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

...

-------------------------------------------------------------------------

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261098-19105-EzFweoYsFe>