summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 11:53:00 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 11:53:00 +0000
commitdc6d14fb1b20e86cc24c6fbe5ce239566e5d588e (patch)
tree0577b8baadd2986746a75e36642b543e0d6212fc /help
parent971b1a83d8751fdeb6640afa705eb9a39375f286 (diff)
downloadmpv-dc6d14fb1b20e86cc24c6fbe5ce239566e5d588e.tar.bz2
mpv-dc6d14fb1b20e86cc24c6fbe5ce239566e5d588e.tar.xz
Add support for AppleIR Remote as an input under Linux systems.
This requires Linux 2.6 with evdev and appleir drivers. The keymapping is done to mimics the one that was done for MacOSX. WARNING: Most distributions do not seems to bother and only let root access to the device. Modify udev rules accordingly if you want regular user to be able to use the remote. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26795 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index fbd39ef7b4..ad7536e6b4 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1296,6 +1296,12 @@ static char help_text[]=
#define MSGTR_INPUT_JOYSTICK_WarnLostSync "Joystick: warning init event, we have lost sync with driver.\n"
#define MSGTR_INPUT_JOYSTICK_WarnUnknownEvent "Joystick warning unknown event type %d\n"
+// appleir.c
+
+#define MSGTR_INPUT_APPLE_IR_Init "Initializing Apple IR on %s\n"
+#define MSGTR_INPUT_APPLE_IR_Detect "Detected Apple IR on %s\n"
+#define MSGTR_INPUT_APPLE_IR_CantOpen "Can't open Apple IR device: %s\n"
+
// input.c
#define MSGTR_INPUT_INPUT_ErrCantRegister2ManyCmdFds "Too many command file descriptors, cannot register file descriptor %d.\n"