Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226366
b: refs/heads/master
c: db9285f
h: refs/heads/master
v: v3
  • Loading branch information
David Henningsson authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent ac36fc5 commit 289b7e6
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 730726a6f90740a5954ca2fb1c74fad6f44a2c42
refs/heads/master: db9285f79b12286a3b525b41ab275796679c1dfa
78 changes: 39 additions & 39 deletions trunk/drivers/media/rc/keymaps/rc-tt-1500.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,45 +15,45 @@
/* for the Technotrend 1500 bundled remotes (grey and black): */

static struct rc_map_table tt_1500[] = {
{ 0x01, KEY_POWER },
{ 0x02, KEY_SHUFFLE }, /* ? double-arrow key */
{ 0x03, KEY_1 },
{ 0x04, KEY_2 },
{ 0x05, KEY_3 },
{ 0x06, KEY_4 },
{ 0x07, KEY_5 },
{ 0x08, KEY_6 },
{ 0x09, KEY_7 },
{ 0x0a, KEY_8 },
{ 0x0b, KEY_9 },
{ 0x0c, KEY_0 },
{ 0x0d, KEY_UP },
{ 0x0e, KEY_LEFT },
{ 0x0f, KEY_OK },
{ 0x10, KEY_RIGHT },
{ 0x11, KEY_DOWN },
{ 0x12, KEY_INFO },
{ 0x13, KEY_EXIT },
{ 0x14, KEY_RED },
{ 0x15, KEY_GREEN },
{ 0x16, KEY_YELLOW },
{ 0x17, KEY_BLUE },
{ 0x18, KEY_MUTE },
{ 0x19, KEY_TEXT },
{ 0x1a, KEY_MODE }, /* ? TV/Radio */
{ 0x21, KEY_OPTION },
{ 0x22, KEY_EPG },
{ 0x23, KEY_CHANNELUP },
{ 0x24, KEY_CHANNELDOWN },
{ 0x25, KEY_VOLUMEUP },
{ 0x26, KEY_VOLUMEDOWN },
{ 0x27, KEY_SETUP },
{ 0x3a, KEY_RECORD }, /* these keys are only in the black remote */
{ 0x3b, KEY_PLAY },
{ 0x3c, KEY_STOP },
{ 0x3d, KEY_REWIND },
{ 0x3e, KEY_PAUSE },
{ 0x3f, KEY_FORWARD },
{ 0x1501, KEY_POWER },
{ 0x1502, KEY_SHUFFLE }, /* ? double-arrow key */
{ 0x1503, KEY_1 },
{ 0x1504, KEY_2 },
{ 0x1505, KEY_3 },
{ 0x1506, KEY_4 },
{ 0x1507, KEY_5 },
{ 0x1508, KEY_6 },
{ 0x1509, KEY_7 },
{ 0x150a, KEY_8 },
{ 0x150b, KEY_9 },
{ 0x150c, KEY_0 },
{ 0x150d, KEY_UP },
{ 0x150e, KEY_LEFT },
{ 0x150f, KEY_OK },
{ 0x1510, KEY_RIGHT },
{ 0x1511, KEY_DOWN },
{ 0x1512, KEY_INFO },
{ 0x1513, KEY_EXIT },
{ 0x1514, KEY_RED },
{ 0x1515, KEY_GREEN },
{ 0x1516, KEY_YELLOW },
{ 0x1517, KEY_BLUE },
{ 0x1518, KEY_MUTE },
{ 0x1519, KEY_TEXT },
{ 0x151a, KEY_MODE }, /* ? TV/Radio */
{ 0x1521, KEY_OPTION },
{ 0x1522, KEY_EPG },
{ 0x1523, KEY_CHANNELUP },
{ 0x1524, KEY_CHANNELDOWN },
{ 0x1525, KEY_VOLUMEUP },
{ 0x1526, KEY_VOLUMEDOWN },
{ 0x1527, KEY_SETUP },
{ 0x153a, KEY_RECORD }, /* these keys are only in the black remote */
{ 0x153b, KEY_PLAY },
{ 0x153c, KEY_STOP },
{ 0x153d, KEY_REWIND },
{ 0x153e, KEY_PAUSE },
{ 0x153f, KEY_FORWARD },
};

static struct rc_map_list tt_1500_map = {
Expand Down

0 comments on commit 289b7e6

Please sign in to comment.