Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a48c4bbd authored by Sean Young's avatar Sean Young Committed by Mauro Carvalho Chehab
Browse files

[media] redrat3: increase set size for lengths to maximum



In learning mode, you can get much longer messages which can run out
of lengths. The usb message will slightly larger.

Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c49fcdde
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -113,7 +113,7 @@
#define RR3_NARROW_IN_EP_ADDR	0x82
#define RR3_NARROW_IN_EP_ADDR	0x82


/* Size of the fixed-length portion of the signal */
/* Size of the fixed-length portion of the signal */
#define RR3_DRIVER_MAXLENS	128
#define RR3_DRIVER_MAXLENS	255
#define RR3_MAX_SIG_SIZE	512
#define RR3_MAX_SIG_SIZE	512
#define RR3_TIME_UNIT		50
#define RR3_TIME_UNIT		50
#define RR3_END_OF_SIGNAL	0x7f
#define RR3_END_OF_SIGNAL	0x7f