On Tue, 06 May 2008 15:57:43 +0100
Mark Ellis <[EMAIL PROTECTED]> wrote:

> I think I know what we need to do. We should actually be attaching to
> the outermost leaf node, if that's the right way to say it. For
> instance, for my WM2003 device
> 
> /org/freedesktop/Hal/devices/usb_device_502_16e3_noserial
> 
> has a child
> 
> /org/freedesktop/Hal/devices/usb_device_502_16e3_noserial_if0
> 
> has a child
> 
> /org/freedesktop/Hal/devices/usb_device_502_16e3_noserial_if0_serial_usb_0
> 
> The final one is the device that dccm attaches to, but the second is the
> one that has info.linux.driver=ipaq. So in your case I would really want
> to attach dccm to the child. So the rule should contain
> 
>     <match key="@info.parent:freebsd.driver" contains="ucom">
> 
> Then we'd need to get the unit number from the parent, that can be done
> with the hal tools.
> 
> Is that the complete listing of both those devices, and is the child the
> outermost leaf ie. it has no children ?
> 
> Mark

Yes, there are only two device nodes.
Attached patch solves conflict with usb-rndis-ng rule on FreeBSD. Please test 
it on Linux systems.



-- 
Ilya Bakulin <[EMAIL PROTECTED]>

Attachment: patch-10-synce.fdi
Description: Binary data

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to