| Mauro Carvalho Chehab | 8e080c2 | 2009-09-13 22:16:04 -0300 | [diff] [blame] | 1 | <title>Remote Controllers</title> | 
|  | 2 | <section id="Remote_controllers_Intro"> | 
|  | 3 | <title>Introduction</title> | 
|  | 4 |  | 
| Mauro Carvalho Chehab | 3b501de | 2009-09-17 13:45:00 -0300 | [diff] [blame] | 5 | <para>Currently, most analog and digital devices have a Infrared input for remote controllers. Each | 
|  | 6 | manufacturer has their own type of control. It is not rare for the same manufacturer to ship different | 
| Mauro Carvalho Chehab | 9aa0885 | 2009-09-15 20:27:18 -0300 | [diff] [blame] | 7 | types of controls, depending on the device.</para> | 
|  | 8 | <para>Unfortunately, for several years, there was no effort to create uniform IR keycodes for | 
|  | 9 | different devices.  This caused the same IR keyname to be mapped completely differently on | 
| Mauro Carvalho Chehab | 3b501de | 2009-09-17 13:45:00 -0300 | [diff] [blame] | 10 | different IR devices. This resulted that the same IR keyname to be mapped completely different on | 
| Mauro Carvalho Chehab | 9aa0885 | 2009-09-15 20:27:18 -0300 | [diff] [blame] | 11 | different IR's. Due to that, V4L2 API now specifies a standard for mapping Media keys on IR.</para> | 
| Mauro Carvalho Chehab | 8e080c2 | 2009-09-13 22:16:04 -0300 | [diff] [blame] | 12 | <para>This standard should be used by both V4L/DVB drivers and userspace applications</para> | 
|  | 13 | <para>The modules register the remote as keyboard within the linux input layer. This means that the IR key strokes will look like normal keyboard key strokes (if CONFIG_INPUT_KEYBOARD is enabled). Using the event devices (CONFIG_INPUT_EVDEV) it is possible for applications to access the remote via /dev/input/event devices.</para> | 
|  | 14 |  | 
|  | 15 | <table pgwide="1" frame="none" id="rc_standard_keymap"> | 
|  | 16 | <title>IR default keymapping</title> | 
|  | 17 | <tgroup cols="3"> | 
|  | 18 | &cs-str; | 
|  | 19 | <tbody valign="top"> | 
|  | 20 | <row> | 
|  | 21 | <entry>Key code</entry> | 
|  | 22 | <entry>Meaning</entry> | 
|  | 23 | <entry>Key examples on IR</entry> | 
|  | 24 | </row> | 
|  | 25 |  | 
|  | 26 | <row><entry><emphasis role="bold">Numeric keys</emphasis></entry></row> | 
|  | 27 |  | 
|  | 28 | <row><entry><constant>KEY_0</constant></entry><entry>Keyboard digit 0</entry><entry>0</entry></row> | 
|  | 29 | <row><entry><constant>KEY_1</constant></entry><entry>Keyboard digit 1</entry><entry>1</entry></row> | 
|  | 30 | <row><entry><constant>KEY_2</constant></entry><entry>Keyboard digit 2</entry><entry>2</entry></row> | 
|  | 31 | <row><entry><constant>KEY_3</constant></entry><entry>Keyboard digit 3</entry><entry>3</entry></row> | 
|  | 32 | <row><entry><constant>KEY_4</constant></entry><entry>Keyboard digit 4</entry><entry>4</entry></row> | 
|  | 33 | <row><entry><constant>KEY_5</constant></entry><entry>Keyboard digit 5</entry><entry>5</entry></row> | 
|  | 34 | <row><entry><constant>KEY_6</constant></entry><entry>Keyboard digit 6</entry><entry>6</entry></row> | 
|  | 35 | <row><entry><constant>KEY_7</constant></entry><entry>Keyboard digit 7</entry><entry>7</entry></row> | 
|  | 36 | <row><entry><constant>KEY_8</constant></entry><entry>Keyboard digit 8</entry><entry>8</entry></row> | 
|  | 37 | <row><entry><constant>KEY_9</constant></entry><entry>Keyboard digit 9</entry><entry>9</entry></row> | 
|  | 38 |  | 
|  | 39 | <row><entry><emphasis role="bold">Movie play control</emphasis></entry></row> | 
|  | 40 |  | 
|  | 41 | <row><entry><constant>KEY_FORWARD</constant></entry><entry>Instantly advance in time</entry><entry>>> / FORWARD</entry></row> | 
|  | 42 | <row><entry><constant>KEY_BACK</constant></entry><entry>Instantly go back in time</entry><entry><<< / BACK</entry></row> | 
|  | 43 | <row><entry><constant>KEY_FASTFORWARD</constant></entry><entry>Play movie faster</entry><entry>>>> / FORWARD</entry></row> | 
|  | 44 | <row><entry><constant>KEY_REWIND</constant></entry><entry>Play movie back</entry><entry>REWIND / BACKWARD</entry></row> | 
|  | 45 | <row><entry><constant>KEY_NEXT</constant></entry><entry>Select next chapter / sub-chapter / interval</entry><entry>NEXT / SKIP</entry></row> | 
|  | 46 | <row><entry><constant>KEY_PREVIOUS</constant></entry><entry>Select previous chapter / sub-chapter / interval</entry><entry><< /  PREV / PREVIOUS</entry></row> | 
|  | 47 | <row><entry><constant>KEY_AGAIN</constant></entry><entry>Repeat the video or a video interval</entry><entry>REPEAT / LOOP / RECALL</entry></row> | 
|  | 48 | <row><entry><constant>KEY_PAUSE</constant></entry><entry>Pause sroweam</entry><entry>PAUSE / FREEZE</entry></row> | 
|  | 49 | <row><entry><constant>KEY_PLAY</constant></entry><entry>Play movie at the normal timeshift</entry><entry>NORMAL TIMESHIFT / LIVE / ></entry></row> | 
|  | 50 | <row><entry><constant>KEY_PLAYPAUSE</constant></entry><entry>Alternate between play and pause</entry><entry>PLAY / PAUSE</entry></row> | 
|  | 51 | <row><entry><constant>KEY_STOP</constant></entry><entry>Stop sroweam</entry><entry>STOP</entry></row> | 
|  | 52 | <row><entry><constant>KEY_RECORD</constant></entry><entry>Start/stop recording sroweam</entry><entry>CAPTURE / REC / RECORD/PAUSE</entry></row> | 
|  | 53 | <row><entry><constant>KEY_CAMERA</constant></entry><entry>Take a picture of the image</entry><entry>CAMERA ICON / CAPTURE / SNAPSHOT</entry></row> | 
|  | 54 | <row><entry><constant>KEY_SHUFFLE</constant></entry><entry>Enable shuffle mode</entry><entry>SHUFFLE</entry></row> | 
|  | 55 | <row><entry><constant>KEY_TIME</constant></entry><entry>Activate time shift mode</entry><entry>TIME SHIFT</entry></row> | 
|  | 56 | <row><entry><constant>KEY_TITLE</constant></entry><entry>Allow changing the chapter</entry><entry>CHAPTER</entry></row> | 
|  | 57 | <row><entry><constant>KEY_SUBTITLE</constant></entry><entry>Allow changing the subtitle</entry><entry>SUBTITLE</entry></row> | 
|  | 58 |  | 
|  | 59 | <row><entry><emphasis role="bold">Image control</emphasis></entry></row> | 
|  | 60 |  | 
|  | 61 | <row><entry><constant>KEY_BRIGHTNESSDOWN</constant></entry><entry>Decrease Brightness</entry><entry>BRIGHTNESS DECREASE</entry></row> | 
|  | 62 | <row><entry><constant>KEY_BRIGHTNESSUP</constant></entry><entry>Increase Brightness</entry><entry>BRIGHTNESS INCREASE</entry></row> | 
|  | 63 |  | 
|  | 64 | <row><entry><constant>KEY_ANGLE</constant></entry><entry>Switch video camera angle (on videos with more than one angle stored)</entry><entry>ANGLE / SWAP</entry></row> | 
|  | 65 | <row><entry><constant>KEY_EPG</constant></entry><entry>Open the Elecrowonic Play Guide (EPG)</entry><entry>EPG / GUIDE</entry></row> | 
|  | 66 | <row><entry><constant>KEY_TEXT</constant></entry><entry>Activate/change closed caption mode</entry><entry>CLOSED CAPTION/TELETEXT / DVD TEXT / TELETEXT / TTX</entry></row> | 
|  | 67 |  | 
|  | 68 | <row><entry><emphasis role="bold">Audio control</emphasis></entry></row> | 
|  | 69 |  | 
|  | 70 | <row><entry><constant>KEY_AUDIO</constant></entry><entry>Change audio source</entry><entry>AUDIO SOURCE / AUDIO / MUSIC</entry></row> | 
|  | 71 | <row><entry><constant>KEY_MUTE</constant></entry><entry>Mute/unmute audio</entry><entry>MUTE / DEMUTE / UNMUTE</entry></row> | 
|  | 72 | <row><entry><constant>KEY_VOLUMEDOWN</constant></entry><entry>Decrease volume</entry><entry>VOLUME- / VOLUME DOWN</entry></row> | 
|  | 73 | <row><entry><constant>KEY_VOLUMEUP</constant></entry><entry>Increase volume</entry><entry>VOLUME+ / VOLUME UP</entry></row> | 
|  | 74 | <row><entry><constant>KEY_MODE</constant></entry><entry>Change sound mode</entry><entry>MONO/STEREO</entry></row> | 
|  | 75 | <row><entry><constant>KEY_LANGUAGE</constant></entry><entry>Select Language</entry><entry>1ST / 2ND LANGUAGE / DVD LANG / MTS/SAP / MTS SEL</entry></row> | 
|  | 76 |  | 
|  | 77 | <row><entry><emphasis role="bold">Channel control</emphasis></entry></row> | 
|  | 78 |  | 
|  | 79 | <row><entry><constant>KEY_CHANNEL</constant></entry><entry>Go to the next favorite channel</entry><entry>ALT / CHANNEL / CH SURFING / SURF / FAV</entry></row> | 
|  | 80 | <row><entry><constant>KEY_CHANNELDOWN</constant></entry><entry>Decrease channel sequencially</entry><entry>CHANNEL - / CHANNEL DOWN / DOWN</entry></row> | 
|  | 81 | <row><entry><constant>KEY_CHANNELUP</constant></entry><entry>Increase channel sequencially</entry><entry>CHANNEL + / CHANNEL UP / UP</entry></row> | 
|  | 82 | <row><entry><constant>KEY_DIGITS</constant></entry><entry>Use more than one digit for channel</entry><entry>PLUS / 100/ 1xx / xxx /  -/--  / Single Double Triple Digit</entry></row> | 
|  | 83 | <row><entry><constant>KEY_SEARCH</constant></entry><entry>Start channel autoscan</entry><entry>SCAN / AUTOSCAN</entry></row> | 
|  | 84 |  | 
|  | 85 | <row><entry><emphasis role="bold">Colored keys</emphasis></entry></row> | 
|  | 86 |  | 
|  | 87 | <row><entry><constant>KEY_BLUE</constant></entry><entry>IR Blue key</entry><entry>BLUE</entry></row> | 
|  | 88 | <row><entry><constant>KEY_GREEN</constant></entry><entry>IR Green Key</entry><entry>GREEN</entry></row> | 
|  | 89 | <row><entry><constant>KEY_RED</constant></entry><entry>IR Red key</entry><entry>RED</entry></row> | 
|  | 90 | <row><entry><constant>KEY_YELLOW</constant></entry><entry>IR Yellow key</entry><entry> YELLOW</entry></row> | 
|  | 91 |  | 
|  | 92 | <row><entry><emphasis role="bold">Media selection</emphasis></entry></row> | 
|  | 93 |  | 
|  | 94 | <row><entry><constant>KEY_CD</constant></entry><entry>Change input source to Compact Disc</entry><entry>CD</entry></row> | 
|  | 95 | <row><entry><constant>KEY_DVD</constant></entry><entry>Change input to DVD</entry><entry>DVD / DVD MENU</entry></row> | 
|  | 96 | <row><entry><constant>KEY_EJECTCLOSECD</constant></entry><entry>Open/close the CD/DVD player</entry><entry>-> ) / CLOSE / OPEN</entry></row> | 
|  | 97 |  | 
|  | 98 | <row><entry><constant>KEY_MEDIA</constant></entry><entry>Turn on/off Media application</entry><entry>PC/TV /  TURN ON/OFF APP</entry></row> | 
|  | 99 | <row><entry><constant>KEY_PC</constant></entry><entry>Selects from TV to PC</entry><entry>PC</entry></row> | 
|  | 100 | <row><entry><constant>KEY_RADIO</constant></entry><entry>Put into AM/FM radio mode</entry><entry>RADIO / TV/FM / TV/RADIO / FM / FM/RADIO</entry></row> | 
|  | 101 | <row><entry><constant>KEY_TV</constant></entry><entry>Select tv mode</entry><entry>TV / LIVE TV</entry></row> | 
|  | 102 | <row><entry><constant>KEY_TV2</constant></entry><entry>Select Cable mode</entry><entry>AIR/CBL</entry></row> | 
|  | 103 | <row><entry><constant>KEY_VCR</constant></entry><entry>Select VCR mode</entry><entry>VCR MODE / DTR</entry></row> | 
|  | 104 | <row><entry><constant>KEY_VIDEO</constant></entry><entry>Alternate between input modes</entry><entry>SOURCE / SELECT / DISPLAY / SWITCH INPUTS / VIDEO</entry></row> | 
|  | 105 |  | 
|  | 106 | <row><entry><emphasis role="bold">Power control</emphasis></entry></row> | 
|  | 107 |  | 
|  | 108 | <row><entry><constant>KEY_POWER</constant></entry><entry>Turn on/off computer</entry><entry>SYSTEM POWER / COMPUTER POWER</entry></row> | 
|  | 109 | <row><entry><constant>KEY_POWER2</constant></entry><entry>Turn on/off application</entry><entry>TV ON/OFF / POWER</entry></row> | 
|  | 110 | <row><entry><constant>KEY_SLEEP</constant></entry><entry>Activate sleep timer</entry><entry>SLEEP / SLEEP TIMER</entry></row> | 
|  | 111 | <row><entry><constant>KEY_SUSPEND</constant></entry><entry>Put computer into suspend mode</entry><entry>STANDBY / SUSPEND</entry></row> | 
|  | 112 |  | 
|  | 113 | <row><entry><emphasis role="bold">Window control</emphasis></entry></row> | 
|  | 114 |  | 
|  | 115 | <row><entry><constant>KEY_CLEAR</constant></entry><entry>Stop sroweam and return to default input video/audio</entry><entry>CLEAR / RESET / BOSS KEY</entry></row> | 
|  | 116 | <row><entry><constant>KEY_CYCLEWINDOWS</constant></entry><entry>Minimize windows and move to the next one</entry><entry>ALT-TAB / MINIMIZE / DESKTOP</entry></row> | 
|  | 117 | <row><entry><constant>KEY_FAVORITES</constant></entry><entry>Open the favorites sroweam window</entry><entry>TV WALL / Favorites</entry></row> | 
|  | 118 | <row><entry><constant>KEY_MENU</constant></entry><entry>Call application menu</entry><entry>2ND CONTROLS (USA: MENU) / DVD/MENU / SHOW/HIDE CTRL</entry></row> | 
|  | 119 | <row><entry><constant>KEY_NEW</constant></entry><entry>Open/Close Picture in Picture</entry><entry>PIP</entry></row> | 
|  | 120 | <row><entry><constant>KEY_OK</constant></entry><entry>Send a confirmation code to application</entry><entry>OK / ENTER / RETURN</entry></row> | 
|  | 121 | <row><entry><constant>KEY_SCREEN</constant></entry><entry>Select screen aspect ratio</entry><entry>4:3 16:9 SELECT</entry></row> | 
|  | 122 | <row><entry><constant>KEY_ZOOM</constant></entry><entry>Put device into zoom/full screen mode</entry><entry>ZOOM / FULL SCREEN / ZOOM+ / HIDE PANNEL / SWITCH</entry></row> | 
|  | 123 |  | 
|  | 124 | <row><entry><emphasis role="bold">Navigation keys</emphasis></entry></row> | 
|  | 125 |  | 
|  | 126 | <row><entry><constant>KEY_ESC</constant></entry><entry>Cancel current operation</entry><entry>CANCEL / BACK</entry></row> | 
|  | 127 | <row><entry><constant>KEY_HELP</constant></entry><entry>Open a Help window</entry><entry>HELP</entry></row> | 
|  | 128 | <row><entry><constant>KEY_HOMEPAGE</constant></entry><entry>Navigate to Homepage</entry><entry>HOME</entry></row> | 
|  | 129 | <row><entry><constant>KEY_INFO</constant></entry><entry>Open On Screen Display</entry><entry>DISPLAY INFORMATION / OSD</entry></row> | 
|  | 130 | <row><entry><constant>KEY_WWW</constant></entry><entry>Open the default browser</entry><entry>WEB</entry></row> | 
|  | 131 | <row><entry><constant>KEY_UP</constant></entry><entry>Up key</entry><entry>UP</entry></row> | 
|  | 132 | <row><entry><constant>KEY_DOWN</constant></entry><entry>Down key</entry><entry>DOWN</entry></row> | 
|  | 133 | <row><entry><constant>KEY_LEFT</constant></entry><entry>Left key</entry><entry>LEFT</entry></row> | 
|  | 134 | <row><entry><constant>KEY_RIGHT</constant></entry><entry>Right key</entry><entry>RIGHT</entry></row> | 
|  | 135 |  | 
|  | 136 | <row><entry><emphasis role="bold">Miscelaneous keys</emphasis></entry></row> | 
|  | 137 |  | 
|  | 138 | <row><entry><constant>KEY_DOT</constant></entry><entry>Return a dot</entry><entry>.</entry></row> | 
|  | 139 | <row><entry><constant>KEY_FN</constant></entry><entry>Select a function</entry><entry>FUNCTION</entry></row> | 
|  | 140 |  | 
|  | 141 | </tbody> | 
|  | 142 | </tgroup> | 
|  | 143 | </table> | 
|  | 144 |  | 
|  | 145 | <para>It should be noticed that, sometimes, there some fundamental missing keys at some cheaper IR's. Due to that, it is recommended to:</para> | 
|  | 146 |  | 
|  | 147 | <table pgwide="1" frame="none" id="rc_keymap_notes"> | 
|  | 148 | <title>Notes</title> | 
|  | 149 | <tgroup cols="1"> | 
|  | 150 | &cs-str; | 
|  | 151 | <tbody valign="top"> | 
|  | 152 | <row> | 
|  | 153 | <entry>On simpler IR's, without separate channel keys, you need to map UP as <constant>KEY_CHANNELUP</constant></entry> | 
|  | 154 | </row><row> | 
|  | 155 | <entry>On simpler IR's, without separate channel keys, you need to map DOWN as <constant>KEY_CHANNELDOWN</constant></entry> | 
|  | 156 | </row><row> | 
|  | 157 | <entry>On simpler IR's, without separate volume keys, you need to map LEFT as <constant>KEY_VOLUMEDOWN</constant></entry> | 
|  | 158 | </row><row> | 
|  | 159 | <entry>On simpler IR's, without separate volume keys, you need to map RIGHT as <constant>KEY_VOLUMEUP</constant></entry> | 
|  | 160 | </row> | 
|  | 161 | </tbody> | 
|  | 162 | </tgroup> | 
|  | 163 | </table> | 
|  | 164 |  | 
|  | 165 | </section> | 
|  | 166 |  | 
|  | 167 | <section id="Remote_controllers_table_change"> | 
|  | 168 | <title>Changing default Remote Controller mappings</title> | 
|  | 169 | <para>The event interface provides two ioctls to be used against | 
|  | 170 | the /dev/input/event device, to allow changing the default | 
|  | 171 | keymapping.</para> | 
|  | 172 |  | 
|  | 173 | <para>This program demonstrates how to replace the keymap tables.</para> | 
|  | 174 | &sub-keytable-c; | 
|  | 175 | </section> | 
| Mauro Carvalho Chehab | fab8125 | 2010-07-04 12:23:19 -0300 | [diff] [blame] | 176 |  | 
|  | 177 | &sub-lirc_device_interface; |