30 Dec, 2008
1 commit
-
Use usb_endpoint_xfer_int(epd) instead of open-conding the check.
Signed-off-by: Julia Lawall
Signed-off-by: Dmitry Torokhov
18 Oct, 2008
1 commit
-
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
Signed-off-by: Greg Kroah-Hartman
18 Aug, 2008
1 commit
-
If a driver dies not use LINUX_VERSION_CODE nor KERNEL_VERSION
then it does not need to include version.hSigned-off-by: Huang Weiyi
Acked-by: Mark Brown
Signed-off-by: Dmitry Torokhov
07 Jul, 2008
1 commit
-
There seems to be no reason why this error case should do less
cleaning up than the other adjacent ones, so the goto, which is
currently dead code, seems to be what is intended.Signed-off-by: Julia Lawall
Signed-off-by: Dmitry Torokhov
30 May, 2008
1 commit
-
The code would try to free 'report' twice upon input_register_device()
failure.Reported-by: Julia Lawall
Signed-off-by: Dmitry Torokhov
29 Apr, 2008
2 commits
-
Signed-off-by: Harvey Harrison
Cc: Dmitry Torokhov
Cc: Jiri Kosina
Cc: Al Viro
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Signed-off-by: Al Viro
Signed-off-by: Linus Torvalds
20 Oct, 2007
1 commit
-
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<
Cc:
Acked-by: Jiri Kosina
Cc:
Acked-by: Marcel Holtmann
Cc:
Acked-by: Mauro Carvalho Chehab
Cc:
Cc:
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
08 May, 2007
1 commit
-
This will allow concentrating all input devices in one place
in {menu|x|q}config.Signed-off-by: Dmitry Torokhov
Acked-by: Greg Kroah-Hartman