diff options
Diffstat (limited to 'drivers/media/rc/keymaps/rc-pv951.c')
-rw-r--r-- | drivers/media/rc/keymaps/rc-pv951.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/rc/keymaps/rc-pv951.c b/drivers/media/rc/keymaps/rc-pv951.c index 83a418de12c6..5e8beee94de4 100644 --- a/drivers/media/rc/keymaps/rc-pv951.c +++ b/drivers/media/rc/keymaps/rc-pv951.c | |||
@@ -46,10 +46,10 @@ static struct rc_map_table pv951[] = { | |||
46 | { 0x0c, KEY_SEARCH }, /* AUTOSCAN */ | 46 | { 0x0c, KEY_SEARCH }, /* AUTOSCAN */ |
47 | 47 | ||
48 | /* Not sure what to do with these ones! */ | 48 | /* Not sure what to do with these ones! */ |
49 | { 0x0f, KEY_SELECT }, /* SOURCE */ | 49 | { 0x0f, KEY_VIDEO }, /* SOURCE */ |
50 | { 0x0a, KEY_KPPLUS }, /* +100 */ | 50 | { 0x0a, KEY_KPPLUS }, /* +100 */ |
51 | { 0x14, KEY_EQUAL }, /* SYNC */ | 51 | { 0x14, KEY_EQUAL }, /* SYNC */ |
52 | { 0x1c, KEY_MEDIA }, /* PC/TV */ | 52 | { 0x1c, KEY_TV }, /* PC/TV */ |
53 | }; | 53 | }; |
54 | 54 | ||
55 | static struct rc_map_list pv951_map = { | 55 | static struct rc_map_list pv951_map = { |