Re: [U-Boot] USB keyboard does not work on DWC2 controller (on Raspberry Pi B)

2015-08-18 Thread Stephen Warren
On 08/18/2015 05:55 AM, Guillaume Gardet wrote: > Hi Stephen, > > I want to add USB keyboard support to raspberry pi but I get the > following error when I do 'usb start' with a keyboard plugged-in: > unable to get device descriptor (error=-22) > > Ethernet chip and mass storage devices are f

[U-Boot] USB keyboard does not work on DWC2 controller (on Raspberry Pi B)

2015-08-18 Thread Guillaume Gardet
Hi Stephen, I want to add USB keyboard support to raspberry pi but I get the following error when I do 'usb start' with a keyboard plugged-in: unable to get device descriptor (error=-22) Ethernet chip and mass storage devices are found. I found this thread from February: http://lists.denx

Re: [U-Boot] usb keyboard

2013-05-06 Thread Bo Shen
Hi Maxim, On 05/06/2013 07:09 PM, Maxim Podbereznyy wrote: Hi! I'm using Beagleboard and need to have access to u-boot without a console cable. Is it possible to operate u-boot with a USB keyboard and the display output to a DVI display which is currently available only when Linux boots. I am

[U-Boot] usb keyboard

2013-05-06 Thread Maxim Podbereznyy
Hi! I'm using Beagleboard and need to have access to u-boot without a console cable. Is it possible to operate u-boot with a USB keyboard and the display output to a DVI display which is currently available only when Linux boots. Thanks! -- LinkedIn - http://www.linkedin.com/in/maximpodbereznyy

[U-Boot] USB Keyboard MPC5200B

2008-08-26 Thread Schmid Alexander
Hello I try to use a USB Keyboard with phyCore tiny Board. The LeD`s of the keyboard I can change over USB with the function usb_control_msg(usb_sndpipe...). But if i try to read out from the keyboard there is: "Err:Timeout"! Can someone help me, how i can read data from keyboard? I tried like th