Re: [PATCH] zd1211rw: Convert installer CDROM device into WLAN device

2006-08-13 Thread Michael Buesch
On Saturday 12 August 2006 18:59, Daniel Drake wrote: > +static int eject_installer(struct usb_interface *intf) > +{ > + struct usb_device *udev = interface_to_usbdev(intf); > + struct usb_host_interface *iface_desc = &intf->altsetting[0]; > + struct usb_endpoint_descriptor *endpoint; >

[PATCH] zd1211rw: Convert installer CDROM device into WLAN device

2006-08-12 Thread Daniel Drake
Some devices identify themselves as a virtual USB CDROM drive. The virtual CD includes the windows driver. We aren't interested in this, so we eject the virtual CDROM and then the real wireless device appears. Signed-off-by: Daniel Drake <[EMAIL PROTECTED]> Index: linux-2.6/drivers/net/wireless/z