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: gpart is junk

2012-09-29 Thread Marc Balmer
Am 28.09.12 11:31, schrieb Steffen Daode Nurpmeso: > Wojciech Puchar wrote: > > |>> but still not anywhere as readable as bsdlabel. > |>> > |> > |> I did specifically say 'machine readable'. The XML is well-formed, > |XML is stupid. everything you can do with XML can be better described >

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