From 02b732ae408353806c8fb240eba0b51dd04aaa97 Mon Sep 17 00:00:00 2001 From: Richard Lemon Date: Thu, 3 Jul 2008 09:06:09 +1000 Subject: [PATCH] Changed the id entry for the iNexio to match the kernel serio.h entry. --- serio-ids.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/serio-ids.h b/serio-ids.h index 44a8f0f..5535a4d 100644 --- a/serio-ids.h +++ b/serio-ids.h @@ -107,8 +107,11 @@ #ifndef SERIO_FUJITSU # define SERIO_FUJITSU 0x34 #endif +#ifndef SERIO_ZHENHUA +# define SERIO_ZHENHUA 0x36 +#endif #ifndef SERIO_INEXIO -# define SERIO_INEXIO 0x36 +# define SERIO_INEXIO 0x37 #endif #endif -- 2.11.4.GIT