Q: what is the need for console write callback if there is serial tx (start_tx) ?

Greg KH greg at kroah.com
Fri Sep 16 02:15:24 EDT 2016


On Thu, Sep 15, 2016 at 11:19:51PM +0300, Ran Shalit wrote:
> Hello,
> 
> I am writing a driver with serial tx/rx.

Great!  For what type of hardware?

> I am not sure what is the need console routines, when there is
> serial/uart tx/rx.
> 
> Isn't writing to console, the same as outputing chars to serial ?
> 
> I've tried to find information on this, but found none.

Just follow the "normal" tty api and your driver should be fine and work
with all sorts of consoles and programs and line disciplines.

good luck!

greg k-h



More information about the Kernelnewbies mailing list