Re: Serial-Core: USB-Serial port current issues.

From: Pete Zaitcev
Date: Tue Jul 04 2006 - 15:52:17 EST


On Tue, 4 Jul 2006 16:42:57 -0300, "Luiz Fernando N. Capitulino" <lcapitulino@xxxxxxxxxxxxxxx> wrote:

> Note that get_mctrl() is a callback and the driver is free to call
> _its_ get_mctrl() from IRQ if it wants to.

What do you think "a callback" is? The get_mctrl may be a method,
but it's certainly not a callback. A callback is something being
called from bottom to the the top, e.g. (*urb->complete)().

-- Pete
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/