30 Jun 17:34
[PATCH] [V2] powerpc: Xilinx: PS2: Added new XPS PS2 driver
From: John Linn <john.linn <at> xilinx.com>
Subject: [PATCH] [V2] powerpc: Xilinx: PS2: Added new XPS PS2 driver
Newsgroups: gmane.linux.kernel.input, gmane.linux.ports.ppc64.devel
Date: 2008-06-30 15:38:21 GMT
Subject: [PATCH] [V2] powerpc: Xilinx: PS2: Added new XPS PS2 driver
Newsgroups: gmane.linux.kernel.input, gmane.linux.ports.ppc64.devel
Date: 2008-06-30 15:38:21 GMT
Added a new driver for Xilinx XPS PS2 IP. This driver is a flat driver to better match the Linux driver pattern. Signed-off-by: Sadanand <sadanan <at> xilinx.com> Signed-off-by: John Linn <john.linn <at> xilinx.com> --- V2 Changes from v1: Ran the scripts/checkpatch.pl on the patch as I should have done before sending it (thanks to Stephen). drivers/input/serio/Kconfig | 5 + drivers/input/serio/Makefile | 1 + drivers/input/serio/xilinx_ps2.c | 460 ++++++++++++++++++++++++++++++++++++++ drivers/input/serio/xilinx_ps2.h | 97 ++++++++ 4 files changed, 563 insertions(+), 0 deletions(-) create mode 100644 drivers/input/serio/xilinx_ps2.c create mode 100644 drivers/input/serio/xilinx_ps2.h diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index ec4b661..0e62b39 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig @@ -190,4 +190,9 @@ config SERIO_RAW To compile this driver as a module, choose M here: the module will be called serio_raw.(Continue reading)
RSS Feed