From: Juergen Quade <quade@hnsr.de>
To: Daniel Caujolle-Bert <segfault@club-internet.fr>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Alps touchpad probing failure
Date: Thu, 20 Jan 2005 08:39:11 +0100 [thread overview]
Message-ID: <20050120073911.GA13979@hsnr.de> (raw)
In-Reply-To: <200501200024.01963.segfault@club-internet.fr>
On Thu, Jan 20, 2005 at 12:23:58AM +0100, Daniel Caujolle-Bert wrote:
> Hi,
>
> With 2.6.11-rc1 bk6 and bk7 (didn't tried with < bk6), my alps touchpad is no
> more correctly probed, it's recognised as a standard PS/2 mouse.
> So, with this trivial two line patch, everything is working again.
>
> Cheers.
I have had the same problems...
Now solved ...
Thanks for the patch,
Juergen.
> --
> 73's de Daniel "Der Schreckliche", F1RMB.
>
> -=- Daniel Caujolle-Bert -=- segfault@club-internet.fr -=-
> -=- http://naboo.homelinux.org -=-
> --- linux-2.6.11-rc1/drivers/input/mouse/alps.c 2005-01-19 19:43:36.000000000 +0100
> +++ linux/drivers/input/mouse/alps.c 2005-01-19 19:34:32.000000000 +0100
> @@ -194,6 +194,12 @@
> int i;
>
> /*
> + * Let's clean the stuff.
> + */
> + if(psmouse_reset(psmouse) < 0)
> + printk(KERN_ERR "alps reset failed\n");
> +
> + /*
> * First try "E6 report".
> * ALPS should return 0x00,0x00,0x0a or 0x00,0x00,0x64
> */
prev parent reply other threads:[~2005-01-20 7:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-19 23:23 [PATCH] Alps touchpad probing failure Daniel Caujolle-Bert
2005-01-20 3:45 ` Dmitry Torokhov
2005-01-20 7:13 ` Daniel Caujolle-Bert
2005-01-20 7:39 ` Juergen Quade [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=20050120073911.GA13979@hsnr.de \
--to=quade@hnsr.de \
--cc=linux-kernel@vger.kernel.org \
--cc=segfault@club-internet.fr \
/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.