Re: [PATCH] dell-wmi: Update code for processing WMI events

2014-11-10 Thread Darren Hart
On Sun, Nov 09, 2014 at 04:21:33PM +0100, Pali Rohár wrote: > On Wednesday 22 October 2014 12:51:17 Pali Rohár wrote: > > On Tuesday 21 October 2014 23:32:12 Darren Hart wrote: > > > On Tue, Oct 21, 2014 at 12:15:24AM +0200, Pali Rohár wrote: Hi Pali, ... > > > > @@ -158,44 +182,117 @@ static

Re: [PATCH] dell-wmi: Update code for processing WMI events

2014-11-10 Thread Darren Hart
On Sun, Nov 09, 2014 at 04:21:33PM +0100, Pali Rohár wrote: On Wednesday 22 October 2014 12:51:17 Pali Rohár wrote: On Tuesday 21 October 2014 23:32:12 Darren Hart wrote: On Tue, Oct 21, 2014 at 12:15:24AM +0200, Pali Rohár wrote: Hi Pali, ... @@ -158,44 +182,117 @@ static void

Re: [PATCH] dell-wmi: Update code for processing WMI events

2014-11-09 Thread Pali Rohár
On Wednesday 22 October 2014 12:51:17 Pali Rohár wrote: > On Tuesday 21 October 2014 23:32:12 Darren Hart wrote: > > On Tue, Oct 21, 2014 at 12:15:24AM +0200, Pali Rohár wrote: > > > WMI buffer can contains more events. First value in buffer > > > is length of event followed by data of specified

Re: [PATCH] dell-wmi: Update code for processing WMI events

2014-11-09 Thread Pali Rohár
On Wednesday 22 October 2014 12:51:17 Pali Rohár wrote: On Tuesday 21 October 2014 23:32:12 Darren Hart wrote: On Tue, Oct 21, 2014 at 12:15:24AM +0200, Pali Rohár wrote: WMI buffer can contains more events. First value in buffer is length of event followed by data of specified length.

Re: [PATCH] dell-wmi: Update code for processing WMI events

2014-10-22 Thread Pali Rohár
On Tuesday 21 October 2014 23:32:12 Darren Hart wrote: > On Tue, Oct 21, 2014 at 12:15:24AM +0200, Pali Rohár wrote: > > WMI buffer can contains more events. First value in buffer > > is length of event followed by data of specified length. > > After that is next length and next data. When length

Re: [PATCH] dell-wmi: Update code for processing WMI events

2014-10-22 Thread Pali Rohár
On Tuesday 21 October 2014 23:32:12 Darren Hart wrote: On Tue, Oct 21, 2014 at 12:15:24AM +0200, Pali Rohár wrote: WMI buffer can contains more events. First value in buffer is length of event followed by data of specified length. After that is next length and next data. When length is

Re: [PATCH] dell-wmi: Update code for processing WMI events

2014-10-21 Thread Darren Hart
On Tue, Oct 21, 2014 at 12:15:24AM +0200, Pali Rohár wrote: > WMI buffer can contains more events. First value in buffer is length of event > followed by data of specified length. After that is next length and next data. > When length is zero then there is no more events in bufffer. > > This

Re: [PATCH] dell-wmi: Update code for processing WMI events

2014-10-21 Thread Darren Hart
On Tue, Oct 21, 2014 at 12:15:24AM +0200, Pali Rohár wrote: WMI buffer can contains more events. First value in buffer is length of event followed by data of specified length. After that is next length and next data. When length is zero then there is no more events in bufffer. This patch

[PATCH] dell-wmi: Update code for processing WMI events

2014-10-20 Thread Pali Rohár
WMI buffer can contains more events. First value in buffer is length of event followed by data of specified length. After that is next length and next data. When length is zero then there is no more events in bufffer. This patch adds support for processing all events in buffer (not only first)

[PATCH] dell-wmi: Update code for processing WMI events

2014-10-20 Thread Pali Rohár
WMI buffer can contains more events. First value in buffer is length of event followed by data of specified length. After that is next length and next data. When length is zero then there is no more events in bufffer. This patch adds support for processing all events in buffer (not only first)