Commit 912f9f42 authored by Jan-Benedict Glaw's avatar Jan-Benedict Glaw Committed by Vojtech Pavlik

input: Add serio entries for LK keyboards.

parent c0d862ce
...@@ -117,6 +117,7 @@ static __inline__ void serio_cleanup(struct serio *serio) ...@@ -117,6 +117,7 @@ static __inline__ void serio_cleanup(struct serio *serio)
#define SERIO_MZ 0x05 #define SERIO_MZ 0x05
#define SERIO_MZP 0x06 #define SERIO_MZP 0x06
#define SERIO_MZPP 0x07 #define SERIO_MZPP 0x07
#define SERIO_VSXXXAA 0x08
#define SERIO_SUNKBD 0x10 #define SERIO_SUNKBD 0x10
#define SERIO_WARRIOR 0x18 #define SERIO_WARRIOR 0x18
#define SERIO_SPACEORB 0x19 #define SERIO_SPACEORB 0x19
...@@ -134,6 +135,7 @@ static __inline__ void serio_cleanup(struct serio *serio) ...@@ -134,6 +135,7 @@ static __inline__ void serio_cleanup(struct serio *serio)
#define SERIO_HIL 0x25 #define SERIO_HIL 0x25
#define SERIO_SNES232 0x26 #define SERIO_SNES232 0x26
#define SERIO_SEMTECH 0x27 #define SERIO_SEMTECH 0x27
#define SERIO_LKKBD 0x28
#define SERIO_ID 0xff00UL #define SERIO_ID 0xff00UL
#define SERIO_EXTRA 0xff0000UL #define SERIO_EXTRA 0xff0000UL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment