約565件1ページ目

日本語のみで絞り込む

2021/1/6 -The GetDescriptor method returns the USB hub descriptor as specified by the input parameters.

2024/1/17 -This topic describes how to get a particular string descriptor from the device. String descriptors are referenced by their one-based index number.

String descriptors (USB_STRING_DESCRIPTOR) are optional and add human readable information to the other descriptors.

2021/7/5 -USB string descriptors are not null terminated. Instead, they contain the length (in bytes) as the first byte, then the descriptor type and ...

Get the USB device descriptor for a given device. This is a non-blocking function; the device descriptor is cached in memory.

2019/7/19 -These are the SETUP commands sent from a Linux host when plugging in an AX88179 USB 3.0 Ethernet adapter. They are listed below.

2017/3/7 -Using the libusb_get_string_descriptor to query the string descriptor of a HID device, the index =41, it returns error.

2018/10/11 -There may be an issue with the string descriptor information sent on the usb setup. I tried to debug it but didn't figure out how the missing data should be ...

2018/6/12 -A USB device has various data structures, called descriptors which store in them the properties of the USB device, like USB class, USB protocol supported.

2014/10/31 -I'm creating a device that uses the WinUSB driver and I do not want to have to deal with driver signing or creating a custom INF file.