]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Input: i8042 - export i8042_command()
authorMárton Németh <nm127@freemail.hu>
Mon, 22 Oct 2007 04:56:52 +0000 (00:56 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 22 Oct 2007 04:56:52 +0000 (00:56 -0400)
commit553a05b8821f5a6bc633e97187933e2157b2d291
tree3cf41f6f91986a366af76b0c6c3c06ccb837177f
parent82ba56c273911f7eda79849cfa0fc2d2e5a3b75b
Input: i8042 - export i8042_command()

Export the i8042_command() function which manages the mutual
exclusion with the help of the i8042_lock spinlock. This allows
to access i8042 safely from other parts of the kernel.

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/i8042.c
drivers/input/serio/i8042.h
include/linux/i8042.h [new file with mode: 0644]