Skip to content

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

License

Notifications You must be signed in to change notification settings

todbot/hidraw-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published