Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd detect

2012-02-29 Thread Marek Vasut
> > Subject: Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd > > detect > > > > > If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard > > > device is detected. > > > > > > Signed-off-by: Allen Martin > >

Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd detect

2012-02-27 Thread Allen Martin
> Subject: Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd > detect > > > If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard > > device is detected. > > > > Signed-off-by: Allen Martin > > --- > > Hi, > > what

Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd detect

2012-02-26 Thread Marek Vasut
> If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard > device is detected. > > Signed-off-by: Allen Martin > --- Hi, what's the status of this patch/patchset? Thanks M ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.

Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd detect

2012-01-24 Thread Allen Martin
> > If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard > > device is detected. > > > > Signed-off-by: Allen Martin > > ping, anyone have any comments/feedback? > Hi, anyone want to give this patch some love so USB keyboard can work on EHCI again? -Allen nvpublic _

Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd detect

2012-01-15 Thread Remy Bohmer
Hi, 2011/12/23 Allen Martin : > If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard > device is detected. > > Signed-off-by: Allen Martin > --- >  common/usb_kbd.c |    6 ++ >  1 files changed, 6 insertions(+), 0 deletions(-) Applied to u-boot-usb. Thanks. Kind regards, R

Re: [U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd detect

2012-01-04 Thread Allen Martin
> If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard > device is detected. > > Signed-off-by: Allen Martin ping, anyone have any comments/feedback? -Allen nvpublic ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/m

[U-Boot] [PATCH] USB: reevaluate iomux stdin on USB kbd detect

2011-12-23 Thread Allen Martin
If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard device is detected. Signed-off-by: Allen Martin --- common/usb_kbd.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/common/usb_kbd.c b/common/usb_kbd.c index e94bb7e..577a1eb 100644 --- a/common/