Revision: 609
http://svn.sourceforge.net/hackndev/?rev=609&view=rev
Author: bobofdoom
Date: 2006-10-01 02:06:36 -0700 (Sun, 01 Oct 2006)
Log Message:
-----------
all: removing pxa27x keypad driver in favour of the keyboard driver accepted upstream.
Removed Paths:
-------------
linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa27x-keypad.h
Deleted: linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa27x-keypad.h
===================================================================
--- linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa27x-keypad.h 2006-10-01 09:04:38 UTC (rev 608)
+++ linux4palm/linux/trunk/include/asm-arm/arch-pxa/pxa27x-keypad.h 2006-10-01 09:06:36 UTC (rev 609)
@@ -1,21 +0,0 @@
-/*
- * linux/include/asm-arm/arch-pxa/pxa27x-keypad.h
- *
- * Driver for the PXA27x keypad controller.
- *
- * Author: Alex Osborne <bob...@gm...>
- *
- */
-
-#include <linux/input.h>
-
-/* keypad controller registers */
-#define KPASMKP(col) (col/2==0 ? KPASMKP0 : KPASMKP1)
-#define KPASMKPx_MKC(row, col) (1 << (row + 16*(col%2)))
-
-struct pxa27x_keypad_platform_data {
- int *matrix;
- u8 rows;
- u8 cols;
- struct input_dev *input;
-};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|