commit | b417343c6a0f50487d59aef975da0a6c7b69d348 | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Sat Aug 10 10:42:50 2019 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Oct 22 10:27:09 2019 +0300 |
tree | 3ca8d4342237823b0d7fc87c67fb4515519d54e8 | |
parent | fe1ea63ad8064d8518b5e3fd1a6869b4463b5c73 [diff] |
usb: gadget: u_serial: make OBEX port not a console Prevent OBEX serial port from ever becoming a console. Console messages will definitely break the protocol, and since you have to instantiate the port making it explicitly for OBEX, there is no point in allowing console to break it by mistake. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>