[GIT PULL] update Michael Krufky's email address

2014-01-29 Thread Michael Krufky
update Michael Krufky's email address (2014-01-29 21:10:11 -0500) -------- Michael Krufky (1): update Michael Krufky's email address Documentation/dvb/contributors.txt| 2 +- drivers/media/dvb-frontends/n

[PATCH] update Michael Krufky's email address

2014-01-29 Thread Michael Krufky
I am no longer available at the kernellabs.com or m1k.net email addresses. Update each instance of my email to my linuxtv.org account. Signed-off-by: Michael Krufky diff --git a/Documentation/dvb/contributors.txt b/Documentation/dvb/contributors.txt index 47c3009..731a009 100644 --- a

Re: [PATCH] dvb: fix potential format string leak

2013-09-30 Thread Michael Krufky
On Mon, Sep 16, 2013 at 7:48 PM, Joe Perches wrote: > On Mon, 2013-09-16 at 16:37 -0700, Kees Cook wrote: >> Make sure that a format string cannot accidentally leak into the printk >> buffer. > [] >> diff --git a/drivers/media/dvb-frontends/dib9000.c >> b/drivers/media/dvb-frontends/dib9000.c > [

Re: [v4l-dvb-maintainer] 2.6.24-rc6-mm1 (build problem: v4l / i2c)

2007-12-31 Thread Michael Krufky
Michael Krufky wrote: > Randy Dunlap wrote: > >> MODPOST 120 modules >> ERROR: "i2c_attach_client" [drivers/media/video/v4l2-common.ko] undefined! >> make[2]: *** [__modpost] Error 1 >> >> --- >> ~Randy >> desserts: http://www.xenot

Re: [v4l-dvb-maintainer] 2.6.24-rc6-mm1 (build problem: v4l / i2c)

2007-12-31 Thread Michael Krufky
Randy Dunlap wrote: > MODPOST 120 modules > ERROR: "i2c_attach_client" [drivers/media/video/v4l2-common.ko] undefined! > make[2]: *** [__modpost] Error 1 > > --- > ~Randy > desserts: http://www.xenotime.net/linux/recipes/ I fixed this problem in this changeset: http://linuxtv.org/hg/v4l-dvb/re

Re: [v4l-dvb-maintainer] build #340 failed for 2.6.24-rc5-g75b8c13 in linux/drivers/media/video/tuner.ko

2007-12-12 Thread Michael Krufky
Toralf Förster wrote: > Hello, > > the build with the attached .config failed, make ends with: > ... > GZIParch/x86/boot/compressed/vmlinux.bin.gz > LD arch/x86/boot/compressed/piggy.o > LD arch/x86/boot/compressed/vmlinux > OBJCOPY arch/x86/boot/vmlinux.bin > HOSTCC arch/x

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB fixes

2007-12-11 Thread Michael Krufky
Mauro Carvalho Chehab wrote: >>> ^^ This patch fixes a build issue that only applies to new devices >>> >> that >> >>> depend on the tuner-xc2028 module, which is planned to be added to >>> mainline for 2.6.25 We don't need to send this patch upstream yet, >>> because the dependen

Re: [v4l-dvb-maintainer] [2.6 patch] fix CONFIG_TUNER_TEA5761=m

2007-10-22 Thread Michael Krufky
Trent Piepho wrote: > On Sun, 21 Oct 2007, Michael Krufky wrote: > >> Adrian Bunk wrote: >> >>> This patch fixes CONFIG_TUNER_TEA5761=m broken by >>> commit ca805d57cf5ea7482ed3da28653f30621249ee45. >>> >>> Signed-off-by: Adrian Bunk

Re: [2.6 patch] fix CONFIG_TUNER_TEA5761=m

2007-10-21 Thread Michael Krufky
Adrian Bunk wrote: > This patch fixes CONFIG_TUNER_TEA5761=m broken by > commit ca805d57cf5ea7482ed3da28653f30621249ee45. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > > drivers/media/video/tuner-core.c |6 -- > 1 file changed, 6 deletions(-) > > 26336c30e76c37bda368a24b8b12

Re: tuner-core.c:fe_has_signal() can returne uninitialized value

2007-10-14 Thread Michael Krufky
Adrian Bunk wrote: > Commit 1f5ef19779df2c2f75870332b37dd3004c08a515 added the following > function to drivers/media/video/tuner-core.c: > > <-- snip --> > > static int fe_has_signal(struct tuner *t) > { > struct dvb_tuner_ops *fe_tuner_ops = &t->fe.ops.tuner_ops; > u16 strength;

Re: [v4l-dvb-maintainer] [PATCH 3/3] V4L: cinergyT2, remove bad usage of ERESTARTSYS

2007-10-11 Thread Michael Krufky
Mauro Carvalho Chehab wrote: > Hi Jiri, > > Em Seg, 2007-10-08 às 13:41 +0100, Jiri Slaby escreveu: > >> cinergyT2, remove bad usage of ERESTARTSYS >> >> test of cinergyt2->disconnect_pending doesn't ensure pending signal and so >> ERESTARTSYS would reach userspace, which is not permitted. Chang

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-14 Thread Michael Krufky
On 9/14/07, Mauro Carvalho Chehab <[EMAIL PROTECTED]> wrote: > > > - The hybrid tuner support, that where your requirement, when all those > > > discussions started, were already added to the subsystem. So now, an > > > hybrid tuner can be accessed by both DVB and V4L devices; > > > > > > > It's fa

Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX

2007-08-13 Thread Michael Krufky
"drivers/media". Instead: drivers/media/video -- v4l drivers/media/radio -- v4l drivers/media/dvb -- dvb Cheers, Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info a

Re: [v4l-dvb-maintainer] [2.6 patch] make struct dvb_pll_fcv1236d static

2007-07-29 Thread Michael Krufky
Adrian Bunk wrote: > struct dvb_pll_fcv1236d can become static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> > > --- > --- linux-2.6.23-rc1-mm1/drivers/media/dvb/frontends/dvb-pll.c.old > 2007-07-26 09:04:23.0 +0200 > +++ linux-2.6.23-rc1-mm1/drivers/media/dvb/frontends/dvb-pll.c

Re: [-mm patch] unexport dvb_pll_configure

2007-07-02 Thread Michael Krufky
.c > 2007-07-01 21:42:25.0 +0200 > @@ -587,7 +587,6 @@ > // calculate the frequency we set it to > return (div * desc->entries[i].stepsize) - desc->iffreq; > } > -EXPORT_SYMBOL(dvb_pll_configure); > > static int dvb_pll_release(struct dvb_fr

Re: 2.6.22-rc6-mm1: TUNER_TEA5761 kconfig fixes

2007-07-01 Thread Michael Krufky
; > With this setup, TUNER_TEA5761=m is equivalent to TUNER_TEA5761=y. > > This patch therefore changes TUNER_TEA5761 to a bool. > > The missing dependency on EXPERIMENTAL the prompt text indicates also > gets added by this patch. > > Additionally, the Makefile entry can no

Re: [v4l-dvb-maintainer] drivers/media/dvb/b2c2/flexcop-dma.c uses PCI DMA API

2007-06-07 Thread Michael Krufky
Mauro Carvalho Chehab wrote: > Hi Geert, > > Em Qua, 2007-06-06 às 21:11 +0200, Geert Uytterhoeven escreveu: > >> Hi, >> >> drivers/media/dvb/b2c2/flexcop-dma.c uses the PCI DMA API, but >> DVB_B2C2_FLEXCOP >> doesn't depend on PCI, causing the following problem on PCI-less systems: >> >>

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-07 Thread Michael Krufky
addresses the use count bug? If that is the case, are you suggesting that that patch be applied to the repository instead of Trent's changesets? Moreso, if that is the case, then the patch in the above link lacks a sign-off... We need to apply SOMETHING to fix this problem, and you know th

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-05-03 Thread Michael Krufky
Manu Abraham wrote: > Uwe Bugla wrote: > >> If you download the thing as tar.bz2 you get a zero file down. >> > > I think could be a bug in hgweb probably. [snip] > Let me see why hgweb gives a zero length archive > Manu, We reported this bug to the selenic guys quite a long time ago...

Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities

2007-04-30 Thread Michael Krufky
Uwe Bugla wrote: > And I swear that this dvb-pll.c is completely obsolete for this scenario! > For that reason (old variant): > # CONFIG_DVB_TUNER_LGH06XF is not set > > And this old variant was NOT done by Trent Piepho, it was NOT done by Andrew > Quincey, > but it was produ

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates

2007-04-16 Thread Michael Krufky
CIJOML wrote: > Dne pondělí 16 duben 2007 17:34 Michael Krufky napsal(a): > >> Adrian Bunk wrote: >> >>> On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: >>> >>>> Mauro, >>>> >>>> I'v

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates

2007-04-16 Thread Michael Krufky
Adrian Bunk wrote: > On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: >> Mauro, >> >> I've been out of town for the past few days... I just got home and saw this: >> >> >> Mauro Carvalho Chehab wrote: >>>- Fix 1/3 for bug 78

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates

2007-04-15 Thread Michael Krufky
Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: >- Fix 1/3 for bug 7819: fixed frontend hotplug issue >- Fix 2/3 for bug 7819: demux and dvr >- Fix 3/3 for bug 7819: fixed hotplugging for dvbnet I don't think that this

Re: [patch 00/31] 2.6.20-stable review

2007-03-20 Thread Michael Krufky
, and present you with the option to force the patch to apply. This is highly unlikely to occur, since Greg has already done what needs to be done to make these patches apply to the source. For a better explanation, see "man quilt". Using quilt, when you have a list of patches and a series

[2.6.20.y PATCH 4/7] DVB: cxusb: fix firmware patch for big endian systems

2007-03-03 Thread Michael Krufky
PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> (cherry picked from commit 1d1370a48ca285ebe197ecd3197a8d5f161bc291) --- drivers/media/dvb/dvb-usb/cxusb.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(

[2.6.20.y PATCH 3/7] V4L: pvrusb2: Handle larger cx2341x firmware images

2007-03-03 Thread Michael Krufky
ckport for the 2.6.20.y kernel series. Signed-off-by: Mike Isely <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> (backported from commit 90060d32ca0a941b158994f78e60d0381871c84b) --- drivers/media/video/pvrusb2/pvrusb2-hdw.c | 33 +++- 1

[2.6.20.y PATCH 6/7] V4L: fix cx25840 firmware loading

2007-03-03 Thread Michael Krufky
attach the i2c client, then use the client's device to load the firmware. Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]> Acked-by: Mike Isely <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTEC

[2.6.20.y PATCH 5/7] DVB: digitv: open nxt6000 i2c_gate for TDED4 tuner handling

2007-03-03 Thread Michael Krufky
From: Michael Krufky <[EMAIL PROTECTED]> Date: Wed, 21 Feb 2007 21:47:15 -0300 Subject: [PATCH] DVB: digitv: open nxt6000 i2c_gate for TDED4 tuner handling dvb-pll normally opens the i2c gate before attempting to communicate with the pll, but the code for this device is not using dvb-pll.

[2.6.20.y PATCH 2/7] V4L: pvrusb2: Fix video corruption on stream start

2007-03-03 Thread Michael Krufky
PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> (backported from commit 6fe7d2c4660174110c6872cacc4fc2acb6e00acf) --- drivers/media/video/pvrusb2/pvrusb2-encoder.c | 40 + 1 files changed, 40 insertions(+), 0 deletions(-) diff --git a/drivers/media/vid

[2.6.20.y PATCH 7/7] V4L: cx88-blackbird: allow usage of 376836 and 262144 sized firmware images

2007-03-03 Thread Michael Krufky
From: Michael Krufky <[EMAIL PROTECTED]> Date: Sat, 3 Mar 2007 10:10:43 -0200 Subject: [PATCH] V4L: cx88-blackbird: allow usage of 376836 and 262144 sized firmware images This updates the cx88-blackbird driver to be able to use the new cx23416 firmware image released by Hauppauge Computer

[2.6.20.y PATCH 1/7] dvbdev: fix illegal re-usage of fileoperations struct

2007-03-03 Thread Michael Krufky
frontend) is present. This patch fixes this issue. It allocates a new fileoperations struct each time a device is registered and copies the default template fileops. Signed-off-by: Marcel Siegert <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> Signed-off-by

Re: [patch 0/9] 2.6.19-stable review

2007-03-02 Thread Michael Krufky
Greg KH wrote: > On Tue, Feb 27, 2007 at 03:23:05PM -0500, Michael Krufky wrote: >> Greg KH wrote: >>> This is the start of the stable review cycle for the 2.6.19.6 release. >>> >>> This will probably be the last release of the 2.6.19-stable series, so >>&

Re: [patch 0/9] 2.6.19-stable review

2007-02-27 Thread Michael Krufky
tem trees. I have posted these patches here: http://linuxtv.org/~mkrufky/stable/2.6.20.y/ If you can queue these up for the next 2.6.20.y release, that would be great. Otherwise, if I don't see them added to the queue, I will send them inline to you the next time I am at my own machine (

Re: [patch 13/18] V4L: cx88: Fix lockup on suspend

2007-02-21 Thread Michael Krufky
Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> > Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> > Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> > Please drop this one... I shouldn't have sent it to 2.6.18.y nor 2.6.19.y ... tree-mixup :-/ Sorry about t

Re: [patch 01/21] V4L: cx88: Fix lockup on suspend

2007-02-21 Thread Michael Krufky
gt;> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> >> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> >> Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> >> >> --- >> drivers/media/video/cx88/cx88-tvaudio.c |2 ++ >> 1 file c

Re: [v4l-dvb-maintainer] Re: [stable] [patch 00/50] -stable review

2007-02-21 Thread Michael Krufky
Michael Krufky wrote: > Greg KH wrote: >> Ok, I've now gotten all of these for .19 and .18. >> >> If I've missed anything, please let me know. >> >> thanks for your patience. > > Looks good... Thank you, Greg. > > Greg KH wrote: >>

Re: [stable] [patch 00/50] -stable review

2007-02-20 Thread Michael Krufky
eview, it is imperative that this final patch be added to the queue, if possible. This patch was recently submitted, and fixes many horrible, previously unexplained bugs of the past. Please queue this for the final 2.6.18 and 2.6.19 -stable releases, as well as for 2.6.20.1 Thank you, Mich

Re: [v4l-dvb-maintainer] [-mm patch] make dvb_usb_gl861_debug static

2007-02-20 Thread Michael Krufky
bug static. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by: Michael Krufky <[EMAIL PROTECTED]> > > --- > --- linux-2.6.20-mm1/drivers/media/dvb/dvb-usb/gl861.c.old2007-02-17 > 17:49:03.0 +0100 > +++ linux-2.6.20-mm1/drivers/media/dvb/dvb-usb/g

Re: [stable] [patch 00/50] -stable review

2007-02-09 Thread Michael Krufky
Michael Krufky wrote: > Greg KH wrote: > >>>> I'll go through the archives and see if there's enough to do a .18 >>>> release (and the patches are serious enough to warrent it.) >>> Actually, I have a few more -stable patches for both 2.6.18.y and

Re: [stable] [patch 00/50] -stable review

2007-02-07 Thread Michael Krufky
6.19.y/ (5 patches) Using the mailer at my current location, I am unable to send patches inline, and I won't have the time for it this evening. In the interest of saving time, I figured that sending them to you in this method is good enough. If you still need for me to send them via email

Re: [stable] [patch 00/50] -stable review

2007-02-05 Thread Michael Krufky
Greg KH wrote: > On Sun, Feb 04, 2007 at 01:24:18PM -0500, Michael Krufky wrote: >> Chris Wright wrote: >>> This is the start of the stable review cycle for the 2.6.19.2 release. >>> There are 50 patches in this series, all will be posted as a response >>> to

Re: [patch 00/50] -stable review

2007-02-04 Thread Michael Krufky
Chris Wright wrote: > This is the start of the stable review cycle for the 2.6.19.2 release. > There are 50 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let us know. If anyone is a maintainer of the proper subs

Re: [v4l-dvb-maintainer] [PATCH] Register the bus, vendor and product IDs for dvb-usb remote device

2007-01-21 Thread Michael Krufky
Chris Rankin wrote: > Hi, > > This patch writes the USB vendor and product IDs into the > /sys/class/input/inputX/id/ files, so > that udev can find them. A rule like this does the trick for me: > > KERNEL="event*", SYSFS{../id/vendor}=="2040", SYSFS{../id/product}=="9301", > SYMLINK+="input/dvb-r

Re: [PATCH] gitweb: Fix shortlog only showing HEAD revision.

2007-01-05 Thread Michael Krufky
Robert Fitzsimons wrote: > My change in 190d7fdcf325bb444fa806f09ebbb403a4ae4ee6 had a small bug > found by Michael Krufky which caused the passed in hash value to be > ignored, so shortlog would only show the HEAD revision. > > Signed-off-by: Robert Fitzsimons &l

GITWEB branch shortlog broken after recent update on kernel.org

2007-01-03 Thread Michael Krufky
fixed? I often use gitweb to view changesets in developer trees before those changesets get pulled into the master branch of a repository. I find this feature very helpful for reviewing changesets, and I'd like for it to work again. Thanks in advance, Michael Krufky - To unsubscribe from

Re: [v4l-dvb-maintainer] [2.6 patch] cx88/saa7134: remove unused -DHAVE_VIDEO_BUF_DVB

2006-12-07 Thread Michael Krufky
Adrian Bunk wrote: > On Thu, Dec 07, 2006 at 10:36:01AM -0500, Michael Krufky wrote: >> Adrian Bunk wrote: >>> This patch removes the unused HAVE_VIDEO_BUF_DVB define. [snip] >> ...We need this in order to allow compilation of the cx88 / saa7134 modules >> wit

Re: [v4l-dvb-maintainer] [2.6 patch] cx88/saa7134: remove unused -DHAVE_VIDEO_BUF_DVB

2006-12-07 Thread Michael Krufky
EO_BUF_DVB saa7134.h:569:#ifdef HAVE_VIDEO_BUF_DVB ...We need this in order to allow compilation of the cx88 / saa7134 modules without DVB support. (analog only) If you want to convert the HAVE_VIDEO_BUF_DVB to a kconfig #ifdef test for CONFIG_VIDEO_BUF_DVB, that would be acceptable. Regards,

Re: [v4l-dvb-maintainer] -mm: cx88-blackbird.c: unused code re-added

2006-11-17 Thread Michael Krufky
Adrian Bunk wrote: On Tue, Nov 14, 2006 at 01:41:25AM -0800, Andrew Morton wrote: ... Changes since 2.6.19-rc5-mm2: ... git-dvb.patch ... git trees ... Why does this patch re-add the still unused cx88_ioctl_hook and cx88_ioctl_translator in drivers/media/video/cx88/cx88-blackbird.c

Re: [linux-dvb-maintainer] [2.6 patch] add missing select's to DVB_BUDGET_AV

2005-08-31 Thread Michael Krufky
confused with supported hardware that won't work (without some googling). I think it is best for user-friendliness to apply these ASAP. If you choose to send it to stable, feel free to add: Acked-by: Michael Krufky <[EMAIL PROTECTED]> ...although, since I am not the official mainta

[PATCH] Kconfig: saa7134-dvb must select tda1004x

2005-08-30 Thread Michael Krufky
thout this patch, users will have to EXPLICITLY select tda1004x in Kconfig. This SHOULD be done automatically when saa7134-dvb is selected. This patch corrects this problem. saa7134-dvb must select tda1004x Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/vi

Re: Petition for gas grices

2005-08-25 Thread Michael Krufky
sure, im sure enough spam bot's have it already, but this MASS cc was just not cool. bleh. -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/m

[PATCH] fix documentation for dvb-bt8xx Kconfig description change

2005-08-21 Thread Michael Krufky
ssible) fold it into dvb-clarify-description-text-for-dvb-bt8xx-in-kconfig.patch This patch updates bt8xx documentation with the newer Kconfig description of dvb-bt8xx. "Nebula/Pinnacle PCTV/Twinhan PCI cards" --> "BT8xx based PCI cards" Signed-off-by: Michael Krufky <

Re: 2.6.12.5: psmouse mouse detection doesn't work

2005-08-20 Thread Michael Krufky
gestion. I have nothing to do with the development of that driver. Good Luck. -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] DVB: lgdt330x check callback fix

2005-08-17 Thread Michael Krufky
- FIX: check if the callback is set, before calling it. - Clean up whitespace / indentation. Signed-off-by: Patrick Boettcher <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> --- linux/drivers/media/dvb/frontends/lgdt330x.c | 50 +-- 1 files

[PATCH] DVB: Clarify description text for dvb-bt8xx in Kconfig

2005-08-17 Thread Michael Krufky
uot;Nebula/Pinnacle PCTV/Twinhan PCI cards" It has been agreed upon that this description is extremely misleading. This patch changes the one-liner description text of dvb-bt8xx to something more meaningful, and adds AVerMedia to the detailed description. Signed-off-by: Michael Krufky &l

Re: [PATCH 2.4] (0/5) I2C updates for 2.4.32-pre3

2005-08-14 Thread Michael Krufky
, with explanations and diffstat. Please consider applying them. How come these patches never showed up on LKML? -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.

cx88 teletext not yet implemented -was- Re: Linux-2.6.13-rc6: aic7xxx testers please..

2005-08-11 Thread Michael Krufky
n that had this feature correctly implemented. I don't think that I am wrong, though. Please investigate this and confirm that this is an actual regression or not. Cheers, -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

Re: my kernel sometimes did a crash, but no panic

2005-08-09 Thread Michael Krufky
speaks of has already been included in 2.6.13-rc6: http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=history;h=00dd1e433967872f3997a45d5adf35056fdf2f56;f=drivers/media/video/bttv-driver.c Please test again using Kernel 2.6.13-rc6 and let us know if the problem persists.

[PATCH] resubmit: Remove experimental tda9887 code from lgdt330x.c

2005-08-08 Thread Michael Krufky
code from lgdt330x.c (where is does NOT belong) that was unintentionally included by a previous patch. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]> -- Michael Krufky linux/drivers/media/dvb/frontends/lgdt330x.c | 35 -

Re: [PATCH] DVB: lgdt330x frontend: some bug fixes & add lgdt3303 support

2005-08-08 Thread Michael Krufky
s the tda9887 stuff from lgdt330x.c. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/dvb/frontends/lgdt330x.c | 35 --- 1 files changed, 35 deletions(-) diff -u linux-2.6.13/drivers/media/dvb/frontends/lgdt330x.c linux/drivers/media/dvb/frontends

Re: [PATCH] DVB: lgdt330x frontend: some bug fixes & add lgdt3303 support

2005-08-08 Thread Michael Krufky
ht now, as the tda9887 code is disabled by ifdefs anyway. It would be best for the new lgdt330x module to be merged into 2.6.13, because the interface is no longer compatable with older lgdt330x interface. Thank you. -- Michael Krufky - To unsubscribe from this list: send the line "unsubsc

[PATCH] DVB: lgdt330x frontend: trivial text cleanups

2005-08-07 Thread Michael Krufky
some tiny minor cleanups... -- Michael Krufky Two trivial text changes in Kconfig and lgdt330x.c Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/dvb/frontends/Kconfig|2 +- linux/drivers/media/dvb/frontends/lgdt330x.c |2 +- 2 files changed, 2 inse

[PATCH] DVB: lgdt330x frontend: some bug fixes & add lgdt3303 support

2005-08-07 Thread Michael Krufky
For 2.6.13, if possible. Patch generated against 2.6.13-rc6 -- Michael Krufky - Structural changes within lgdt330x driver, framework now supports both chips... tested OK on lgdt3302 and lgdt3303. - Add LG/TUA6034 dvb_pll_desc for ATSC with LG TDVS-H062F & DViCO FusionHDTV5. - F

Re: isa0060/serio0 problems -WAS- Re: Asus MB and 2.6.12 Problems

2005-08-04 Thread Michael Krufky
s using usb-handoff, my ps/2 mouse works 10/10 times I consider the problem solved... If Dmitry wants to make usb-handoff the default, he has my support :-). -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PRO

Re: Testing RC kernels [KORG]

2005-08-02 Thread Michael Krufky
scripts that you speak of. -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Testing RC kernels [KORG]

2005-08-02 Thread Michael Krufky
n a place that is easy to see without too much trouble. (perhaps, directly above, or directly below 2.6.12.x) -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://

Re: **SPAM** [PATCH 3/3] usb gadget driver for MQ11xx graphics chip

2005-08-02 Thread Michael Krufky
es containing "**SPAM**" in subject line. -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: Testing RC kernels

2005-08-02 Thread Michael Krufky
Sean Bruno wrote: I have been trying to test the 2.6.13 and can't quite get the patches applied cleanly. What kernel version (full kernel source tar ball) should I be using to apply the patches(rc5) with? Is it 2.6.12.3? 2.6.13-rc* patches apply against 2.6.12 NOT 2.6.12.x -- Mi

Re: [Patch] v4l cx88 hue offset fix

2005-08-02 Thread Michael Krufky
2.4 doesn't have the cx88 driver for the fixing... Good to see that debian has backported it to their 2.6.8 kernel, though. That really makes me smile. :-) Signed-off-by: Horms <[EMAIL PROTECTED]> From: Michael Krufky <[EMAIL PROTECTED]> Date: Thu, 30 Jun 2005 20:06:41 +

Re: 2 errors in 2.6.12

2005-08-01 Thread Michael Krufky
ered device radio0 bttv0: PLL: 28636363 => 35468950 .. ok Thanks a lot! Michal might use tuner=5, and what else you might need and then "depmod -a". Does this help? Greetings, Hermann On Sun, 31 Jul 2005, Michael Krufky wrote: Andrew Morton wrote:

Re: 2 errors in 2.6.12

2005-07-31 Thread Michael Krufky
dmesg output with autodetection. Also, please try CVS and tell us if you still have the problem... Instructions at: http://linuxtv.org/v4lwiki/index.php/How_to_build_from_CVS -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

Re: [HOWTO] set extra_cflags to indicate compilation against -mm kernels

2005-07-31 Thread Michael Krufky
Sam Ravnborg wrote: On Sat, Jul 30, 2005 at 05:29:21PM -0400, Michael Krufky wrote: With the addition of topdir-mm.patch into the -mm tree (since 2.6.13-rc3-mm2), it is now possible for Makefile to detect whether a cvs subtree is being built against -mm or not... -mm kernels now have a

[HOWTO] set extra_cflags to indicate compilation against -mm kernels

2005-07-30 Thread Michael Krufky
for compilation against -linus */ #endif This should probably be documented somewhere, but I don't know where it goes... -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More major

Re: [PATCH] Wireless Security Lock driver.

2005-07-30 Thread Michael Krufky
Brian Schau wrote: *Grrr* - it's the mailer (I'm using Mozilla Thunderbird). I don't know why it has chosen to fold those two lines. I use thunderbird too... It does a good job with text file attachments, it inserts them inline correctly... Maybe try again that way? --

Re: [PATCH] Wireless Security Lock driver.

2005-07-30 Thread Michael Krufky
people on this list will be happy to look at your patch and harass you / applaud you about it, but only if they don't have to jump through hoops in order to see it ;-) keep patching... -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in t

[2.6.13 PATCH] v4l: cx88 card support and documentation finishing touches

2005-07-29 Thread Michael Krufky
Peter Missel: - Add support for the SVideo input on the GDI Black Gold. Mauro Carvalho Chehab: - Linux/version.h removed. Replaced by linux/utsname.h Michael Krufky: - Added analog support for DViCO FusionHDTV5 Gold. CC: Peter Missel <[EMAIL PROTECTED]> Signed-off-by: Mauro Carvalho

Re: isa0060/serio0 problems -WAS- Re: Asus MB and 2.6.12 Problems

2005-07-29 Thread Michael Krufky
Michael Krufky wrote: Oops... I'm sorry, that was the OLD dmesg... I am still having the same symptoms, but the log shows up different error message in newer kernels... I'll have to reproduce that and send it an another email. ... soon to follow ... In newer kernels (including

Re: isa0060/serio0 problems -WAS- Re: Asus MB and 2.6.12 Problems

2005-07-29 Thread Michael Krufky
Oops... I'm sorry, that was the OLD dmesg... I am still having the same symptoms, but the log shows up different error message in newer kernels... I'll have to reproduce that and send it an another email. ... soon to follow ... Michael Krufky wrote: I dug up the original email t

Re: isa0060/serio0 problems -WAS- Re: Asus MB and 2.6.12 Problems

2005-07-29 Thread Michael Krufky
Andrew Morton wrote: Michael Krufky <[EMAIL PROTECTED]> wrote: Sadly, I must report that yes, the problem still intermittently occurs in 2.6.13-rc4 :-( I'm the one that tested on the Shuttle FT61 Motherboard. Never has a problem in windows and never in 2.6.11 and earlier

Re: isa0060/serio0 problems -WAS- Re: Asus MB and 2.6.12 Problems

2005-07-28 Thread Michael Krufky
Andrew Morton wrote: Michael Krufky <[EMAIL PROTECTED]> wrote: I am cc'ing your message to Vojtech Pavlik, the INPUT DRIVERS kernel maintainer. Vojtech, I figured these should be sent to you. If I am wrong, please redirect them to the correct person / list and let us know.

Re: MM kernels - how to keep on the bleeding edge?

2005-07-26 Thread Michael Krufky
Andrew Morton wrote: Michael Krufky <[EMAIL PROTECTED]> wrote: However, sometimes there are patches in -mm that are incompatable with -linus. An example of this is "Pavel's pm_message_t mangling" ... OK. The way I handle an exceptional case like that i

Re: MM kernels - how to keep on the bleeding edge?

2005-07-26 Thread Michael Krufky
Michael Krufky wrote: However, sometimes there are patches in -mm that are incompatable with -linus. An example of this is "Pavel's pm_message_t mangling" ... Testing for the numbered 2.6.x version isn't enough of a test in a case like this, but it would be nice to be abl

Re: MM kernels - how to keep on the bleeding edge?

2005-07-26 Thread Michael Krufky
Andrew Morton wrote: Michael Krufky <[EMAIL PROTECTED]> wrote: [ tracking mm stuff ] While we're on the topic of how -mm works, I have a question for you. How can I test a kernel source tree (during compilation) to determine whether it is a -mm tree or a -linus tree?

Re: MM kernels - how to keep on the bleeding edge?

2005-07-26 Thread Michael Krufky
Radoslaw AstralStorm Szkodzinski wrote: On Tue, 26 Jul 2005 15:45:41 -0400 Michael Krufky <[EMAIL PROTECTED]> wrote: have filters set up so that my mailer puts all mm-commits messages from the mailing list into a special "mm-commits" folder. Each time Andrew releases an -mm

Re: MM kernels - how to keep on the bleeding edge?

2005-07-26 Thread Michael Krufky
s from the mm-commits list (i think) ... Anyway, I looked at the git tree last night and it seems to be delayed by a few days. I dont have that link handy right now. Does anybody else have it? -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel

Re: [PATCH] Add missing tvaudio try_to_freeze.

2005-07-25 Thread Michael Krufky
orton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> -- Michael Krufky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] DVB: rename lgdt3302 frontend module to lgdt330x

2005-07-25 Thread Michael Krufky
pport in future revisions. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/dvb/frontends/Kconfig |4 linux/drivers/media/dvb/frontends/Makefile|2 linux/drivers/media/dvb/frontends/lgdt3302.c | 607 -- linux/drivers/media/dvb/f

[-mm PATCH] v4l: hybrid dvb: rename CFLAGS from CONFIG_DVB_xxxx back to original HAVE_xxxx

2005-07-24 Thread Michael Krufky
The #define CONFIG_DVB_* are actually CFLAGS set by Makefile. CONFIG_* namespace is reserved for Kconfig. This renames them back to HAVE_* Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/video/cx88/Makefile |8 ++-- linux/drivers/media/video/cx88/cx88

[-mm PATCH] v4l: hybrid dvb: move #defines to Makefile

2005-07-23 Thread Michael Krufky
This patch moves #define from cx88-dvb.c and saa7134-dvb.c into Makefile as CFLAGS, allowing code compatability with video4linux cvs. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/video/cx88/Makefile | 12 linux/drivers/media/video/cx8

[-mm PATCH] v4l: hybrid dvb: fix warnings with -Wundef

2005-07-23 Thread Michael Krufky
This patch adds a missing #ifdef to saa7134-dvb.c (thanks to Mauro Carvalho Chehab) and changes #if to #ifdef in both files. Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/video/cx88/cx88-dvb.c | 24 linux/drivers/media/video/saa7134/s

[2.6.13 PATCH 3/4] 03-lgdt3302-suppress-compile-warning.patch

2005-07-20 Thread Michael Krufky
Michael Krufky wrote: This patch series spans both video4linux and linux-dvb trees. Remove the dvb_pll_desc from the lgdt3302 frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. Select the RF input connector based upon the type of demodulation

[2.6.13 PATCH 4/4] 04-cx88-dvb-cleanup.patch

2005-07-20 Thread Michael Krufky
Michael Krufky wrote: This patch series spans both video4linux and linux-dvb trees. Remove the dvb_pll_desc from the lgdt3302 frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. Select the RF input connector based upon the type of demodulation

[2.6.13 PATCH 2/4] 02-lgdt3302-rf-input.patch

2005-07-20 Thread Michael Krufky
Michael Krufky wrote: This patch series spans both video4linux and linux-dvb trees. Remove the dvb_pll_desc from the lgdt3302 frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. Select the RF input connector based upon the type of demodulation

[2.6.13 PATCH 1/4] 01-lgdt3302-isolate-tuner.patch

2005-07-20 Thread Michael Krufky
Michael Krufky wrote: This patch series spans both video4linux and linux-dvb trees. Remove the dvb_pll_desc from the lgdt3302 frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. Select the RF input connector based upon the type of demodulation

[2.6.13 PATCH 0/4]

2005-07-20 Thread Michael Krufky
This patch series spans both video4linux and linux-dvb trees. Remove the dvb_pll_desc from the lgdt3302 frontend and replace with a pll_set-callback to isolate the tuner programming from the frontend. Select the RF input connector based upon the type of demodulation selected. ANT RF connector

[2.6.13 PATCH] v4l: fix regression modprobe bttv freezes the computer

2005-07-20 Thread Michael Krufky
OTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/video/bttv-cards.c |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) diff -u linux-2.6.13-rc3-git3/drivers/media/video/bttv-cards.c linux/drivers/media/video/bttv-cards.c --- linux-2.6.13-rc3-git3/

Re: Sandisk Compact Flash

2005-07-16 Thread Michael Krufky
ones. I recommend picking up a CF-to-IDE adapter, such as this: http://www.acscontrol.com/Index_ACS.asp?Page=/Pages/Products/CompactFlash/IDE_To_CF_Adapter.htm ...It works great for me! There are a bunch of companies selling these... Google "cf ide adapter". -- Michael Krufky - To u

[2.6.13 PATCH] DVB: LGDT3302 QAM lock bug fix

2005-07-13 Thread Michael Krufky
QAM working great now :-) ... Fix QAM lock bug. Previously, it was necessary to first scan in VSB before attempting to get a QAM lock. Signed-off-by: Mac Michaels <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> linux/drivers/media/dvb/frontends/lgdt3

Re: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Michael Krufky
Alexey Dobriyan wrote: On Tuesday 12 July 2005 21:19, Michael Krufky wrote: Alexey Dobriyan wrote: On Tuesday 12 July 2005 19:06, Michael Krufky wrote: I had tested this change against 2.6.13-rc2-mm1, and it worked perfectly as expected, but it caused problems in today's 2.6.1

Re: [PATCH -rc2-mm2] BUG FIX - v4l broken hybrid dvb inclusion

2005-07-12 Thread Michael Krufky
Alexey Dobriyan wrote: On Tuesday 12 July 2005 19:06, Michael Krufky wrote: v4l-saa7134-hybrid-dvb.patch v4l-cx88-update.patch The specific change that caused this problem is: - Let Kconfig decide whether to include frontend-specific code. I had tested this change against 2.6.13-rc2-mm1

  1   2   >