* [PATCH] oqo: depends on INPUT_POLLDEV
@ 2009-02-10 17:53 Randy Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2009-02-10 17:53 UTC (permalink / raw)
To: lkml, akpm; +Cc: linux-next, Matthew Garrett
From: Randy Dunlap <randy.dunlap@oracle.com>
oqo driver uses polled input functions, so make it depend
on INPUT_POLLDEV.
ERROR: "input_register_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
ERROR: "input_allocate_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
ERROR: "input_free_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
ERROR: "input_unregister_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Matthew Garrett <mjg59@srcf.ucam.org>
---
drivers/platform/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20090210.orig/drivers/platform/x86/Kconfig
+++ linux-next-20090210/drivers/platform/x86/Kconfig
@@ -137,7 +137,7 @@ config MSI_LAPTOP
config OQO_WMI
tristate "OQO WMI extras"
depends on ACPI_WMI
- depends on INPUT
+ depends on INPUT && INPUT_POLLDEV
depends on RFKILL
depends on BACKLIGHT_CLASS_DEVICE
help
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] oqo: depends on INPUT_POLLDEV
@ 2009-02-20 16:30 Randy Dunlap
2009-02-20 16:36 ` Matthew Garrett
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2009-02-20 16:30 UTC (permalink / raw)
To: lkml, linux-next; +Cc: lenb, Matthew Garrett
This patch (from 2009-feb-10) is still needed in today's linux-next.
Begin forwarded message:
Date: Tue, 10 Feb 2009 09:53:19 -0800
From: Randy Dunlap <randy.dunlap@oracle.com>
To: lkml <linux-kernel@vger.kernel.org>, akpm <akpm@linux-foundation.org>
Cc: linux-next@vger.kernel.org, Matthew Garrett <mjg59@srcf.ucam.org>
Subject: [PATCH] oqo: depends on INPUT_POLLDEV
From: Randy Dunlap <randy.dunlap@oracle.com>
oqo driver uses polled input functions, so make it depend
on INPUT_POLLDEV.
ERROR: "input_register_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
ERROR: "input_allocate_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
ERROR: "input_free_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
ERROR: "input_unregister_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Matthew Garrett <mjg59@srcf.ucam.org>
---
drivers/platform/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20090210.orig/drivers/platform/x86/Kconfig
+++ linux-next-20090210/drivers/platform/x86/Kconfig
@@ -137,7 +137,7 @@ config MSI_LAPTOP
config OQO_WMI
tristate "OQO WMI extras"
depends on ACPI_WMI
- depends on INPUT
+ depends on INPUT && INPUT_POLLDEV
depends on RFKILL
depends on BACKLIGHT_CLASS_DEVICE
help
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] oqo: depends on INPUT_POLLDEV
2009-02-20 16:30 [PATCH] oqo: depends on INPUT_POLLDEV Randy Dunlap
@ 2009-02-20 16:36 ` Matthew Garrett
0 siblings, 0 replies; 3+ messages in thread
From: Matthew Garrett @ 2009-02-20 16:36 UTC (permalink / raw)
To: Randy Dunlap; +Cc: lkml, linux-next, lenb
On Fri, Feb 20, 2009 at 08:30:07AM -0800, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> oqo driver uses polled input functions, so make it depend
> on INPUT_POLLDEV.
>
> ERROR: "input_register_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
> ERROR: "input_allocate_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
> ERROR: "input_free_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
> ERROR: "input_unregister_polled_device" [drivers/platform/x86/oqo-wmi.ko] undefined!
>
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> cc: Matthew Garrett <mjg59@srcf.ucam.org>
Acked-by: Matthew Garrett <mjg@redhat.com>
I've got a cleaned up version of this written now - I'll push it to Len
later today.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-20 16:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-20 16:30 [PATCH] oqo: depends on INPUT_POLLDEV Randy Dunlap
2009-02-20 16:36 ` Matthew Garrett
-- strict thread matches above, loose matches on Subject: below --
2009-02-10 17:53 Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).