Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: cxusb: restore RC_MAP for MyGica T230

Commit f8585ce655e9 ("[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.

Fixes: f8585ce655e9 ("[media] dvb-usb-cxusb: Geniatech T230C support")
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

authored by

Stefan Brüns and committed by
Mauro Carvalho Chehab
1bbab525 c20ffbfe

+1 -1
+1 -1
drivers/media/usb/dvb-usb/cxusb.c
··· 2060 2060 2061 2061 .rc.core = { 2062 2062 .rc_interval = 100, 2063 - .rc_codes = RC_MAP_D680_DMB, 2063 + .rc_codes = RC_MAP_TOTAL_MEDIA_IN_HAND_02, 2064 2064 .module_name = KBUILD_MODNAME, 2065 2065 .rc_query = cxusb_d680_dmb_rc_query, 2066 2066 .allowed_protos = RC_PROTO_BIT_UNKNOWN,