Author: nick
Date: 2012-03-27 17:58:03 +0100 (Tue, 27 Mar 2012)
New Revision: 1856
Modified:
balloon/branches/menuconfig2/package/kernel/patches/2.6.39.4/keyboard-tt.patch
Log:
fix commenting out
Modified: balloon/branches/menuconfig2/package/kernel/patches/2.6.39.4/keyboard-tt.patch
===================================================================
--- balloon/branches/menuconfig2/package/kernel/patches/2.6.39.4/keyboard-tt.patch 2012-03-27 13:30:24 UTC (rev 1855)
+++ balloon/branches/menuconfig2/package/kernel/patches/2.6.39.4/keyboard-tt.patch 2012-03-27 16:58:03 UTC (rev 1856)
@@ -28,7 +28,7 @@
Index: linux-2.6.39.4/drivers/input/keyboard/tt-keyboard.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ linux-2.6.39.4/drivers/input/keyboard/tt-keyboard.c 2012-03-27 14:29:15.000000000 +0100
++++ linux-2.6.39.4/drivers/input/keyboard/tt-keyboard.c 2012-03-27 15:32:22.000000000 +0100
@@ -0,0 +1,742 @@
+/*
+ * Balloon3 Bubble TT Keyboard Controller Driver
@@ -122,7 +122,7 @@
+
+static DEVICE_ATTR(kbd_id, S_IRUGO, show_id, NULL);
+
-+/*
++#if 0
+static struct attribute *tt_kbd_sysfs_entries[] = {
+ &dev_attr_kbd_id.attr,
+ NULL,
@@ -132,7 +132,7 @@
+ .name = NULL, /* put in device directory */
+ .attrs = tt_kbd_sysfs_entries,
+};
-+*/
++#endif
+
+static inline void Write_Data(unsigned char reg, unsigned char parameter)
+ {