usbutils
usbutils copied to clipboard
USB utilities for Linux, including lsusb
The bcdUSB value 0x0210 defined in USB 3.2 Specification indicates USB 3.2 device operating in one of the USB 2.0 modes. USB 2.0 Link Power Management Addendum defines bcdUSB value...
Update the dump_ccid_device function to V1.1 spec (2005) and get rid of the warning about only being accurate for V1.0 for most CCID readers.
The previous implementation relied on the -printf option for find, which is not implemented in BusyBox. Replaced it with sed to find the basenae of files reliably.
It used to be simple to make sure a device connection was using USB 3.0+ speed. Check the Type-A connector and make sure it is blue. The color code was...
When updating the usbutils version in OpenEmbedded from 015 to 017, the following QA error is seen: QA Issue: File /usr/lib/pkgconfig/usbutils.pc in package usbutils-dev contains reference to TMPDIR [buildpaths] As...
When updating the usbutils version in OpenEmbedded from 015 to 017, the following QA error is seen: QA Issue: File /usr/lib/pkgconfig/usbutils.pc in package usbutils-dev contains reference to TMPDIR [buildpaths] As...
Reference: * https://github.com/libusb/libusb/issues/1398 As pointed out by @tormodvolden, this is a bug of usbutils and his proposed fix sorted out the issue. > Isn't this just a bug in usbutils?...
Following https://github.com/gregkh/usbview/issues/25 I'm checking if there's any way to allow root to read those without unbind. Example with a drive I maintain: hid-t150 https://github.com/scarburato/t150_driver ``` $ sudo lsusb -d 044f:b677...
In versions up to 015, lsusb would display the descriptor strings for the product and vendor of a device if the corresponding ID was not found in usb.ids, which I...
Updated length calculation and presentation of vdo as per specification