When a USB console is registered on the command line it doesn't make much sense to disable it in the core. Always enable the USB console to make it usable without additional commands when registered. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- drivers/usb/gadget/u_serial.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/gadget/u_serial.c b/drivers/usb/gadget/u_serial.c index b6a4afd..8c58746 100644 --- a/drivers/usb/gadget/u_serial.c +++ b/drivers/usb/gadget/u_serial.c @@ -535,6 +535,8 @@ int gserial_connect(struct gserial *gser, u8 port_num) if (status) goto fail_out; + dev_set_param(&cdev->class_dev, "active", "ioe"); + /* REVISIT if waiting on "carrier detect", signal. */ /* if it's already open, start I/O ... and notify the serial -- 2.0.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox