RE: [GIT PULL] NetUP Universal DVB (revision 1.4)

2016-06-07 Thread Saso Slavicic
Hi, I don't see this commit in media_tree.git yet, that's why I wrote... As long as it gets fixed... :) Thanks, Saso From: Abylay Ospan [mailto:aos...@netup.ru] Sent: Tuesday, June 07, 2016 5:41 PM To: Saso Slavicic Cc: Mauro Carvalho Chehab; linux-media Subject: Re: [GIT PULL] NetUP Universal

RE: [GIT PULL] NetUP Universal DVB (revision 1.4)

2016-06-07 Thread Saso Slavicic
Hi, Please check the ASCOT2E issue for the NetUP card as well. https://patchwork.linuxtv.org/patch/34451 Regards, Saso -Original Message- From: linux-media-ow...@vger.kernel.org [mailto:linux-media-ow...@vger.kernel.org] On Behalf Of Mauro Carvalho Chehab Sent: Tuesday, June 07, 2016

RE: netup_unidvb CI problem

2016-05-28 Thread Saso Slavicic
vb # insmod netup-unidvb-patched.ko # dmesg | grep dvb_ca [ 4030.205352] dvb_ca adapter 1: DVB CAM detected and initialised successfully [ 4030.476391] dvb_ca adapter 0: DVB CAM detected and initialised successfully Cheers, Saso Slavicic -- To unsubscribe from this list: send the line "unsu

netup_unidvb CI problem

2016-05-28 Thread Saso Slavicic
reading seems like a simple operation of reading the correct memory address...why would this fail? Other than the CI modules, the card seems to be working with 4.4 kernel. Is there some other debugging I could check, outside the netup module? Regards, Saso Slavicic -- To unsubscribe from this list

ascot2e.c off by one bug

2016-05-28 Thread Saso Slavicic
riv, } }; - if (len + 1 >= sizeof(buf)) { + if (len + 1 > sizeof(buf)) { dev_warn(>i2c->dev,"wr reg=%04x: len=%d is too big!\n", reg, len + 1); return -E2BIG; Regards, Saso Slavicic -- To unsubscribe from this list: send th