cx88-dsp.c: missing __divdi3 on 32bit kernel

2009-04-06 Thread Miroslav Šustek
Hello, Commit 02fde69f31dc (and 7152a23142bc) on http://linuxtv.org/hg/v4l-dvb/ adds new file cx88-dsp.c which uses 64bit divisions, but these are somehow not supported on 32bit kernels. message during compile: WARNING: "__divdi3" [/root/v4l-dvb/v4l/cx88xx.ko] undefined Maybe we can use only s32,

[PATCH] Re: cx88-dsp.c: missing __divdi3 on 32bit kernel

2009-04-06 Thread Miroslav Šustek
Well this patch should solve it. I don't know how many samples are processed so: First patch is for situation when N*N fits in s32. Second one uses two divisions, but doesn't have any abnormal restrictions for N. Personally I think that two divisions won't hurt. :) - FILE: cx88-dsp_64bit_m

Re: [cron job] v4l-dvb daily build 2.6.22 and up: ERRORS, 2.6.16-2.6.21: WARNINGS

2009-04-08 Thread Miroslav Šustek
Hans Verkuil xs4all.nl> writes: > > Can someone take a look at these warnings and errors? Looking at the log > these seem to be pretty easy to fix (compat stuff for the most part). > > I don't have the time for this for several more days, so I'd appreciate it > if someone could take a look at th

[PATCH] Re: [cron job] v4l-dvb daily build 2.6.22 and up: ERRORS

2009-04-08 Thread Miroslav Šustek
Miroslav Šustek centrum.cz> writes: > Marton Balint sent patch with include and changed > 'div_s64_rem' > to 'div_s64'. But kernels older than 2.26.x have neither 'div_s64' nor > 'div_s64_rem'. > > Better apply this patch instead t

[PATCH] Leadtek WinFast DTV-1800H support

2009-05-10 Thread Miroslav Šustek
Hello, this patch adds support for Leadtek WinFast DTV-1800H hybrid card. It enables analog/digital tv, radio and remote control trough GPIO. Input GPIO values are extracted from INF file which is included in winxp driver. Analog audio works both through cx88-alsa and through internal cable from

Re: [PATCH] Leadtek WinFast DTV-1800H support

2009-05-28 Thread Miroslav Šustek
Any problem with this patch? I'm trying to get WinFast DTV-1800H support into repository for seven months. (see: http://article.gmane.org/gmane.linux.drivers.video-input-infrastructure/1125/match=1800h ) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a me

[PATCH] Leadtek WinFast DTV-1800H support

2009-05-29 Thread Miroslav Šustek
tv-card to sound card. Tested by me and the people listed in patch (works well). - Miroslav Šustek (Sorry for double-post, but I was told to do it so. Nobody noticed the previous post(s).) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a

mche...@infradead.org

2009-05-29 Thread Miroslav Šustek
tv-card to sound card. Tested by me and the people listed in patch (works well). - Miroslav Šustek (Sorry for TRIPLE!-post, but I am asshole and haven't appended the patch file last time. ) leadtek_winfast_dtv1800h.patch Description: Binary data

[PATCH] Leadtek WinFast DTV-1800H support

2009-05-29 Thread Miroslav Šustek
tv-card to sound card. Tested by me and the people listed in patch (works well). - Miroslav Šustek (Shoot me! Now it's correct.) leadtek_winfast_dtv1800h.patch Description: Binary data

Re: [PATCH] Leadtek WinFast DTV-1800H support

2009-05-31 Thread Miroslav Šustek
ached modified patch: - .gpioX members of inputs which use tuner have reset pin 1 (tuner enabled) - .gpioX members of inputs which don't use tuner have reset pin 0 (tuner disabled) - resets (in callback and the one in pre_i2c) use only two 'cx_write' calls I

Re: [PATCH] Leadtek WinFast DTV-1800H support

2009-05-31 Thread Miroslav Šustek
Trent Piepho píše v Ne 31. 05. 2009 v 06:34 -0700: > Instead of raising the reset line here, why not change the gpio settings in > the card definition to have it high? Change gpio1 for television to 0x7050 > and radio to 0x7010. Personally, I don't know when these .gpioX members are used (before f

[PATCH] Leadtek WinFast DTV-1800H and DTV-2000H

2009-02-01 Thread Miroslav Šustek
I hope this is the last time I'm bothering you with this thing. ;) - Miroslav Šustek leadtek_winfast_dtv1800h.patch Description: Binary data leadtek_winfast_dtv2000h.patch Description: Binary data

[PATCH] [media] rtl28xxu: Add USB ID for Leadtek WinFast DTV Dongle mini

2013-05-14 Thread Miroslav Šustek
USB ID 0413:6a03 is Leadtek WinFast DTV Dongle mini. Decoder Realtek RTL2832U and tuner Infineon TUA9001. Signed-off-by: Miroslav Šustek --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb