On Wed, 1 Jun 2005, David Brownell wrote:
On Wednesday 01 June 2005 10:40 am, you wrote:
On Wed, 1 Jun 2005, David Brownell wrote:
On Wednesday 01 June 2005 9:03 am, [EMAIL PROTECTED] wrote:
May 31 23:48:30 localhost kernel: [4294746.062000] usbnet 3-1:1.0:
usb_probe_interface
May 31 23:48:30 localhost kernel: [4294746.062000] usbnet 3-1:1.0:
usb_probe_interface - got id
May 31 23:48:30 localhost kernel: [4294746.062000] usbnet 3-1:1.0: MDLM guid
That doesn't look very useful to me.
On the contrary, it says that the reason it wouldn't bind is because it
didn't match either of the GUIDs expected.
And in fact, the real issue looks to be that it's only comparing ONE of the
GUIDs, not both ... :(
Try tweaking "usbnet.c" near line 2768 ... change one to "safe_guid",
they shouldn't both be "blan_guid". Yeech!
I changed the second blan_guid to safe_guid and that made it work!
Is that the right thing to do?
2768c2768
< && memcmp(&desc->bGUID, safe_guid, 16) ) {
---
&& memcmp(&desc->bGUID, blan_guid, 16) ) {
--
[EMAIL PROTECTED]
gerry
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel