diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-03 10:17:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-03 10:17:44 +0000 |
commit | 3c9c983690d93ae92e6fb7533d926793ce58190e (patch) | |
tree | d4b5307f4082a7a257bf3b51e22f1cfb572e71c2 /package/tslib | |
parent | 2e696981a69bbe52b3359037857f92b333688483 (diff) | |
download | buildroot-novena-3c9c983690d93ae92e6fb7533d926793ce58190e.tar.gz buildroot-novena-3c9c983690d93ae92e6fb7533d926793ce58190e.zip |
tslib: fix inputattach patch typos
Patch by Markus Heidelberg.
tslib should be changed to use inputattach from the input-tools package
instead though.
Diffstat (limited to 'package/tslib')
-rw-r--r-- | package/tslib/tslib_add_finddef_and_inputattach_utils.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tslib/tslib_add_finddef_and_inputattach_utils.patch b/package/tslib/tslib_add_finddef_and_inputattach_utils.patch index b1ab81b75..dcc6ec75a 100644 --- a/package/tslib/tslib_add_finddef_and_inputattach_utils.patch +++ b/package/tslib/tslib_add_finddef_and_inputattach_utils.patch @@ -115,11 +115,11 @@ diff -Naur tslib-org/tests/inputattach.c tslib-1.0/tests/inputattach.c +#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 |