約458件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:6か月以内
  • 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 -The host obtains the device descriptor through a control transfer. In the transfer, the request type is GET DESCRIPTOR and the recipient is the device. The ...

    2024/2/1 -This page details how to examine the various standard USB descriptors for detected devices. More... Data Structures. struct, libusb_device_descriptor. A ...

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

    2024/4/27 -The host sends a GET_DESCRIPTOR command to the device to get a device descriptor from the device, from which it determines the maximum packet size supported ...

    2024/3/9 -The Universal Serial Bus (USB) is a new way of attaching devices to personal computers. The bus architecture features two-way communication and has been ...

    2024/2/6 -XIDs are USB devices. The hardware side is USB with a different plug while the software side is USB without HID-descriptors. Technicly a XID is a USB-hub for ...

    2024/4/2 -Detecting the type of a USB input device. One of the early requests sent by a USB host to a newly connected USB device is GET_DESCRIPTOR(CONFIGURATION) ...

    2023/12/20 -The GET_DESCRIPTOR and SET_DESCRIPTOR requests are used to retrieve a descriptor type, as specified in wValue, or 'set' a descriptor (though I'm not sure what ...

    2024/3/15 -USB descriptor report all of the device's attributes. An endpoint is a specific type of descriptor that describes the terminus of a communication flow between ...