Re: interfacing uhid devs from kernel module

2006-06-15 Thread Hans Petter Selasky
On Thursday 15 June 2006 19:02, Attilio Rao wrote: > 2006/6/15, Marcin Cylke <[EMAIL PROTECTED]>: > > 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 infrastructur

Re: interfacing uhid devs from kernel module

2006-06-15 Thread Attilio Rao
2006/6/15, Marcin Cylke <[EMAIL PROTECTED]>: 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_

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 ___

Re: interfacing uhid devs from kernel module

2006-06-15 Thread Hans Petter Selasky
On Thursday 15 June 2006 16:04, Marcin Cylke wrote: > 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? > What functions do you need? Have you looked at

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 ht