diff options
| author | Vojtech Pavlik <vojtech@twilight.ucw.cz> | 2002-07-08 16:43:30 +0200 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@twilight.ucw.cz> | 2002-07-08 16:43:30 +0200 |
| commit | 476627b580b144d433351ade8c49d4add29f91c0 (patch) | |
| tree | c3dd1aa04e9a044b2b7ff409550337f7cf155e5e /include/linux/serio.h | |
| parent | eb9c08b3d6fccbc825be711bcbd29ae62e542bc5 (diff) | |
Move delayed rescanning of the ports to serio.c, add a kernel thread
for that, so that hotplug events happen in process context.
Diffstat (limited to 'include/linux/serio.h')
| -rw-r--r-- | include/linux/serio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serio.h b/include/linux/serio.h index fae360265d9f..fd5235309265 100644 --- a/include/linux/serio.h +++ b/include/linux/serio.h @@ -50,6 +50,7 @@ struct serio { unsigned short idversion; unsigned long type; + unsigned long event; int (*write)(struct serio *, unsigned char); int (*open)(struct serio *); |
