Re: [usb-serial] Support for console read from usb serial driver

2018-02-01 Thread Greg KH
On Thu, Feb 01, 2018 at 11:52:18PM +0530, Ivid Suvarna wrote: > Hi All, > > I was going through usb serial driver console related source code > (drivers/usb/serial/console.c) in linux kernel and came across > "usb_console_write" function and was wondering if any usb serial > convertor drivers were

[usb-serial] Support for console read from usb serial driver

2018-02-01 Thread Ivid Suvarna
Hi All, I was going through usb serial driver console related source code (drivers/usb/serial/console.c) in linux kernel and came across "usb_console_write" function and was wondering if any usb serial convertor drivers were using this function? If so any pointers on how it is being used? Also ca