日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 2024/1/17 -The configuration descriptor is obtained from the device through a standard device request (GET_DESCRIPTOR), which is sent as a control transfer by the USB ...

    2024/1/17 -This topic describes the USB_DEVICE_DESCRIPTOR structure and includes information about how a client driver can send a get-descriptor request to obtain the ...

    2023/12/16 -Fetch the configuration descriptor, its associated descriptors and return it. adafruit_usb_host_descriptors.get_descriptor(device, desc_type, index, buf ...

    2024/3/6 -This works on Linux, MacOS and Windows. You need to check GET_DESCRIPTOR responses from captured data. Linux. lsusb.


    USB descriptors - libusb

    1. https://libusb.sourceforge.io
    2. group__libusb__desc
    1. https://libusb.sourceforge.io
    2. group__libusb__desc

    2024/2/1 -A collection of alternate settings for a particular USB interface. More... struct, libusb_config_descriptor. A structure representing the standard USB ...

    2023/7/9 -To get the details of these descriptors, use the standard USB GET_DESCRIPTOR, but with an interface recipient. bmRequestType, bRequest, wValue, wIndex, wLength.

    2023/7/16 -I am using a STM32F401CCU6 chip. For example, this is what happens when a GET_DESCRIPTOR request is made: ... GET DESCRIPTOR (6) Descriptor Index: 0x00 ...

    2023/11/9 -Get Hub Descriptor (GET_DESCRIPTOR); Set Hub Descriptor (SET_DESCRIPTOR); Clear TT Buffer (CLEAR_TT_BUFFER); Reset TT (RESET_TT); Get TT State (GET_TT_STATE) ...

    2023/10/10 -Table of Contents¶. Examples. Simple test. API Reference. adafruit_usb_host_descriptors · get_configuration_descriptor() · get_descriptor() ...

    2023/7/8 -To get the descriptor (per spec once the device is configured), issue a GET_DESCRIPTOR request, bmRequestType=10100000b, as this is a class descriptor.