How to extract a HID device raw report descriptor
-
Hello. I'm trying to find a way to extract the raw hid report descriptor of a HID device. I will have a filter driver attached to the device so I don't mind the mode (kernel/user) where I get it. I don't want anything pre-parsed, I need the raw binary data. Example of report descriptor: http://euc.jp/periphs/xbox-pad-report-desc.txt[^] Does anyone know how to achieve this? ZeWaren / Erwan Martin, French student.
-
Hello. I'm trying to find a way to extract the raw hid report descriptor of a HID device. I will have a filter driver attached to the device so I don't mind the mode (kernel/user) where I get it. I don't want anything pre-parsed, I need the raw binary data. Example of report descriptor: http://euc.jp/periphs/xbox-pad-report-desc.txt[^] Does anyone know how to achieve this? ZeWaren / Erwan Martin, French student.
Try www.zer7.com/software/hidsharp I see sometimes raw HID report raw data with test code. But it seems your Hid code must not be custome device.
-
Try www.zer7.com/software/hidsharp I see sometimes raw HID report raw data with test code. But it seems your Hid code must not be custome device.