[Buildroot] [PATCH] fix tslib inputattach
Markus Heidelberg
markus.heidelberg at web.de
Tue Jun 3 01:11:22 PDT 2008
Hello,
this fixes two errors in the inputattach patch for the package tslib.
Markus
---
Index: package/tslib/tslib_add_finddef_and_inputattach_utils.patch
===================================================================
--- package/tslib/tslib_add_finddef_and_inputattach_utils.patch (revision 22197)
+++ package/tslib/tslib_add_finddef_and_inputattach_utils.patch (working copy)
@@ -115,11 +115,11 @@
+#endif
+#ifndef SERIO_SUNKBD
+ #define SERIO_SUNKBD 0x10
-+#endif SERIO_SUNKBD
++#endif
+#ifndef SERIO_WARRIOR
+ #define SERIO_WARRIOR 0x18
+#endif
-+#ifndef SERIO_WARRIOR
++#ifndef SERIO_SPACEORB
+ #define SERIO_SPACEORB 0x19
+#endif
+#ifndef SERIO_MAGELLAN
More information about the buildroot
mailing list