Skip to content

Commit

Permalink
Input: serio - trivial documentation fix
Browse files Browse the repository at this point in the history
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: Niels de Vos <niels.devos@wincor-nixdorf.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Niels de Vos authored and Dmitry Torokhov committed Jul 8, 2008
1 parent 1191828 commit f3d1eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/serio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3d1eb1

Please sign in to comment.