From: Jon Smirl <jonsmirl@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: Arnd Bergmann <arnd@arndb.de>, linux-kernel@vger.kernel.org
Subject: Re: Re: [announce 7/7] fbsplash - documentation
Date: Wed, 9 Mar 2005 11:54:30 -0500 [thread overview]
Message-ID: <9e4733910503090854e245740@mail.gmail.com> (raw)
In-Reply-To: <20050308223728.GA11065@spock.one.pl>
On Tue, 8 Mar 2005 23:37:29 +0100, Michal Januszewski <spock@gentoo.org> wrote:
> On Tue, Mar 08, 2005 at 04:18:07AM +0100, Arnd Bergmann wrote:
>
> > It should probably just use its own hotplug agent instead of calling
> > the helper directly.
>
> I've just had a look at it, and it seems possible. From what I have seen
> in the firmware_class.c code, it would require:
> - registering a class somewhere in the initializaton code
> - every time a request from fbcon is generated:
> - register the class device
> - create a timer
> - call kobject_hotplug() to send the event to userspace
> - unregister the device
framebuffer already has a class registered. check out /sys/class/grpahics.
You should be able to just call request_firmware and have it download
your image whenever you need it. It doesn't have to be firmware,
request_firmware will download anything.
--
Jon Smirl
jonsmirl@gmail.com
-------------------------------------------------------
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
WARNING: multiple messages have this Message-ID (diff)
From: Jon Smirl <jonsmirl@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: Arnd Bergmann <arnd@arndb.de>, linux-kernel@vger.kernel.org
Subject: Re: [Linux-fbdev-devel] Re: [announce 7/7] fbsplash - documentation
Date: Wed, 9 Mar 2005 11:54:30 -0500 [thread overview]
Message-ID: <9e4733910503090854e245740@mail.gmail.com> (raw)
In-Reply-To: <20050308223728.GA11065@spock.one.pl>
On Tue, 8 Mar 2005 23:37:29 +0100, Michal Januszewski <spock@gentoo.org> wrote:
> On Tue, Mar 08, 2005 at 04:18:07AM +0100, Arnd Bergmann wrote:
>
> > It should probably just use its own hotplug agent instead of calling
> > the helper directly.
>
> I've just had a look at it, and it seems possible. From what I have seen
> in the firmware_class.c code, it would require:
> - registering a class somewhere in the initializaton code
> - every time a request from fbcon is generated:
> - register the class device
> - create a timer
> - call kobject_hotplug() to send the event to userspace
> - unregister the device
framebuffer already has a class registered. check out /sys/class/grpahics.
You should be able to just call request_firmware and have it download
your image whenever you need it. It doesn't have to be firmware,
request_firmware will download anything.
--
Jon Smirl
jonsmirl@gmail.com
next prev parent reply other threads:[~2005-03-09 16:54 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-08 2:17 [announce 7/7] fbsplash - documentation Michal Januszewski
2005-03-08 2:17 ` Michal Januszewski
2005-03-08 3:18 ` Arnd Bergmann
2005-03-08 5:00 ` Matan Peled
2005-03-08 17:39 ` Jesse Barnes
2005-03-08 6:12 ` Jon Smirl
2005-03-08 6:12 ` Jon Smirl
2005-03-08 22:37 ` Michal Januszewski
2005-03-09 0:17 ` Arnd Bergmann
2005-03-09 0:17 ` Arnd Bergmann
2005-03-09 2:05 ` Michal Januszewski
2005-03-09 15:40 ` Arnd Bergmann
2005-03-09 15:40 ` Arnd Bergmann
2005-03-10 0:16 ` Michal Januszewski
2005-03-11 12:27 ` Benjamin Herrenschmidt
2005-03-11 12:27 ` Benjamin Herrenschmidt
2005-03-09 16:54 ` Jon Smirl [this message]
2005-03-09 16:54 ` [Linux-fbdev-devel] " Jon Smirl
2005-03-09 17:29 ` Arnd Bergmann
2005-03-09 19:11 ` Pavel Machek
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=9e4733910503090854e245740@mail.gmail.com \
--to=jonsmirl@gmail.com \
--cc=arnd@arndb.de \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
/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.