All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Antonino A. Daplas" <adaplas@hotpop.com>
To: Andrew Morton <akpm@osdl.org>, Jon Smirl <jonsmirl@gmail.com>
Cc: adaplas@pol.net, linux-fbdev-devel@lists.sourceforge.net
Subject: Re: Re: [PATCH 8/10] fbdev: Allow core fb to be built as a module
Date: Wed, 9 Mar 2005 13:48:35 +0800	[thread overview]
Message-ID: <200503091348.35322.adaplas@hotpop.com> (raw)
In-Reply-To: <20050307205808.60301d30.akpm@osdl.org>

On Tuesday 08 March 2005 12:58, Andrew Morton wrote:
> Jon Smirl <jonsmirl@gmail.com> wrote:
> > Did you fix this or do I need to send another patch?
>
> I fixed it.
>
>
>
> We seem to have a few newish fbdev bugs btw:
>
> From: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> To: linux-kernel@vger.kernel.org, jim.hague@acm.org,
> linux-fbdev-devel@lists.sourceforge.net Subject: [2.6.11 Permedia-2
> Framebuffer] driver broken (?).
>

Resolved by Jim Hague in another thread.  If you haven't seen it yet,
here's the patch.

--- drivers/video/pm2fb.c.orig  2005-03-07 15:35:28.000000000 +0000
+++ drivers/video/pm2fb.c       2005-03-07 18:34:13.000000000 +0000
@@ -747,7 +747,7 @@
        }
        if ((info->var.vmode & FB_VMODE_MASK)==FB_VMODE_DOUBLE)
                video |= PM2F_LINE_DOUBLE;
-       if (info->var.activate==FB_ACTIVATE_NOW)
+       if ((info->var.activate & FB_ACTIVATE_MASK)==FB_ACTIVATE_NOW)
                video |= PM2F_VIDEO_ENABLE;
        par->video = video;


>
> From: Henrik Persson <root@fulhack.info>
> To: unlisted-recipients:;;@localhost.localdomain (no To-header on input)
> Cc: dtor@mail.ru, linux-kernel@vger.kernel.org
> Subject: Re: Touchpad "tapping" changes in 2.6.11?
>
> 	("Well, -mm1 didn't quite agree with my savage gfx drivers")

Any details on this?

Tony




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

  reply	other threads:[~2005-03-09  5:49 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-06  0:16 [PATCH 8/10] fbdev: Allow core fb to be built as a module Antonino A. Daplas
2005-03-07  8:36 ` Andrew Morton
2005-03-07  9:39   ` Geert Uytterhoeven
2005-03-07 10:28 ` Andrew Morton
2005-03-07 18:20   ` Jon Smirl
2005-03-07 19:11   ` Jon Smirl
2005-03-07 23:43     ` Andrew Morton
2005-03-08  0:05       ` Jon Smirl
2005-03-08  0:39         ` Andrew Morton
2005-03-08  0:35       ` Jon Smirl
2005-03-08  0:48         ` Andrew Morton
2005-03-08  1:18           ` Randy.Dunlap
2005-03-08  1:47         ` Andrew Morton
2005-03-08  4:50           ` Jon Smirl
2005-03-08  4:58             ` Andrew Morton
2005-03-09  5:48               ` Antonino A. Daplas [this message]
2005-03-09  6:50                 ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200503091348.35322.adaplas@hotpop.com \
    --to=adaplas@hotpop.com \
    --cc=adaplas@pol.net \
    --cc=akpm@osdl.org \
    --cc=jonsmirl@gmail.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.