Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2020 22:14:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 243494] [PATCH] Add Bitron Video AV2010/10 ZigBee USB Stick to the list of recognized USB devices (uslcom)
Message-ID:  <bug-243494-19105-VGYRYlPrTw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243494-19105@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243494-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=3D243494

--- Comment #2 from Oleg Sharoyko <osharoiko@gmail.com> ---
Sure:

% sudo usbconfig -d ugen0.2 dump_all_config_desc
ugen0.2: <Silicon Labs BV 2010/10> at usbus0, cfg=3D0 md=3DHOST spd=3DFULL =
(12Mbps)
pwr=3DON (100mA)


 Configuration index 0

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

    Interface 0
      bLength =3D 0x0009=20
      bDescriptorType =3D 0x0004=20
      bInterfaceNumber =3D 0x0000=20
      bAlternateSetting =3D 0x0000=20
      bNumEndpoints =3D 0x0002=20
      bInterfaceClass =3D 0x00ff  <Vendor specific>
      bInterfaceSubClass =3D 0x0000=20
      bInterfaceProtocol =3D 0x0000=20
      iInterface =3D 0x0002  <BV 2010/10>

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

     Endpoint 1
        bLength =3D 0x0007=20
        bDescriptorType =3D 0x0005=20
        bEndpointAddress =3D 0x0082  <IN>
        bmAttributes =3D 0x0002  <BULK>
        wMaxPacketSize =3D 0x0040=20
        bInterval =3D 0x0000=20
        bRefresh =3D 0x0000=20
        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-243494-19105-VGYRYlPrTw>