| To: | Dmitry Torokhov <dmitry.torokhov@gmail.com> |
|---|---|
| Subject: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Sun, 29 Nov 2009 13:50:02 +0800 |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org, zhangfx@lemote.com, yanh@lemote.com, huhb@lemote.com, linux-input@vger.kernel.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=/khwo3X+7XD1trJR8D6D1P9p69wfqDoDLI+uPqRvq5c=; b=PPxvvxuLvCe/c1s6NcwQHM+aSsYX8QZJhvEfiC3Ux/aIqQ2xXg3vXoVqyxciy1c7YX vSfOSxl+1GGKg0/ubE6eqP8NSgtGHZ1KFAHaGrpwnIkVzmHQCwIz425XNP7e+G1kOlC9 ot55o3USQ3clBTPWnoK2UCsn0h3WvjWGGIypk= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :organization:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=QDNCg5ApRqHYMskJAO+EYyzk5C+SeKXZ6/UAzyANGxg+gP6J97uKUwYEDeRjiLRXRD E2oL7diITHT3pQnaRRO2QF/yg7XDliQ/T8Dz4JQoNVrIjHdK/jDfOtI/NBJ0XSwDjgIU 2GwdPNHQ2J/gLfJPvEUVuB7y2CK/RKa7qteWA= |
| In-reply-to: | <20091129053527.GU6936@core.coreip.homeip.net> |
| Organization: | DSLab, Lanzhou University, China |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cover.1259414649.git.wuzhangjin@gmail.com> <739db9c7b5bab429d0df5a7c68f301aa12f1402d.1259414649.git.wuzhangjin@gmail.com> <20091129053527.GU6936@core.coreip.homeip.net> |
| Reply-to: | wuzhangjin@gmail.com |
| Sender: | linux-mips-bounce@linux-mips.org |
On Sat, 2009-11-28 at 21:35 -0800, Dmitry Torokhov wrote:
> On Sat, Nov 28, 2009 at 09:44:41PM +0800, Wu Zhangjin wrote:
> >
> > +config YEELOONG_HOTKEY
> > + tristate "Hotkey Driver"
> > + depends on YEELOONG_VO
> > + select INPUT
>
> I think this should be depend, not select.
Hmm, okay, will replace it by depend later ;)
>
> > + select INPUT_EVDEV
> > + select SUSPEND
>
> Does it break without SUSPEND?
not break, but I just want to select something for users, so, they will
have no need to care about which extra option is needed.
anyway, I will use #ifdef ... #endif instead later.
> I am pretty sure that it will work fine
> without EVDEV (however unlikely it is not present).
Yes, without EVDEV, it can be compiled, but without the EVDEV module, no
event will be sent to the user-space, as a result, we just get a broken
input support. so, let the users make their decision?
Regards,
Wu Zhangjin
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver, Dmitry Torokhov |
|---|---|
| Next by Date: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver, Ralf Baechle |
| Previous by Thread: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver, Dmitry Torokhov |
| Next by Thread: | Re: [PATCH v5 8/8] Loongson: YeeLoong: add hotkey driver, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |