899ef6e7cf
USB: remove info() macro from usb input drivers
...
USB should not be having it's own printk macros, so remove info() and
use the system-wide standard of dev_info() wherever possible.
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2008-10-17 14:41:10 -07:00
ea3e6c5926
Input: replace remaining __FUNCTION__ occurrences
...
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2008-05-16 14:45:58 -04:00
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
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