Re: [linux-usb-devel] usbnet/rndis (was: Is this bug too obvious?)

2007-02-16 Thread David Brownell
> If you don't do it sooner, I'll look at the error paths in rndis > and/or usbnet. Try that patch I sent by this morning. ISTR getting some positive reports from that... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

usbnet/rndis (was: Is this bug too obvious?)

2007-02-16 Thread Pete Zaitcev
On Tue, 13 Feb 2007 20:13:06 -0500, Chuck Ebbert <[EMAIL PROTECTED]> wrote: > OK I'll keep looking for the cause of the oops then: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=228231 > Feb 12 01:11:29 MyComputer kernel: ohci_hcd :00:02.1: auto-wakeup > Feb 12 01:11:30 MyComputer

Re: Is this bug too obvious?

2007-02-13 Thread Chuck Ebbert
Daniel Barkalow wrote: > On Tue, 13 Feb 2007, Chuck Ebbert wrote: > >> drivers/usb/net/usbnet.c: >> >> int >> usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod) >> { >> struct usbnet *dev; >> struct net_device *net; >>

Re: Is this bug too obvious?

2007-02-13 Thread Daniel Barkalow
On Tue, 13 Feb 2007, Chuck Ebbert wrote: > drivers/usb/net/usbnet.c: > > int > usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod) > { > struct usbnet *dev; > struct net_device *net; > struct usb_host_interface

Re: [linux-usb-devel] Is this bug too obvious?

2007-02-13 Thread David Brownell
No bug; read net/ethernet/eth.c to see what that parameter means. > > drivers/usb/net/usbnet.c: > > > > int > > usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod) > > { > > struct usbnet *dev; > > struct net_device *net; > >

Re: Is this bug too obvious?

2007-02-13 Thread Randy Dunlap
On Tue, 13 Feb 2007 19:41:34 -0500 Chuck Ebbert wrote: [adding linux-usb-devel] > drivers/usb/net/usbnet.c: > > int > usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod) > { > struct usbnet *dev; > struct net_device *net; >

Is this bug too obvious?

2007-02-13 Thread Chuck Ebbert
drivers/usb/net/usbnet.c: int usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod) { struct usbnet *dev; struct net_device *net; struct usb_host_interface *interface; struct driver_info *info;