[<prev] [next>] [day] [month] [year] [list]
Message-ID: <c813f10e-dcfb-4eba-a173-8d4b2ff60795@rwthex-w2-a.rwth-ad.de>
Date: Wed, 10 Jan 2018 00:33:39 +0100
From: Stefan Brüns <stefan.bruens@...h-aachen.de>
To: <linux-media@...r.kernel.org>
CC: Stefan Brüns <stefan.bruens@...h-aachen.de>,
"Michael Krufky" <mkrufky@...uxtv.org>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH v1 2/2] [media] cxusb: restore RC_MAP for MyGica T230
Commit f8585ce655e9cdeabc38e8e2580b05735110e4a5 ("[media] dvb-usb-cxusb:
Geniatech T230C support") sneaked in an unrelated change for the older
T230 (not C) model. As the commit was reverted this change was reverted
too, although likely correct.
Signed-off-by: Stefan Brüns <stefan.bruens@...h-aachen.de>
---
drivers/media/usb/dvb-usb/cxusb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/usb/dvb-usb/cxusb.c b/drivers/media/usb/dvb-usb/cxusb.c
index edb7cd2e43d9..75f44b534007 100644
--- a/drivers/media/usb/dvb-usb/cxusb.c
+++ b/drivers/media/usb/dvb-usb/cxusb.c
@@ -2165,7 +2165,7 @@ static struct dvb_usb_device_properties cxusb_mygica_t230_properties = {
.rc.core = {
.rc_interval = 100,
- .rc_codes = RC_MAP_D680_DMB,
+ .rc_codes = RC_MAP_TOTAL_MEDIA_IN_HAND_02,
.module_name = KBUILD_MODNAME,
.rc_query = cxusb_d680_dmb_rc_query,
.allowed_protos = RC_PROTO_BIT_UNKNOWN,
--
2.15.1
Powered by blists - more mailing lists