Re: interfacing uhid devs from kernel module

2006-06-15 Thread Marcin Cylke
On 6/15/06, Hans Petter Selasky <[EMAIL PROTECTED]> wrote: What functions do you need? Have you looked at uhid.c under /sys/dev/usb ? I would like to use the whole infrastructure: struct hid_item hid_usage_page() hid_usage_in_page() hid_init() hid_get_report_desc() Bye ___

interfacing uhid devs from kernel module

2006-06-15 Thread Marcin Cylke
Hello Is it possible to use functions from libusbhid in kernel module? It would really ease some things for me, but I realize it is a userland library. Still, is there some way to do this? Bye Marcin Cylke ___ freebsd-hackers@freebsd.org mailing list

proxy device

2006-06-11 Thread Marcin Cylke
Hi I'd like to write a proxy device for another usb device. I'd like it to be able to create a device only when an usb dev is attached, then destroy it when detached. What should I do? Where can I find information about this matter? Marcin ___ freebsd-