Re: [U-Boot] Unable to use USB Keyboard on u-boot

2012-05-24 Thread Marek Vasut
Dear Atul Kumar, > Hi Marek, > >Thanks for your reply. I have added the CC to "*u*-*boot*@ > lists.denx.de". Good, you've almost learn how to do it properly! Thanks! :-) > > On Saturday 19 May 2012 08:35 PM, Marek Vasut wrote: > > Dear Atul Kumar, > > Firstly, I'm slightly unhappy h

Re: [U-Boot] Unable to use USB Keyboard on u-boot

2012-05-24 Thread Wolfgang Denk
Dear Atul Kumar, In message you wrote: > >Thanks for your reply. I have added the CC to "*u*-*boot*@ > lists.denx.de". Thanks. Now please also learn to send plain text only (no HTML), and do not top post / full quote (for help please see http://www.netmeister.org/news/learn2quote.html)

Re: [U-Boot] Unable to use USB Keyboard on u-boot

2012-05-24 Thread Atul Kumar
Hi Marek, Thanks for your reply. I have added the CC to "*u*-*boot*@ lists.denx.de". On Saturday 19 May 2012 08:35 PM, Marek Vasut wrote: Dear Atul Kumar, Firstly, I'm slightly unhappy how you're deliberately ignoring anything I tell you, especially about CCing the mailing list :-(

Re: [U-Boot] Unable to use USB Keyboard on u-boot

2012-05-19 Thread Jeroen Hofstee
On 05/19/2012 05:05 PM, Marek Vasut wrote: why not use simple "setenv stdout usbkbd"? he likely meant "setenv stdin usbkbd"? Jeroen ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Unable to use USB Keyboard on u-boot

2012-05-19 Thread Marek Vasut
Dear Atul Kumar, Firstly, I'm slightly unhappy how you're deliberately ignoring anything I tell you, especially about CCing the mailing list :-( > Hi Marek, > > I have tried to add some code here to enable usbkbd that is below. > > -if (strcmp(stdinname, DEVNAME)) -- > replaced with bel

Re: [U-Boot] Unable to use USB Keyboard on u-boot

2012-05-11 Thread Marek Vasut
Dear Atul Kumar, Please CC the mailing list, always. > Dear Marek, > > Thanks for your attention.. After doing "coninfo", i get below > msg.. > > OMAP3 beagleboard.org # > > coninfo > > List of available devices: > > serial 8003 SIO stdin stdout stderr > > usbtty 0 > > 003

Re: [U-Boot] Unable to use USB Keyboard on u-boot

2012-05-11 Thread Marek Vasut
Dear Atul Kumar, > Dear Marek, > > I am tring to bring up USB Keyboard on u-boot with "Beagle_board > xM ver B".. found number of post,but the stack is already updated one.. > I am able to find the info of the connected device but some how keyboard > does not works.. can you suggest/gu