Commit ee07d567 authored by Vojtech Pavlik's avatar Vojtech Pavlik

input: Add two new serio type #defines

parent a2b33c36
...@@ -127,6 +127,8 @@ static __inline__ void serio_cleanup(struct serio *serio) ...@@ -127,6 +127,8 @@ static __inline__ void serio_cleanup(struct serio *serio)
#define SERIO_TWIDKBD 0x23 #define SERIO_TWIDKBD 0x23
#define SERIO_TWIDJOY 0x24 #define SERIO_TWIDJOY 0x24
#define SERIO_HIL 0x25 #define SERIO_HIL 0x25
#define SERIO_SNES232 0x26
#define SERIO_SEMTECH 0x27
#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