diff options
Diffstat (limited to 'utils/nwztools/plattools/nwz_keys.h')
-rw-r--r-- | utils/nwztools/plattools/nwz_keys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/nwztools/plattools/nwz_keys.h b/utils/nwztools/plattools/nwz_keys.h index 8228e5b620..4a8c28737f 100644 --- a/utils/nwztools/plattools/nwz_keys.h +++ b/utils/nwztools/plattools/nwz_keys.h | |||
@@ -21,6 +21,8 @@ | |||
21 | #ifndef __NWZ_KEYS_H__ | 21 | #ifndef __NWZ_KEYS_H__ |
22 | #define __NWZ_KEYS_H__ | 22 | #define __NWZ_KEYS_H__ |
23 | 23 | ||
24 | #define NWZ_KEY_DEV "/dev/input/event0" | ||
25 | |||
24 | /* The Sony icx_key driver reports keys via the /dev/input/event0 device and | 26 | /* The Sony icx_key driver reports keys via the /dev/input/event0 device and |
25 | * abuses the standard struct input_event. The input_event.code is split into | 27 | * abuses the standard struct input_event. The input_event.code is split into |
26 | * two parts: | 28 | * two parts: |