summary refs log tree commit diff
path: root/drivers/media/rc/keymaps
diff options
context:
space:
mode:
authorSean Young <sean@mess.org>2012-08-13 08:59:46 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 16:19:11 -0300
commit0938069fa08970f1c898970c1331a029efe9a1ce (patch)
treecb9db086f9c1ebba56dcef7a5400df225dd79dee /drivers/media/rc/keymaps
parent640583836b9488c806349e3839c9d8b0f15da1fa (diff)
downloadlinux-0938069fa08970f1c898970c1331a029efe9a1ce.tar.gz
[media] rc: Add support for the TechnoTrend USB IR Receiver
This driver adds support for TechnoTrend USB IR Receiver. It is a complete
rewrite of the staging/media/lirc/lirc_ttusbir driver. It adds more
accurate sample reporting and led control.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/keymaps')
-rw-r--r--drivers/media/rc/keymaps/rc-tt-1500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/keymaps/rc-tt-1500.c b/drivers/media/rc/keymaps/rc-tt-1500.c
index caeff85603e3..80217ffc91db 100644
--- a/drivers/media/rc/keymaps/rc-tt-1500.c
+++ b/drivers/media/rc/keymaps/rc-tt-1500.c
@@ -61,7 +61,7 @@ static struct rc_map_list tt_1500_map = {
 	.map = {
 		.scan    = tt_1500,
 		.size    = ARRAY_SIZE(tt_1500),
-		.rc_type = RC_TYPE_UNKNOWN,	/* Legacy IR type */
+		.rc_type = RC_TYPE_RC5,
 		.name    = RC_MAP_TT_1500,
 	}
 };