All of lore.kernel.org
 help / color / mirror / Atom feed
From: anil.philip@motorolasolutions.com (Philip Anil-QBW348)
To: kernelnewbies@lists.kernelnewbies.org
Subject: 
Date: Fri, 30 Dec 2011 12:34:38 -0500	[thread overview]
Message-ID: <4ED3FA275E3D174183076095BAE219ED05B596BB@ct11exm66.ds.mot.com> (raw)
In-Reply-To: <CAPhGq=YW_Xy2Ym0ZfiGtXEwsthreGVnHTQ5ONCgXdGsQYC77_A@mail.gmail.com>

Thanks for replying. Specifically, I want a certain program to be run after the audio and video codecs are run.
How do I do that?
Anil 

-----Original Message-----
From: alexandrujuncu@gmail.com [mailto:alexandrujuncu at gmail.com] On Behalf Of Alexandru Juncu
Sent: Friday, December 30, 2011 11:26 AM
To: Philip Anil-QBW348
Cc: kernelnewbies at kernelnewbies.org
Subject: Re:

On Fri, Dec 30, 2011 at 7:16 PM, Philip Anil-QBW348
<anil.philip@motorolasolutions.com> wrote:
> I want the drivers to be owned by a user, Foo. Whenever the drivers are
> called by application Duh, I want a program Bar to run after the driver has
> done its work, since Foo is now running the driver. Is it possible?

You can't say a driver is 'owned' by an user... drivers are just code
that run in kernel space...  processes (started by certain users) can
run or not that code.
If you want, you can verify if the driver is accessed by an user, but
that's about it.

  reply	other threads:[~2011-12-30 17:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-30 17:16 No subject Philip Anil-QBW348
2011-12-30 17:26 ` Alexandru Juncu
2011-12-30 17:34   ` Philip Anil-QBW348 [this message]
2011-12-30 17:56     ` Alexandru Juncu
2011-12-30 18:04       ` Philip Anil-QBW348
2011-12-30 18:20         ` Alexandru Juncu
2011-12-30 18:46           ` Philip Anil-QBW348
2011-12-31  2:43             ` Alexandru Juncu

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=4ED3FA275E3D174183076095BAE219ED05B596BB@ct11exm66.ds.mot.com \
    --to=anil.philip@motorolasolutions.com \
    --cc=kernelnewbies@lists.kernelnewbies.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.