summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVojtech Pavlik <vojtech@twilight.ucw.cz>2002-07-08 16:43:30 +0200
committerVojtech Pavlik <vojtech@twilight.ucw.cz>2002-07-08 16:43:30 +0200
commit476627b580b144d433351ade8c49d4add29f91c0 (patch)
treec3dd1aa04e9a044b2b7ff409550337f7cf155e5e /include
parenteb9c08b3d6fccbc825be711bcbd29ae62e542bc5 (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')
-rw-r--r--include/linux/serio.h1
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 *);