Re: [U-Boot] [PATCH 01/28] dm: input: Create a keyboard uclass

2015-10-18 Thread Simon Glass
Hi Bin, On 15 September 2015 at 00:11, Bin Meng wrote: > Hi Simon, > > On Wed, Sep 9, 2015 at 12:32 PM, Simon Glass wrote: >> Add a uclass for keyboard input, mirroring the existing stdio methods. >> This is enabled by a new CONFIG_DM_KEYBOARD option. >> >> Signed-off-by: Simon Glass >> --- >>

Re: [U-Boot] [PATCH 01/28] dm: input: Create a keyboard uclass

2015-09-14 Thread Bin Meng
Hi Simon, On Wed, Sep 9, 2015 at 12:32 PM, Simon Glass wrote: > Add a uclass for keyboard input, mirroring the existing stdio methods. > This is enabled by a new CONFIG_DM_KEYBOARD option. > > Signed-off-by: Simon Glass > --- > > common/usb_kbd.c| 6 --- > drivers/input/Kconfig

Re: [U-Boot] [PATCH 01/28] dm: input: Create a keyboard uclass

2015-09-09 Thread Marek Vasut
On Wednesday, September 09, 2015 at 06:32:24 AM, Simon Glass wrote: > Add a uclass for keyboard input, mirroring the existing stdio methods. > This is enabled by a new CONFIG_DM_KEYBOARD option. > > Signed-off-by: Simon Glass > --- [...] > +static int keyboard_pre_probe(struct udevice *dev) > +