From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Thu, 31 Mar 2016 09:02:55 -0700 Subject: kernel mode termios API's In-Reply-To: References: <20160330180258.GA25063@kroah.com> Message-ID: <20160331160255.GA8373@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Thu, Mar 31, 2016 at 04:43:09PM +0530, Muni Sekhar wrote: > On Wed, Mar 30, 2016 at 11:32 PM, Greg KH wrote: > > On Wed, Mar 30, 2016 at 09:23:00PM +0530, Muni Sekhar wrote: > >> Hi, > >> > >> We are having customized serial port driver, it always sets the baud > >> to 9600 (by configuring UART BAUD_RATE register) on device file open, > >> but not updating the termios structure. > > > > Please fix your driver. You do have the source for it, so this > > shouldn't be a problem, right? > > > > thanks, > > > > greg k-h > > > Yes, I am having the source code. It is a tiny TTY driver. Great, can you post it here so we can help out with it? What hardware is it for? thanks, greg k-h