tion.
>
>
> Best of luck,
> John Matthews
>
> P.S. If you get really stuck with the netlink
> socket I could send you some
> of my source code I wrote when learning how to use
> it.
>
>
>
>
> -----Original Message-
> From: d
0:02 AM
To: [EMAIL PROTECTED]
Subject: Re: Sending info to user process from kernel
Hi
I am working on Bluetooth, my Bt stack is a kernel. I
want to send events to a user app. this should go as
an asynchronous event, ie, application will be doing
something else and still it should receive my event
Hi
I am working on Bluetooth, my Bt stack is a kernel. I
want to send events to a user app. this should go as
an asynchronous event, ie, application will be doing
something else and still it should receive my event.
deepak
--- Jonathan Bartlett <[EMAIL PROTECTED]> wrote:
> What specifically are
What specifically are you trying to do?
The easiest way to do this is probably copy_to_user, but it would be more
useful if you said what you were trying to do.
Jon
On Tue, 2 Jul 2002, d deepak wrote:
> Hi all,
>
> I am new to Linux, my requirement is to send some data
> from kernel module to