Re[2]: How to claim only some of USB interfaces of a composite USB device

2012-10-01 Thread geoffrey levand
Tested the patch with FreeBSD 9.1. It works. Thanks. Sun, 30 Sep 2012 21:33:31 +0200 от Hans Petter Selasky : > > > > >On Saturday 29 September 2012 11:25:21 geoffrey levand wrote: > > geoffrey levand > > Can you

Re: How to claim only some of USB interfaces of a composite USB device

2012-09-30 Thread Hans Petter Selasky
On Saturday 29 September 2012 11:25:21 geoffrey levand wrote: > geoffrey levand Can you verify this patch: http://svn.freebsd.org/changeset/base/241078 --HPS ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: How to claim only some of USB interfaces of a composite USB device

2012-09-29 Thread Otacílio
On 29/09/2012 06:25, geoffrey levand wrote: > Hi, > > thanks for the info, it helped me to find a solution but not sure if it's a > proper one. > Here is the patch i used to fix the problem on FreeBSD 9.1. > > Index: sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c > =

Re[2]: How to claim only some of USB interfaces of a composite USB device

2012-09-29 Thread geoffrey levand
Hi, thanks for the info, it helped me to find a solution but not sure if it's a proper one. Here is the patch i used to fix the problem on FreeBSD 9.1. Index: sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c === --- sys/netgraph/bluetoot

Re: How to claim only some of USB interfaces of a composite USB device

2012-09-24 Thread Hans Petter Selasky
On Sunday 23 September 2012 16:30:53 geoffrey levand wrote: > Hi, > > i have the following problem. > I have a composite USB device with multiple USB interfaces. Some of > interfaces belong to the Bluetooth device and other to the WLAN device. > The problem is i want my WLAN driver to claim only

How to claim only some of USB interfaces of a composite USB device

2012-09-23 Thread geoffrey levand
Hi, i have the following problem. I have a composite  USB device with multiple USB interfaces. Some of interfaces belong to the Bluetooth device and other to the WLAN device. The problem is i want my WLAN driver to claim only the interfaces which belong to the WLAN device. But ng_ubt kernel driv