diff options
Diffstat (limited to 'drivers/media/rc/keymaps')
-rw-r--r-- | drivers/media/rc/keymaps/Makefile | 2 | ||||
-rw-r--r-- | drivers/media/rc/keymaps/rc-hauppauge.c (renamed from drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c) | 12 |
2 files changed, 10 insertions, 4 deletions
diff --git a/drivers/media/rc/keymaps/Makefile b/drivers/media/rc/keymaps/Makefile index cb721216571c..1f446f99b61f 100644 --- a/drivers/media/rc/keymaps/Makefile +++ b/drivers/media/rc/keymaps/Makefile | |||
@@ -68,7 +68,7 @@ obj-$(CONFIG_RC_MAP) += rc-adstech-dvb-t-pci.o \ | |||
68 | rc-proteus-2309.o \ | 68 | rc-proteus-2309.o \ |
69 | rc-purpletv.o \ | 69 | rc-purpletv.o \ |
70 | rc-pv951.o \ | 70 | rc-pv951.o \ |
71 | rc-rc5-hauppauge-new.o \ | 71 | rc-hauppauge.o \ |
72 | rc-rc5-tv.o \ | 72 | rc-rc5-tv.o \ |
73 | rc-rc6-mce.o \ | 73 | rc-rc6-mce.o \ |
74 | rc-real-audio-220-32-keys.o \ | 74 | rc-real-audio-220-32-keys.o \ |
diff --git a/drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c b/drivers/media/rc/keymaps/rc-hauppauge.c index cb312dae6fac..cd3db7779772 100644 --- a/drivers/media/rc/keymaps/rc-rc5-hauppauge-new.c +++ b/drivers/media/rc/keymaps/rc-hauppauge.c | |||
@@ -1,8 +1,14 @@ | |||
1 | /* rc5-hauppauge-new.h - Keytable for rc5_hauppauge_new Remote Controller | 1 | /* rc-hauppauge.c - Keytable for Hauppauge Remote Controllers |
2 | * | 2 | * |
3 | * keymap imported from ir-keymaps.c | 3 | * keymap imported from ir-keymaps.c |
4 | * | 4 | * |
5 | * Copyright (c) 2010 by Mauro Carvalho Chehab <mchehab@redhat.com> | 5 | * This map currently contains the code for four different RCs: |
6 | * - New Hauppauge Gray; | ||
7 | * - Old Hauppauge Gray (with a golden screen for media keys); | ||
8 | * - Hauppauge Black; | ||
9 | * - DSR-0112 remote bundled with Haupauge MiniStick. | ||
10 | * | ||
11 | * Copyright (c) 2010-2011 by Mauro Carvalho Chehab <mchehab@redhat.com> | ||
6 | * | 12 | * |
7 | * This program is free software; you can redistribute it and/or modify | 13 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 14 | * it under the terms of the GNU General Public License as published by |
@@ -214,7 +220,7 @@ static struct rc_map_list rc5_hauppauge_new_map = { | |||
214 | .scan = rc5_hauppauge_new, | 220 | .scan = rc5_hauppauge_new, |
215 | .size = ARRAY_SIZE(rc5_hauppauge_new), | 221 | .size = ARRAY_SIZE(rc5_hauppauge_new), |
216 | .rc_type = RC_TYPE_RC5, | 222 | .rc_type = RC_TYPE_RC5, |
217 | .name = RC_MAP_RC5_HAUPPAUGE_NEW, | 223 | .name = RC_MAP_HAUPPAUGE, |
218 | } | 224 | } |
219 | }; | 225 | }; |
220 | 226 | ||