Re: [U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP

2011-10-08 Thread Remy Bohmer
Hi, 2011/10/6 Wolfgang Denk : > Dear Marek Vasut, > > In message <1316977237-8709-1-git-send-email-marek.va...@gmail.com> you wrote: >> This allows the keyboard to avoid requests via Interrupt Endpoint altogether >> and >> run all requests via Control Endpoint. This uses the Get_Report request. >

Re: [U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP

2011-10-08 Thread Remy Bohmer
Hi, 2011/10/7 Wolfgang Denk : > Dear Marek Vasut, > > In message <201110070131.53775.marek.va...@gmail.com> you wrote: >> >> > Checkpatch says: >> > >> > total: 5 errors, 1 warnings, 97 lines checked > ... >> Please see my previous comment about the state of usbkbd.c. The warnings are >> from orig

Re: [U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP

2011-10-06 Thread Wolfgang Denk
Dear Marek Vasut, In message <201110070131.53775.marek.va...@gmail.com> you wrote: > > > Checkpatch says: > > > > total: 5 errors, 1 warnings, 97 lines checked ... > Please see my previous comment about the state of usbkbd.c. The warnings are > from original code that was moved around. > > I'd

Re: [U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP

2011-10-06 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <1316977237-8709-1-git-send-email-marek.va...@gmail.com> you wrote: > > This allows the keyboard to avoid requests via Interrupt Endpoint > > altogether and run all requests via Control Endpoint. This uses the > > Get_Report request. > > > >

Re: [U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP

2011-10-06 Thread Wolfgang Denk
Dear Marek Vasut, In message <1316977237-8709-1-git-send-email-marek.va...@gmail.com> you wrote: > This allows the keyboard to avoid requests via Interrupt Endpoint altogether > and > run all requests via Control Endpoint. This uses the Get_Report request. > > Signed-off-by: Marek Vasut > Cc: R

[U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP

2011-09-25 Thread Marek Vasut
This allows the keyboard to avoid requests via Interrupt Endpoint altogether and run all requests via Control Endpoint. This uses the Get_Report request. Signed-off-by: Marek Vasut Cc: Remy Bohmer --- common/usb_kbd.c | 64 ++--- 1 files changed