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
Date: Tue, 10 Feb 2009 09:53:19 -0800 [thread overview]
Message-ID: <20090210095319.b1848fd2.randy.dunlap@oracle.com> (raw)
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
next reply other threads:[~2009-02-10 17:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-10 17:53 Randy Dunlap [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-02-20 16:30 [PATCH] oqo: depends on INPUT_POLLDEV Randy Dunlap
2009-02-20 16:36 ` Matthew Garrett
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=20090210095319.b1848fd2.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle$(echo .)com \
--cc=akpm@linux-foundation$(echo .)org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=mjg59@srcf$(echo .)ucam.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox