Re: [zd1211-devs] Re : Strange network problem ...

2006-11-22 Thread Matthieu CASTET
On Wed, 22 Nov 2006 01:31:48 -0800, Sylver wrote:

 Hello,
 thanks for the information !
 The USB adapter wasn't mine and I had to return it to his owner. But I've
 ordered the same adapter, so as soon as I receive it, I'll test your patch !
 Moreover, I run linux on a powerpc architecture, so i'll check for endianess
 potential problems ;)
Ok, thanks

For endianess, you should have to replace
return reset_vector == FW_START_OFFSET;
with
return cpu_to_le16(reset_vector) == FW_START_OFFSET;


Matthieu


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs


Re: [zd1211-devs] Re : Strange network problem ...

2006-11-21 Thread Matthieu CASTET
Hi,

On Mon, 20 Nov 2006 13:58:11 -0800, snatcher snatcher wrote:

 BTW, I have the usb 1-1: device descriptor read/64, error -110 problem
 at startup after a reboot, not after a real shutdown/power on cycle (If
 it can help reproducing the problem ...)
 
For that you could try the patch I made some time ago.

Search the ML for Driver leaving device in bugged state ? thread.

Matthieu


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs