Re: [PATCH 2/3] platform: x86: dell-rbtn: Export notifier for other kernel modules

2015-04-29 Thread Pali Rohár
On Tuesday 25 November 2014 14:39:37 Darren Hart wrote: > On Sun, Nov 23, 2014 at 04:09:20PM +0100, Pali Rohár wrote: > > This patch exports notifier functions so other modules can receive HW switch > > events. By default when some module register notifier, dell-rbtn driver > > The commit message

Re: [PATCH 2/3] platform: x86: dell-rbtn: Export notifier for other kernel modules

2015-04-29 Thread Pali Rohár
On Tuesday 25 November 2014 14:39:37 Darren Hart wrote: On Sun, Nov 23, 2014 at 04:09:20PM +0100, Pali Rohár wrote: This patch exports notifier functions so other modules can receive HW switch events. By default when some module register notifier, dell-rbtn driver The commit message needs

Re: [PATCH 2/3] platform: x86: dell-rbtn: Export notifier for other kernel modules

2014-12-01 Thread Darren Hart
On Sun, Nov 23, 2014 at 04:09:20PM +0100, Pali Rohár wrote: > This patch exports notifier functions so other modules can receive HW switch > events. By default when some module register notifier, dell-rbtn driver The commit message needs to describe the problem being addressed as well. Why is

Re: [PATCH 2/3] platform: x86: dell-rbtn: Export notifier for other kernel modules

2014-12-01 Thread Darren Hart
On Sun, Nov 23, 2014 at 04:09:20PM +0100, Pali Rohár wrote: This patch exports notifier functions so other modules can receive HW switch events. By default when some module register notifier, dell-rbtn driver The commit message needs to describe the problem being addressed as well. Why is this

[PATCH 2/3] platform: x86: dell-rbtn: Export notifier for other kernel modules

2014-11-23 Thread Pali Rohár
This patch exports notifier functions so other modules can receive HW switch events. By default when some module register notifier, dell-rbtn driver automatically remove rfkill interfaces from system (it is expected that other module will use events for other rfkill interface). This behaviour can

[PATCH 2/3] platform: x86: dell-rbtn: Export notifier for other kernel modules

2014-11-23 Thread Pali Rohár
This patch exports notifier functions so other modules can receive HW switch events. By default when some module register notifier, dell-rbtn driver automatically remove rfkill interfaces from system (it is expected that other module will use events for other rfkill interface). This behaviour can