/hidraw-dump

Use Linux HIDRAW to print info about HID devices (USB & Bluetooth/BLE)

Primary LanguageCGNU General Public License v3.0GPL-3.0

hidraw-dump

Use Linux HIDRAW to print info about HID devices (USB & Bluetooth/BLE), including, most importantly, HID Report Descriptors.

Demo

screencast demo

Installation

Prerequisites: libudev and pkg-config:

sudo apt-get install build-essential pkg-config libudev-dev

git clone https://github.com/todbot/hidraw-dump
cd hidraw-dump
make

sudo ./hidraw-dump

Parsing output

To parse the HID Report Descriptor, use either hidrd-convert or https://eleccelerator.com/usbdescreqparser/