aokblast
aokblast
Currently, some stuff like the Report Descriptor parser and error registry routine are copied from Linux and I think they are platform independent. Can we create a common directory or...
Thanks for @Youw your review:). Then, What is your opinion about this? > Currently, some stuff like the Report Descriptor parser and error registry routine are copied from Linux and...
Oops. I forget we have udev-devd stuff. Maybe we should use udev also?
> > Oops. I forget we have udev-devd stuff. Maybe we should use udev also? > > I lost context here. What for? Seem like you have all the functionality...
Fix it:). Forget to fix the warning.
Can you show me where it cause segment fault? You can use something like lldb with (sudo lldb ). Then use r to run.
I do some small fix. Can you help me on testing this?
Please load the hidraw driver first by ``` sudo kldload hidraw ```
I found the reason. There are two usb hid driver in FreeBSD. One is uhid, another is usbhid. Only usbhid is compatible with hidraw. Also, unload and try to load...
The loop problem should be fix. Still investigate the read error.