# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../linux-header/serio.patch # Copyright (C) 2004 - 2005 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- Well, the usual outside kernel use madness and the new input-utils already utilize a an ID define that did not yet hit mainline. - Rene Rebe --- usr/include/linux/serio.h 2005-04-29 23:37:56.000000000 +0200 +++ usr/include/linux/serio.h 2005-05-21 21:31:31.000000000 +0200 @@ -10,12 +10,12 @@ */ #include -#include #define SPIOCSTYPE _IOW('q', 0x01, unsigned long) #ifdef __KERNEL__ +#include #include #include #include @@ -181,6 +181,7 @@ #define SERIO_SNES232 0x26 #define SERIO_SEMTECH 0x27 #define SERIO_LKKBD 0x28 +#define SERIO_ELO 0x29 #define SERIO_ID 0xff00UL #define SERIO_EXTRA 0xff0000UL