Hi Tom,
Is it OK with you to put #if 0/#endif around the usb_release_irq()
call in uss720.c since the usb_request_irq() call is already
like that (and has been for quite awhile now)?
If so, then we can also remove usb_request_irq(), usb_release_irq(),
usb_request_bulk(), and usb_terminate_bulk() from the USB API.
Thanks,
Randy
> . usb_request_irq() & usb_release_irq() are used only by uss720.c
> . usb_request_bulk() is not used.
> . usb_terminate_bulk() is not used.
--- uss720.c.org Fri Mar 10 16:18:34 2000
+++ uss720.c Fri May 5 14:03:48 2000
@@ -620,7 +620,9 @@
struct parport *pp = (struct parport *)ptr;
struct parport_uss720_private *priv = pp->private_data;
+#if 0
usb_release_irq(usbdev, priv->irqhandle, priv->irqpipe);
+#endif
priv->usbdev = NULL;
parport_proc_unregister(pp);
parport_unregister_port(pp);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]