diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2006-06-26 01:49:55 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2006-06-26 01:49:55 -0400 |
commit | 9e8e30a0cc0ccb43773d14d8b8b84bcc585e9cc1 (patch) | |
tree | 0e5c5a6b28953b934d4533d330f51af740c0399e /drivers/macintosh/via-pmu-event.h | |
parent | ca56fe07f46e1c174b544e714be183f1476fecea (diff) | |
download | op-kernel-dev-9e8e30a0cc0ccb43773d14d8b8b84bcc585e9cc1.zip op-kernel-dev-9e8e30a0cc0ccb43773d14d8b8b84bcc585e9cc1.tar.gz |
Input: via-pmu - add input device support
Add an input device for the button and lid switch so that userspace gets
notified about the user pressing them via the standard input layer.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/macintosh/via-pmu-event.h')
-rw-r--r-- | drivers/macintosh/via-pmu-event.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/macintosh/via-pmu-event.h b/drivers/macintosh/via-pmu-event.h new file mode 100644 index 0000000..72c54de --- /dev/null +++ b/drivers/macintosh/via-pmu-event.h @@ -0,0 +1,8 @@ +#ifndef __VIA_PMU_EVENT_H +#define __VIA_PMU_EVENT_H + +#define PMU_EVT_POWER 0 +#define PMU_EVT_LID 1 +extern void via_pmu_event(int key, int down); + +#endif /* __VIA_PMU_EVENT_H */ |