All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dtor_core@ameritech.net>
To: linux-kernel@vger.kernel.org
Cc: Pavel Machek <pavel@ucw.cz>, Vojtech Pavlik <vojtech@suse.cz>,
	Brian Perkins <bperkins@netspace.org>
Subject: Re: [RFC/PATCH 4/3] Input: correctly activate i0842 ports on resume
Date: Wed, 3 Dec 2003 03:01:31 -0500	[thread overview]
Message-ID: <200312030301.33600.dtor_core@ameritech.net> (raw)
In-Reply-To: <200312010217.54552.dtor_core@ameritech.net>

===================================================================


ChangeSet@1.1517, 2003-12-03 02:52:23-05:00, dtor_core@ameritech.net
  Input: fix i8042_activate_port() - the port is still disabled on
         resume, need explicitely enable it (found by Brian Perkins)


 i8042.c |    6 ++++++
 1 files changed, 6 insertions(+)


===================================================================



diff -Nru a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c
--- a/drivers/input/serio/i8042.c	Wed Dec  3 02:55:54 2003
+++ b/drivers/input/serio/i8042.c	Wed Dec  3 02:55:54 2003
@@ -226,6 +226,12 @@
 
 	i8042_flush();
 
+	/* 
+	 * Enable port again here because it is disabled if we are
+	 * resuming (normally it is enabled already).
+	 */
+	i8042_ctr &= ~values->disable;
+
 	i8042_ctr |= values->irqen;
 
 	if (i8042_command(&i8042_ctr, I8042_CMD_CTL_WCTR)) {

  reply	other threads:[~2003-12-03  8:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-01  7:15 [RFC/PATCH 1/3] Input: resume support for i8042 (atkbd & psmouse) Dmitry Torokhov
2003-12-01  7:17 ` [RFC/PATCH 2/3] " Dmitry Torokhov
2003-12-01  7:17   ` [RFC/PATCH 3/3] " Dmitry Torokhov
2003-12-03  8:01     ` Dmitry Torokhov [this message]
2003-12-01 17:15 ` [RFC/PATCH 1/3] " Pavel Machek
2003-12-02 10:40 ` Thomas Weidner

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=200312030301.33600.dtor_core@ameritech.net \
    --to=dtor_core@ameritech.net \
    --cc=bperkins@netspace.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    --cc=vojtech@suse.cz \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.