Linux API/linux
usb hid, hidraw
구차니
2024. 3. 11. 15:52
hi draw로 봤는데
hid + raw.. -_-
The hidraw driver provides a raw interface to USB and Bluetooth Human Interface Devices (HIDs). It differs from hiddev in that reports sent and received are not parsed by the HID parser, but are sent to and received from the device unmodified. |
[링크 : https://docs.kernel.org/hid/hidraw.html]
그런데 hidraw의 경우 HID 장비에 대한 RAW 인터페이스를 제공하고 sent, received를 지원한다는데
HID 장치로 등록된 장비에 대해서 중간에 읽어보고 대신 보낼수 있지
uinput 처럼 연결도 안된애를 흉내낼수 있는건 아닌것 같은데 나중에 찾아봐야겠다.