From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: linux-input@vger.kernel.org
Subject: Re: [PATCH] INPUT: enable remote wakeup for PNP i8042 keyboard ports
Date: Mon, 8 Mar 2010 23:46:04 -0800 [thread overview]
Message-ID: <20100309074604.GC17288@core.coreip.homeip.net> (raw)
In-Reply-To: <Pine.LNX.4.44L0.1003081651220.1297-100000@iolanthe.rowland.org>
On Mon, Mar 08, 2010 at 04:52:42PM -0500, Alan Stern wrote:
> This patch (as1355) enables remote wakeup by default on PNP i8042
> keyboard ports.
>
> Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
>
Will apply, thank you Alan.
> ---
>
> Index: usb-2.6/drivers/input/serio/i8042-x86ia64io.h
> ===================================================================
> --- usb-2.6.orig/drivers/input/serio/i8042-x86ia64io.h
> +++ usb-2.6/drivers/input/serio/i8042-x86ia64io.h
> @@ -624,6 +624,9 @@ static int i8042_pnp_kbd_probe(struct pn
> strlcat(i8042_pnp_kbd_name, pnp_dev_name(dev), sizeof(i8042_pnp_kbd_name));
> }
>
> + /* Keyboard ports are always supposed to be wakeup-enabled */
> + device_set_wakeup_enable(&dev->dev, true);
> +
> i8042_pnp_kbd_devices++;
> return 0;
> }
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-input" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Dmitry
prev parent reply other threads:[~2010-03-09 7:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-08 21:52 [PATCH] INPUT: enable remote wakeup for PNP i8042 keyboard ports Alan Stern
2010-03-09 7:46 ` Dmitry Torokhov [this message]
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=20100309074604.GC17288@core.coreip.homeip.net \
--to=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=stern@rowland.harvard.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).