Q: what is the need for console write callback if there is serial tx (start_tx) ?
From: Greg KH <hidden>
Date: 2016-09-16 06:15:24
Also in:
linux-serial
From: Greg KH <hidden>
Date: 2016-09-16 06:15:24
Also in:
linux-serial
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