# hidraw-dump **Repository Path**: resetlove/hidraw-dump ## Basic Information - **Project Name**: hidraw-dump - **Description**: hidraw-dump for chromium os - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2026-01-01 - **Last Updated**: 2026-01-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hidraw-dump Use Linux HIDRAW to print info about HID devices (USB & Bluetooth/BLE), including, most importantly, HID Report Descriptors. ## Demo ![screencast demo](docs/demo1.svg) ## 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`](https://github.com/DIGImend/hidrd) or https://eleccelerator.com/usbdescreqparser/