Learning USB HID in Linux Part 2 - Print Report Descriptors

I have connected a mouse over USB to my Ubuntu Linux machine


lsusb is command which comes with usbutils package

To find out the Report Descriptors, run lsusb -vd <vid>:<pid>
In my case:  $lsusb -vd 0458:003a

If you get error like "Report Descriptors unavailable" as shown below


Run the command as root:
$sudo lsusb -vd 0458:003a





Comments

Popular posts from this blog

bb.utils.contains yocto

make config vs oldconfig vs defconfig vs menuconfig vs savedefconfig

PR, PN and PV Variable in Yocto