Hi list,

do anybody any tests with uhid devices?

I have little problem with my device. Device is general uhid
- based on pic16c745 chipset
- http://ww1.microchip.com/downloads/en/devicedoc/41124c.pdf
- chapter 9 USB commands

I'm able to read status from device, but I have problem with write from PC to device.

My steps are:
- create buffer (malloc, hid_report_size)
- fill all buffer with zeroes
- fill data (hid_set_data)
- write buffer to device (write)
- close device (close)

question is - anybody have expeerience with writing to uhid device? is it true to write wia write command? is it interrupt write?

Thank for help

jindra

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to