Re: [patch] pull in the linux/input.h header in linux/uinput.h

2007-05-02 Thread Dmitry Torokhov
On Wednesday 02 May 2007 18:49, Mike Frysinger wrote: > uinput.h relies on structures only found in input.h, so pull in the header > > Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> > --- > diff --git a/include/linux/uinput.h b/include/linux/uinput.h > index 1fd61ee..a6c1e8e 100644 > ---

[patch] pull in the linux/input.h header in linux/uinput.h

2007-05-02 Thread Mike Frysinger
uinput.h relies on structures only found in input.h, so pull in the header Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git a/include/linux/uinput.h b/include/linux/uinput.h index 1fd61ee..a6c1e8e 100644 --- a/include/linux/uinput.h +++ b/include/linux/uinput.h @@ -32,6 +32,8 @@

[patch] pull in the linux/input.h header in linux/uinput.h

2007-05-02 Thread Mike Frysinger
uinput.h relies on structures only found in input.h, so pull in the header Signed-off-by: Mike Frysinger [EMAIL PROTECTED] --- diff --git a/include/linux/uinput.h b/include/linux/uinput.h index 1fd61ee..a6c1e8e 100644 --- a/include/linux/uinput.h +++ b/include/linux/uinput.h @@ -32,6 +32,8 @@ *

Re: [patch] pull in the linux/input.h header in linux/uinput.h

2007-05-02 Thread Dmitry Torokhov
On Wednesday 02 May 2007 18:49, Mike Frysinger wrote: uinput.h relies on structures only found in input.h, so pull in the header Signed-off-by: Mike Frysinger [EMAIL PROTECTED] --- diff --git a/include/linux/uinput.h b/include/linux/uinput.h index 1fd61ee..a6c1e8e 100644 ---