Dmitry Torokhov
501a525058
Input: gtco - fix double kfree in error handling path
...
The code would try to free 'report' twice upon input_register_device()
failure.
Reported-by: Julia Lawall <julia@diku.dk >
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2008-05-30 10:40:28 -04:00
Harvey Harrison
858ad08cf4
input: use get_unaligned_* helpers
...
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com >
Cc: Dmitry Torokhov <dtor@mail.ru >
Cc: Jiri Kosina <jkosina@suse.cz >
Cc: Al Viro <viro@zeniv.linux.org.uk >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-04-29 08:06:27 -07:00
Al Viro
6b8588f718
usb input endianness annotations and fixes
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2008-04-28 10:03:31 -07:00
Jiri Slaby
7b19ada2ed
get rid of input BIT* duplicate defines
...
get rid of input BIT* duplicate defines
use newly global defined macros for input layer. Also remove includes of
input.h from non-input sources only for BIT macro definiton. Define the
macro temporarily in local manner, all those local definitons will be
removed further in this patchset (to not break bisecting).
BIT macro will be globally defined (1<<x)
Signed-off-by: Jiri Slaby <jirislaby@gmail.com >
Cc: <dtor@mail.ru >
Acked-by: Jiri Kosina <jkosina@suse.cz >
Cc: <lenb@kernel.org >
Acked-by: Marcel Holtmann <marcel@holtmann.org >
Cc: <perex@suse.cz >
Acked-by: Mauro Carvalho Chehab <mchehab@infradead.org >
Cc: <vernux@us.ibm.com >
Cc: <malattia@linux.it >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-10-19 11:53:42 -07:00
Dmitry Torokhov
4104d13fe0
Input: move USB tablets under drivers/input/tablet
...
This will allow concentrating all input devices in one place
in {menu|x|q}config.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
Acked-by: Greg Kroah-Hartman <gregkh@suse.de >
2007-05-08 01:41:29 -04:00