Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3d1eb19 authored by Niels de Vos's avatar Niels de Vos Committed by Dmitry Torokhov
Browse files

Input: serio - trivial documentation fix



In include/linux/serio.h two different define-series are documented as
"Serio types". However the second series contains defines for the
different protocols.

Signed-off-by: default avatarNiels de Vos <niels.devos@wincor-nixdorf.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 1191828f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ static inline void serio_unpin_driver(struct serio *serio)
#define SERIO_8042_XL	0x06

/*
 * Serio types
 * Serio protocols
 */
#define SERIO_UNKNOWN	0x00
#define SERIO_MSC	0x01