Re: [linux-usb-devel] 2.6.11: usbnet broken

2005-03-04 Thread David Brownell
OK, based on the descriptors you sent it seems that the issue is that your C860 is telling different lies about its standards conformance than the other Zaurii ... so the code to properly handle the "I support CDC Ethernet" lie (which changed in 2.6.11 to fix a bug) won't handle the "I support CDC

Re: [linux-usb-devel] 2.6.11: usbnet broken

2005-03-04 Thread David Brownell
On Thursday 03 March 2005 12:26 am, Holger Klawitter wrote: > Hi David, > > > > If the problem is just that the driver isn't loaded, but works if it's > > modprobed by hand (or statically linked), then it's a hotplug problem. > > Likely the same one that prevents _real_ CDC Ethernet devices from

Re: [linux-usb-devel] 2.6.11: usbnet broken

2005-03-03 Thread Holger Klawitter
Hi David, > > in 2.6.11 the usbnet module is not being loaded for my Zaurus SL-C860 > > (Vendor ID = 044d, Product ID = 9031), which used to work in 2.6.10. (as > > stated in previous post, rc4 and rc5 were also broken). > > Hmm, I don't think that post made it near linux-usb-devel ... :) Thanks

Re: [linux-usb-devel] 2.6.11: usbnet broken

2005-03-02 Thread David Brownell
On Wednesday 02 March 2005 9:07 am, Holger Klawitter wrote: > Hi there, > > in 2.6.11 the usbnet module is not being loaded for my Zaurus SL-C860 (Vendor > ID = 044d, Product ID = 9031), which used to work in 2.6.10. (as stated in > previous post, rc4 and rc5 were also broken). Hmm, I don't thi